pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-daemon py-daemon: updated to 2.3.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1ddeba1ca7e
branches:  trunk
changeset: 387130:f1ddeba1ca7e
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Oct 23 10:44:26 2022 +0000

description:
py-daemon: updated to 2.3.2

Version 2.3.2
=============

Bugs Fixed:

* Declare Twine as a development dependency (not a build dependency).
* Specify to build a wheel distribution for only Python 3 or later.
* Specify the built package requires Python 3 or later.

Removed:

* The earlier version 2.3.1 is now “yanked” from PyPI (unlisted and not an
  installation candidate), because that version incorrectly permitted
  installation on Python 2. Thanks to Nick M. for the report.

diffstat:

 devel/py-daemon/Makefile |  8 +++-----
 devel/py-daemon/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r 3a656f294571 -r f1ddeba1ca7e devel/py-daemon/Makefile
--- a/devel/py-daemon/Makefile  Sun Oct 23 07:41:30 2022 +0000
+++ b/devel/py-daemon/Makefile  Sun Oct 23 10:44:26 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2022/09/11 16:01:23 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2022/10/23 10:44:26 adam Exp $
 
-DISTNAME=      python-daemon-2.3.1
+DISTNAME=      python-daemon-2.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-daemon/}
 
@@ -11,11 +10,10 @@
 COMMENT=       Library to implement a well-behaved Unix daemon process
 LICENSE=       gnu-gpl-v2
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-twine-[0-9]*:../../net/py-twine
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
 DEPENDS+=      ${PYPKGPREFIX}-lockfile>=0.10:../../devel/py-lockfile
+DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
 TEST_DEPENDS+= ${PYPKGPREFIX}-testscenarios>=0.4:../../devel/py-testscenarios
 TEST_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
diff -r 3a656f294571 -r f1ddeba1ca7e devel/py-daemon/distinfo
--- a/devel/py-daemon/distinfo  Sun Oct 23 07:41:30 2022 +0000
+++ b/devel/py-daemon/distinfo  Sun Oct 23 10:44:26 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/09/05 09:49:36 adam Exp $
+$NetBSD: distinfo,v 1.12 2022/10/23 10:44:26 adam Exp $
 
-BLAKE2s (python-daemon-2.3.1.tar.gz) = 894aa809864aaef72bed576d9886faf1c42e2173064f7cd65ba954486d5cd5fe
-SHA512 (python-daemon-2.3.1.tar.gz) = 128fd8ac125eac613936668bb555635c8cec576d5c23513210f0956983c70720dd93906adeee581b192b57480a3df93dc1e08f6f7b62e38b2404fa00aba4805a
-Size (python-daemon-2.3.1.tar.gz) = 82856 bytes
+BLAKE2s (python-daemon-2.3.2.tar.gz) = 78be73ea8e04e7542ff18714ec1573badf63ced542f71720b078448d797c87e3
+SHA512 (python-daemon-2.3.2.tar.gz) = d9f6e6c376a496fae96bd9efed0a56d00a137617a3d1d5ef74802ef176bc813bb1d49bbb9164cdbec03213529f944b32b257bcc64283abfa4a3522ff00826bfd
+Size (python-daemon-2.3.2.tar.gz) = 83127 bytes


Home | Main Index | Thread Index | Old Index