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 Aug 13 08:09:48 UTC 2025

Modified Files:
        pkgsrc/devel/py-fasteners: Makefile distinfo

Log Message:
py-fasteners: updated to 0.20

0.20
- InterProcessLock now catches OSError and handles BlockingIOError correctly.
- Remove support for python 3.8, python 3.9 and pypy 3.9. It should still work,
  but is no longer tested.
- Add support for python 3.12, 3.13 and pypy 3.11.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-fasteners/Makefile
cvs rdiff -u -r1.10 -r1.11 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.16 pkgsrc/devel/py-fasteners/Makefile:1.17
--- pkgsrc/devel/py-fasteners/Makefile:1.16     Sat Apr 12 10:59:18 2025
+++ pkgsrc/devel/py-fasteners/Makefile  Wed Aug 13 08:09:48 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2025/04/12 10:59:18 adam Exp $
+# $NetBSD: Makefile,v 1.17 2025/08/13 08:09:48 adam Exp $
 
-DISTNAME=      fasteners-0.19
+DISTNAME=      fasteners-0.20
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/fasteners/}
 

Index: pkgsrc/devel/py-fasteners/distinfo
diff -u pkgsrc/devel/py-fasteners/distinfo:1.10 pkgsrc/devel/py-fasteners/distinfo:1.11
--- pkgsrc/devel/py-fasteners/distinfo:1.10     Wed Sep 27 15:12:29 2023
+++ pkgsrc/devel/py-fasteners/distinfo  Wed Aug 13 08:09:48 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/09/27 15:12:29 adam Exp $
+$NetBSD: distinfo,v 1.11 2025/08/13 08:09:48 adam Exp $
 
-BLAKE2s (fasteners-0.19.tar.gz) = 8c3fcd7b02f55916b5762aab339b63f0cee93ac50ccf3f0eb519c6ba76e5ae02
-SHA512 (fasteners-0.19.tar.gz) = ac698c590cdb17d202e3a3bca794bf6e3bafac2ddc7b112ca972bfa81f4faa666461f90b6d779536f8edbeb5b56fbbcbe7fa21c612a47bf3e34a4beaf2cd43f3
-Size (fasteners-0.19.tar.gz) = 24832 bytes
+BLAKE2s (fasteners-0.20.tar.gz) = 68300ae49805a37414504853c633f8f7c605c49193be4ec5eecf94138c7e3931
+SHA512 (fasteners-0.20.tar.gz) = 71d6c42cd64c1a5e864c11caa9043428412cb101da6bac2f621c4c6db69b35833e4ca7a208be1e5ee15c8e10b3ae0cd369aa8bbf17620ba03f4efef59e48ffc3
+Size (fasteners-0.20.tar.gz) = 25087 bytes



Home | Main Index | Thread Index | Old Index