From patchwork Sun Sep 18 02:31:21 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Danomi Manchego X-Patchwork-Id: 671308 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3scCsk573Yz9t0w for ; Sun, 18 Sep 2016 12:39:54 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A97A430820; Sun, 18 Sep 2016 02:39:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 73b9pFpwbNtq; Sun, 18 Sep 2016 02:39:45 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id EE06022F02; Sun, 18 Sep 2016 02:39:44 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 6A5951C2BD8 for ; Sun, 18 Sep 2016 02:39:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 602368ACB2 for ; Sun, 18 Sep 2016 02:39:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6AKP7VIgPdnF for ; Sun, 18 Sep 2016 02:39:42 +0000 (UTC) X-Greylist: delayed 00:08:08 by SQLgrey-1.7.6 Received: from resqmta-po-10v.sys.comcast.net (resqmta-po-10v.sys.comcast.net [96.114.154.169]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6B60A8AB6A for ; Sun, 18 Sep 2016 02:39:42 +0000 (UTC) Received: from resomta-po-04v.sys.comcast.net ([96.114.154.228]) by resqmta-po-10v.sys.comcast.net with SMTP id lRsrba8ZcHqollRtFbcBSO; Sun, 18 Sep 2016 02:31:33 +0000 Received: from dmocelo-Aspire-one.hsd1.nj.comcast.net ([IPv6:2601:87:c200:2d0d:d02:96b1:74aa:4721]) by resomta-po-04v.sys.comcast.net with SMTP id lRt6bKXfFPsxGlRtFbpdKH; Sun, 18 Sep 2016 02:31:33 +0000 From: Danomi Manchego To: buildroot@busybox.net Date: Sat, 17 Sep 2016 22:31:21 -0400 Message-Id: <1474165881-2553-1-git-send-email-danomimanchego123@gmail.com> X-Mailer: git-send-email 1.9.1 X-CMAE-Envelope: MS4wfCj4KX0nw7FuvWlXicBjRyGou7m4JwDBQu3a6DXMEHvqLuOw7T+y8ODYR/W3/mjB2UvgjU7XU1Pi9B0mcBi4z0fdoRmthwSCD4MIxgXi3vskpPpHs3Hg UJRNCXHUczfbp4cecy+oao8DSxkfJYRqdK8MX9nNyJOnj2unnEHlNFCs566rlAHt+gXgpisk6p+tmicq9IyKgiKAePewme8bIAExWmCF9q4A67rh4Me72sbG VUThMPQCMZkpyvEIVaMW7Q== Subject: [Buildroot] [PATCH 1/1] python-daemon: bump to version 2.1.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Bump to the latest version, to get python3 support. Signed-off-by: Danomi Manchego --- NOTE: It is not quite as clear to me in this version that the GPLv3 license is only test code and build code, because there are more hits for "gpl" when I grep the package, in setup.py, version.py, test_version.py, the egg info SOURCES.txt, and a few more. However, the package home page at https://pypi.python.org/pypi/python-daemon/ indicates Apache-2 only, as opposed to the previous PSF license. The doc/FAQ also mentions only Apache-2. So I am taking them at their word. --- package/python-daemon/Config.in | 1 - package/python-daemon/python-daemon.hash | 5 +++-- package/python-daemon/python-daemon.mk | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package/python-daemon/Config.in b/package/python-daemon/Config.in index b3cc8a2..8b6dcc0 100644 --- a/package/python-daemon/Config.in +++ b/package/python-daemon/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_PYTHON_DAEMON bool "python-daemon" - depends on BR2_PACKAGE_PYTHON help Library to implement a well-behaved Unix daemon process. diff --git a/package/python-daemon/python-daemon.hash b/package/python-daemon/python-daemon.hash index 5b3a4d2..12977b5 100644 --- a/package/python-daemon/python-daemon.hash +++ b/package/python-daemon/python-daemon.hash @@ -1,2 +1,3 @@ -# locally computed -sha256 1406962e48ce03642c6057f40f9ffd49493792a7b34357fe9e264708748c83c0 python-daemon-1.5.5.tar.gz +# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=72e2acf2c3d69c7fa75a6625d06adfd0, sha256 locally computed +md5 72e2acf2c3d69c7fa75a6625d06adfd0 python-daemon-2.1.1.tar.gz +sha256 58a8c187ee37c3a28913bef00f83240c9ecd4a59dce09a24d92f5c941606689f python-daemon-2.1.1.tar.gz diff --git a/package/python-daemon/python-daemon.mk b/package/python-daemon/python-daemon.mk index b8b80ba..bed1b26 100644 --- a/package/python-daemon/python-daemon.mk +++ b/package/python-daemon/python-daemon.mk @@ -4,10 +4,10 @@ # ################################################################################ -PYTHON_DAEMON_VERSION = 1.5.5 +PYTHON_DAEMON_VERSION = 2.1.1 PYTHON_DAEMON_SITE = https://pypi.python.org/packages/source/p/python-daemon -PYTHON_DAEMON_LICENSE = Python-2.0 (library), GPLv2+ (test) -PYTHON_DAEMON_LICENSE_FILES = LICENSE.PSF-2 LICENSE.GPL-2 +PYTHON_DAEMON_LICENSE = Apache-2.0 (library), GPLv3+ (test) +PYTHON_DAEMON_LICENSE_FILES = LICENSE.ASF-2 LICENSE.GPL-3 PYTHON_DAEMON_SETUP_TYPE = setuptools $(eval $(python-package))