pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-filelock



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Sep 11 10:28:35 UTC 2026

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

Log Message:
py-filelock: updated to 3.32.6

3.32.6

fix(lease): reject a duration no marker can carry
fix(soft-rw): reject non-finite timing options
fix: preserve exception notes when copying and pickling
test(soft-rw): reuse existing test module
fix: respect ACL write access when the owner write bit is absent
Fix SoftReadWriteLock state lock timeout


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/py-filelock/Makefile
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/py-filelock/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-filelock/Makefile
diff -u pkgsrc/devel/py-filelock/Makefile:1.56 pkgsrc/devel/py-filelock/Makefile:1.57
--- pkgsrc/devel/py-filelock/Makefile:1.56      Tue Sep  8 07:01:14 2026
+++ pkgsrc/devel/py-filelock/Makefile   Fri Sep 11 10:28:35 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2026/09/08 07:01:14 adam Exp $
+# $NetBSD: Makefile,v 1.57 2026/09/11 10:28:35 adam Exp $
 
-DISTNAME=      filelock-3.32.5
+DISTNAME=      filelock-3.32.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/filelock/}
@@ -13,13 +13,13 @@ LICENSE=    unlicense
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.5:../../devel/py-hatch-vcs
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.29:../../devel/py-hatchling
 TEST_DEPENDS+= ${PYPKGPREFIX}-covdefaults>=2.3:../../devel/py-covdefaults
+TEST_DEPENDS+= ${PYPKGPREFIX}-diff-cover>=10.2:../../misc/py-diff-cover
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=1.3:../../devel/py-test-asyncio
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=7.1:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.15.1:../../devel/py-test-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-randomly>=3.16:../../devel/py-test-randomly
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=2.4:../../devel/py-test-timeout
 TEST_DEPENDS+= ${PYPKGPREFIX}-virtualenv>=21.2:../../devel/py-virtualenv
-#  "diff-cover>=10.2",
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-filelock/distinfo
diff -u pkgsrc/devel/py-filelock/distinfo:1.55 pkgsrc/devel/py-filelock/distinfo:1.56
--- pkgsrc/devel/py-filelock/distinfo:1.55      Tue Sep  8 07:01:14 2026
+++ pkgsrc/devel/py-filelock/distinfo   Fri Sep 11 10:28:35 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.55 2026/09/08 07:01:14 adam Exp $
+$NetBSD: distinfo,v 1.56 2026/09/11 10:28:35 adam Exp $
 
-BLAKE2s (filelock-3.32.5.tar.gz) = fa973999d00065d64b59f93e185dca4b7f539bb141f8ad3bac239985d0650dc6
-SHA512 (filelock-3.32.5.tar.gz) = 2ac9dd42e244cdf7c45527743c6f42b67e955b4001449237a2a016c5bc7bfc52094298f50e89aad1a41a940b986f16a42923f737b8044ba2d9398a9bb045d231
-Size (filelock-3.32.5.tar.gz) = 222838 bytes
+BLAKE2s (filelock-3.32.6.tar.gz) = c4196e56838ab5f2040d46c3e4a4484c4876d2be4b8e6212ffe83d1e477fbb7b
+SHA512 (filelock-3.32.6.tar.gz) = a2431f17c1f7e01e0eb704354a8e3b27c2e0b2e769962ea904b20206ef36e1b173fca846c696680b7c6c8a0bee846b9a6d5449a4b09e0ae7c390bb374380ccc6
+Size (filelock-3.32.6.tar.gz) = 225172 bytes



Home | Main Index | Thread Index | Old Index