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.2.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/7295ba94f748
branches: trunk
changeset: 345188:7295ba94f748
user: adam <adam%pkgsrc.org@localhost>
date: Thu Dec 05 14:51:01 2019 +0000
description:
py-daemon: updated to 2.2.4
Version 2.2.4
Bugs Fixed:
* Run the Setuptools `egg-info` command as part of the `build`
command.
* Create the socket and catch ?non-socket? errors.
* Only deal with a range of file descriptors if the range is not empty.
* Declare Twine as a build dependency.
* Reformat the change log entries with keepachangelog.com sub-sections.
Changed:
* Upgrade Tox dependency to version ?3.7.0?.
* Significant speed-up to discovery of file descriptors to close.
* Refactor the build system to use Makefile modules for each topic.
diffstat:
devel/py-daemon/Makefile | 5 +++--
devel/py-daemon/PLIST | 3 +--
devel/py-daemon/distinfo | 10 +++++-----
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (51 lines):
diff -r 16be274a8e53 -r 7295ba94f748 devel/py-daemon/Makefile
--- a/devel/py-daemon/Makefile Thu Dec 05 14:46:43 2019 +0000
+++ b/devel/py-daemon/Makefile Thu Dec 05 14:51:01 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2019/01/21 09:23:51 adam Exp $
+# $NetBSD: Makefile,v 1.14 2019/12/05 14:51:01 adam Exp $
-DISTNAME= python-daemon-2.2.3
+DISTNAME= python-daemon-2.2.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-daemon/}
@@ -13,6 +13,7 @@
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-lockfile>=0.10:../../devel/py-lockfile
BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
+BUILD_DEPENDS+= ${PYPKGPREFIX}-twine-[0-9]*:../../net/py-twine
TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.3:../../devel/py-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-testscenarios>=0.4:../../devel/py-testscenarios
TEST_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
diff -r 16be274a8e53 -r 7295ba94f748 devel/py-daemon/PLIST
--- a/devel/py-daemon/PLIST Thu Dec 05 14:46:43 2019 +0000
+++ b/devel/py-daemon/PLIST Thu Dec 05 14:51:01 2019 +0000
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2017/07/30 05:53:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/12/05 14:51:01 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/version_info.json
${PYSITELIB}/daemon/__init__.py
${PYSITELIB}/daemon/__init__.pyc
${PYSITELIB}/daemon/__init__.pyo
diff -r 16be274a8e53 -r 7295ba94f748 devel/py-daemon/distinfo
--- a/devel/py-daemon/distinfo Thu Dec 05 14:46:43 2019 +0000
+++ b/devel/py-daemon/distinfo Thu Dec 05 14:51:01 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/01/21 09:23:51 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/12/05 14:51:01 adam Exp $
-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
+SHA1 (python-daemon-2.2.4.tar.gz) = 14a86a2088915edb8f8651629d3ebe94749029eb
+RMD160 (python-daemon-2.2.4.tar.gz) = 2447e4d6f1fe6fa0d4c9b5cd5751d12ba86bc27d
+SHA512 (python-daemon-2.2.4.tar.gz) = 9a7a4e23e126f05e4c1c503f15401cddd758c5f9195c370997060ca1bbfe71cc51d82d3ae16bcf0023c28fa50b0b8d6cd406e515b27725ffa9fec10fde3ed64a
+Size (python-daemon-2.2.4.tar.gz) = 80775 bytes
Home |
Main Index |
Thread Index |
Old Index