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: Mon Sep 5 09:49:36 UTC 2022
Modified Files:
pkgsrc/devel/py-daemon: Makefile distinfo
Log Message:
py-daemon: updated to 2.3.1
Version 2.3.1
=============
Bugs Fixed:
* Avoid operations on a closed stream file when detecting a socket.
* Correct use of names to allow `from daemon import *`.
Changed:
* Speed daemon start time by computing candidate file descriptors once.
* Remove incorrect double-patch of objects in test cases.
* Deprecate helper function `is_socket`.
The function incorrectly causes `ValueError` when the file object is already
closed. Migrate to the new `is_socket_file` helper function instead.
Removed:
* Drop backward-compatible helpers that provided Python 2 support.
* declaration of source encoding ‘utf-8’
* absolute_import
* unicode_literals
* module-level metaclass `type`
* unification of str with unicode type
* renamed standard library exceptions and modules
* raise exception from context exception
All these are default behaviour in Python 3 and need no special
handling.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-daemon/Makefile
cvs rdiff -u -r1.10 -r1.11 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.23 pkgsrc/devel/py-daemon/Makefile:1.24
--- pkgsrc/devel/py-daemon/Makefile:1.23 Tue Jan 4 20:52:59 2022
+++ pkgsrc/devel/py-daemon/Makefile Mon Sep 5 09:49:36 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2022/01/04 20:52:59 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2022/09/05 09:49:36 adam Exp $
-DISTNAME= python-daemon-2.3.0
+DISTNAME= python-daemon-2.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-daemon/}
@@ -12,7 +11,7 @@ COMMENT= Library to implement a well-beh
LICENSE= gnu-gpl-v2
TOOL_DEPENDS+= ${PYPKGPREFIX}-twine-[0-9]*:../../net/py-twine
-TOOL_DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
+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
Index: pkgsrc/devel/py-daemon/distinfo
diff -u pkgsrc/devel/py-daemon/distinfo:1.10 pkgsrc/devel/py-daemon/distinfo:1.11
--- pkgsrc/devel/py-daemon/distinfo:1.10 Tue Oct 26 10:18:22 2021
+++ pkgsrc/devel/py-daemon/distinfo Mon Sep 5 09:49:36 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:18:22 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/09/05 09:49:36 adam Exp $
-BLAKE2s (python-daemon-2.3.0.tar.gz) = 025553dee81b9de422e46839bca04539e9a34bc0c3e99e637afbfe2fb724891e
-SHA512 (python-daemon-2.3.0.tar.gz) = 30bb70821aae720d09032c8c666524fa9a1a486314ffff73eb161231a1f2b954914295b4ad41f9c8529bc045fb6d0f89256bc59f8979a4f8a6698e9bd4d7441a
-Size (python-daemon-2.3.0.tar.gz) = 82831 bytes
+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
Home |
Main Index |
Thread Index |
Old Index