Received: by mail.netbsd.org (Postfix, from userid 605) id 7A61284E24; Mon, 21 Jan 2019 09:23:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D1BE084E28 for ; Mon, 21 Jan 2019 09:23:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id OOb-0TwLmdFk for ; Mon, 21 Jan 2019 09:23:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1AA0984DF4 for ; Mon, 21 Jan 2019 09:23:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0F720FB16; Mon, 21 Jan 2019 09:23:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1548062632112500" MIME-Version: 1.0 Date: Mon, 21 Jan 2019 09:23:52 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-daemon To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190121092352.0F720FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1548062632112500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 21 09:23:51 UTC 2019 Modified Files: pkgsrc/devel/py-daemon: Makefile distinfo Log Message: py-daemon: updated to 2.2.3 Version 2.2.3 Bug Fixes: * Use custom fake file type for testing fileno behaviour. This works around an incompatibility in Python 2.7 file type that caused test cases to fail. Changes: * Promote the warning for runner module to a DeprecationWarning. This has been an unofficial example module from the beginning, and it will be removed in a future version. Version 2.2.2 Bug Fixes: * Remove from the build system specification a white space character not permitted in TOML format. Additions: * Implement test suite automation in virtualenvs, using Tox. Version 2.2.1 Additions: * Add a :PEP:518 conformant build system specification (the pyproject.toml file). To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-daemon/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-daemon/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1548062632112500 Content-Disposition: inline Content-Length: 1718 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-daemon/Makefile diff -u pkgsrc/devel/py-daemon/Makefile:1.12 pkgsrc/devel/py-daemon/Makefile:1.13 --- pkgsrc/devel/py-daemon/Makefile:1.12 Tue Nov 27 16:36:28 2018 +++ pkgsrc/devel/py-daemon/Makefile Mon Jan 21 09:23:51 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2018/11/27 16:36:28 adam Exp $ +# $NetBSD: Makefile,v 1.13 2019/01/21 09:23:51 adam Exp $ -DISTNAME= python-daemon-2.2.0 +DISTNAME= python-daemon-2.2.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-daemon/} Index: pkgsrc/devel/py-daemon/distinfo diff -u pkgsrc/devel/py-daemon/distinfo:1.5 pkgsrc/devel/py-daemon/distinfo:1.6 --- pkgsrc/devel/py-daemon/distinfo:1.5 Tue Nov 27 16:36:28 2018 +++ pkgsrc/devel/py-daemon/distinfo Mon Jan 21 09:23:51 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2018/11/27 16:36:28 adam Exp $ +$NetBSD: distinfo,v 1.6 2019/01/21 09:23:51 adam Exp $ -SHA1 (python-daemon-2.2.0.tar.gz) = 9135b7edafa5bcd457d88bb2c0dfae024b3d8778 -RMD160 (python-daemon-2.2.0.tar.gz) = 613947783fbb5a675e0209abc314c099032dacf5 -SHA512 (python-daemon-2.2.0.tar.gz) = c9726f62b01f304e096dde9c07a716fa428896d9adb0746205fd39a5a4f2372b45ea24e84ca5b8b93afd3fe8165bae868a583caf8aa82c9934d1edd62353343e -Size (python-daemon-2.2.0.tar.gz) = 79509 bytes +SHA1 (python-daemon-2.2.3.tar.gz) = 748f7f06664bccc2945b8493a7c6aea00176fb97 +RMD160 (python-daemon-2.2.3.tar.gz) = fae8f0de9cc92152f2f3e8ce4333732ded7c43c7 +SHA512 (python-daemon-2.2.3.tar.gz) = e284643acfc53570b31f6c1926368678e495446fcf73a4a81ca3f2bde3d55a6b7f332c681a42552bbded5b101733c52a56ccc099f526ce9fd460307e518417de +Size (python-daemon-2.2.3.tar.gz) = 79314 bytes --_----------=_1548062632112500--