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:           Thu Dec  5 14:51:01 UTC 2019

Modified Files:
        pkgsrc/devel/py-daemon: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-daemon/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-daemon/PLIST
cvs rdiff -u -r1.6 -r1.7 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.13 pkgsrc/devel/py-daemon/Makefile:1.14
--- pkgsrc/devel/py-daemon/Makefile:1.13        Mon Jan 21 09:23:51 2019
+++ pkgsrc/devel/py-daemon/Makefile     Thu Dec  5 14:51:01 2019
@@ -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 @@ LICENSE=      gnu-gpl-v2
 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

Index: pkgsrc/devel/py-daemon/PLIST
diff -u pkgsrc/devel/py-daemon/PLIST:1.3 pkgsrc/devel/py-daemon/PLIST:1.4
--- pkgsrc/devel/py-daemon/PLIST:1.3    Sun Jul 30 05:53:52 2017
+++ pkgsrc/devel/py-daemon/PLIST        Thu Dec  5 14:51:01 2019
@@ -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

Index: pkgsrc/devel/py-daemon/distinfo
diff -u pkgsrc/devel/py-daemon/distinfo:1.6 pkgsrc/devel/py-daemon/distinfo:1.7
--- pkgsrc/devel/py-daemon/distinfo:1.6 Mon Jan 21 09:23:51 2019
+++ pkgsrc/devel/py-daemon/distinfo     Thu Dec  5 14:51:01 2019
@@ -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