pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-fasteners
Module Name: pkgsrc
Committed By: adam
Date: Tue Oct 25 11:38:49 UTC 2022
Modified Files:
pkgsrc/devel/py-fasteners: Makefile PLIST distinfo
Log Message:
py-fasteners: updated to 0.18
0.18
- Reshuffle the process lock code and properly document it.
- Revamp the docs and switch from sphinx to mkdocs
- Remove difficult to use tread lock features from docs
- Bring back support for eventlet `spawn_n`
- Remove support for python3.6. It should still work, but is no longer tested.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-fasteners/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-fasteners/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-fasteners/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-fasteners/Makefile
diff -u pkgsrc/devel/py-fasteners/Makefile:1.10 pkgsrc/devel/py-fasteners/Makefile:1.11
--- pkgsrc/devel/py-fasteners/Makefile:1.10 Mon Jan 31 13:03:49 2022
+++ pkgsrc/devel/py-fasteners/Makefile Tue Oct 25 11:38:49 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2022/01/31 13:03:49 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/10/25 11:38:49 adam Exp $
-DISTNAME= fasteners-0.17.3
+DISTNAME= fasteners-0.18
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/fasteners/}
Index: pkgsrc/devel/py-fasteners/PLIST
diff -u pkgsrc/devel/py-fasteners/PLIST:1.5 pkgsrc/devel/py-fasteners/PLIST:1.6
--- pkgsrc/devel/py-fasteners/PLIST:1.5 Mon Jan 31 13:03:49 2022
+++ pkgsrc/devel/py-fasteners/PLIST Tue Oct 25 11:38:49 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2022/01/31 13:03:49 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/10/25 11:38:49 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -15,6 +15,8 @@ ${PYSITELIB}/fasteners/lock.py
${PYSITELIB}/fasteners/lock.pyc
${PYSITELIB}/fasteners/process_lock.py
${PYSITELIB}/fasteners/process_lock.pyc
+${PYSITELIB}/fasteners/process_mechanism.py
+${PYSITELIB}/fasteners/process_mechanism.pyc
${PYSITELIB}/fasteners/pywin32/__init__.py
${PYSITELIB}/fasteners/pywin32/__init__.pyc
${PYSITELIB}/fasteners/pywin32/pywintypes.py
Index: pkgsrc/devel/py-fasteners/distinfo
diff -u pkgsrc/devel/py-fasteners/distinfo:1.8 pkgsrc/devel/py-fasteners/distinfo:1.9
--- pkgsrc/devel/py-fasteners/distinfo:1.8 Mon Jan 31 12:56:13 2022
+++ pkgsrc/devel/py-fasteners/distinfo Tue Oct 25 11:38:49 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/01/31 12:56:13 adam Exp $
+$NetBSD: distinfo,v 1.9 2022/10/25 11:38:49 adam Exp $
-BLAKE2s (fasteners-0.17.3.tar.gz) = 587a2c7512c25587ebc952f6c09beb0872c3ba97aaefc67a562a98dcbf2714b3
-SHA512 (fasteners-0.17.3.tar.gz) = 9fdf57065eac0374a5a6e41e76561214ba322736ab8496dbc3e25d41736c4ff2b740efb0e8afd692fce49abfbdc9144b28c3b3ae05669744694e6571447feac1
-Size (fasteners-0.17.3.tar.gz) = 18014 bytes
+BLAKE2s (fasteners-0.18.tar.gz) = 22346a93f0a230c1ea5194620f3d0c0970c90b958fe04a7346118809311ee07d
+SHA512 (fasteners-0.18.tar.gz) = a554a85dbd5b714d7b11399e956ebc53f337b76839db57d659cf009b6e906f887a2d0d59746506df051b997732a2d9fc0239ee02e08b9c2328dbe554cd4ba3da
+Size (fasteners-0.18.tar.gz) = 17809 bytes
Home |
Main Index |
Thread Index |
Old Index