pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-fasteners py-fasteners: updated to 0.18



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3fe62e725ef1
branches:  trunk
changeset: 387239:3fe62e725ef1
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 25 11:38:49 2022 +0000

description:
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.

diffstat:

 devel/py-fasteners/Makefile |  4 ++--
 devel/py-fasteners/PLIST    |  4 +++-
 devel/py-fasteners/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r 680ed3870965 -r 3fe62e725ef1 devel/py-fasteners/Makefile
--- a/devel/py-fasteners/Makefile       Tue Oct 25 11:34:12 2022 +0000
+++ b/devel/py-fasteners/Makefile       Tue Oct 25 11:38:49 2022 +0000
@@ -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/}
diff -r 680ed3870965 -r 3fe62e725ef1 devel/py-fasteners/PLIST
--- a/devel/py-fasteners/PLIST  Tue Oct 25 11:34:12 2022 +0000
+++ b/devel/py-fasteners/PLIST  Tue Oct 25 11:38:49 2022 +0000
@@ -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.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
diff -r 680ed3870965 -r 3fe62e725ef1 devel/py-fasteners/distinfo
--- a/devel/py-fasteners/distinfo       Tue Oct 25 11:34:12 2022 +0000
+++ b/devel/py-fasteners/distinfo       Tue Oct 25 11:38:49 2022 +0000
@@ -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