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: Wed Sep 27 15:12:30 UTC 2023
Modified Files:
pkgsrc/devel/py-fasteners: Makefile distinfo
Log Message:
py-fasteners: updated to 0.19
0.19
- Add `.acquire_read_lock`, `.release_read_lock`, `.acquire_write_lock`, and
`.release_write_lock` methods to the inter thread `ReaderWriterLock` as was
promised in the README.
- Remove support for python 3.7 and pypy 3.7. It should still work, but is no
longer tested.
- Add support for pypy 3.10 and python 3.11
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-fasteners/Makefile
cvs rdiff -u -r1.9 -r1.10 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.12 pkgsrc/devel/py-fasteners/Makefile:1.13
--- pkgsrc/devel/py-fasteners/Makefile:1.12 Tue Jun 6 12:41:12 2023
+++ pkgsrc/devel/py-fasteners/Makefile Wed Sep 27 15:12:29 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2023/06/06 12:41:12 riastradh Exp $
+# $NetBSD: Makefile,v 1.13 2023/09/27 15:12:29 adam Exp $
-DISTNAME= fasteners-0.18
+DISTNAME= fasteners-0.19
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/fasteners/}
Index: pkgsrc/devel/py-fasteners/distinfo
diff -u pkgsrc/devel/py-fasteners/distinfo:1.9 pkgsrc/devel/py-fasteners/distinfo:1.10
--- pkgsrc/devel/py-fasteners/distinfo:1.9 Tue Oct 25 11:38:49 2022
+++ pkgsrc/devel/py-fasteners/distinfo Wed Sep 27 15:12:29 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/10/25 11:38:49 adam Exp $
+$NetBSD: distinfo,v 1.10 2023/09/27 15:12:29 adam Exp $
-BLAKE2s (fasteners-0.18.tar.gz) = 22346a93f0a230c1ea5194620f3d0c0970c90b958fe04a7346118809311ee07d
-SHA512 (fasteners-0.18.tar.gz) = a554a85dbd5b714d7b11399e956ebc53f337b76839db57d659cf009b6e906f887a2d0d59746506df051b997732a2d9fc0239ee02e08b9c2328dbe554cd4ba3da
-Size (fasteners-0.18.tar.gz) = 17809 bytes
+BLAKE2s (fasteners-0.19.tar.gz) = 8c3fcd7b02f55916b5762aab339b63f0cee93ac50ccf3f0eb519c6ba76e5ae02
+SHA512 (fasteners-0.19.tar.gz) = ac698c590cdb17d202e3a3bca794bf6e3bafac2ddc7b112ca972bfa81f4faa666461f90b6d779536f8edbeb5b56fbbcbe7fa21c612a47bf3e34a4beaf2cd43f3
+Size (fasteners-0.19.tar.gz) = 24832 bytes
Home |
Main Index |
Thread Index |
Old Index