pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-daemon
Module Name: pkgsrc
Committed By: adam
Date: Sun Oct 23 10:44:26 UTC 2022
Modified Files:
pkgsrc/devel/py-daemon: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-daemon/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-daemon/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-daemon/Makefile
diff -u pkgsrc/devel/py-daemon/Makefile:1.25 pkgsrc/devel/py-daemon/Makefile:1.26
--- pkgsrc/devel/py-daemon/Makefile:1.25 Sun Sep 11 16:01:23 2022
+++ pkgsrc/devel/py-daemon/Makefile Sun Oct 23 10:44:26 2022
@@ -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 @@ HOMEPAGE= https://pagure.io/python-daemo
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
Index: pkgsrc/devel/py-daemon/distinfo
diff -u pkgsrc/devel/py-daemon/distinfo:1.11 pkgsrc/devel/py-daemon/distinfo:1.12
--- pkgsrc/devel/py-daemon/distinfo:1.11 Mon Sep 5 09:49:36 2022
+++ pkgsrc/devel/py-daemon/distinfo Sun Oct 23 10:44:26 2022
@@ -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