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:   wiz
Date:           Mon Jul  6 06:35:26 UTC 2026

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

Log Message:
py-filelock: update to 3.29.5.

serialise read/write release rollback against a concurrent acquire by @dxbjavid in #563
🔒 fix(soft_rw): refresh held marker through the verified fd by @dxbjavid in #565
only unlink the writer marker on release if it is still ours by @dxbjavid in #566
don't follow symlinks in raise_on_not_writable_file by @dxbjavid in #567
don't complete a writer acquire on a peer's reclaimed marker by @dxbjavid in #571
use a private break name in break_lock_file by @dxbjavid in #576
Keep Unix lock files after release by @itscloud0 in #577
test: fix Windows type check broken by #577 by @gaborbernat in #580
roll back a read acquire's open transaction when its SELECT fails by @dxbjavid in #575
lifetime: reject negative, non-numeric, and bool values at the setter by @HrachShah in #573


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/py-filelock/Makefile
cvs rdiff -u -r1.47 -r1.48 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.48 pkgsrc/devel/py-filelock/Makefile:1.49
--- pkgsrc/devel/py-filelock/Makefile:1.48      Mon Jun 22 19:59:25 2026
+++ pkgsrc/devel/py-filelock/Makefile   Mon Jul  6 06:35:26 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2026/06/22 19:59:25 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2026/07/06 06:35:26 wiz Exp $
 
-DISTNAME=      filelock-3.29.4
+DISTNAME=      filelock-3.29.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/filelock/}
@@ -21,9 +21,5 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-virtualenv
 
 USE_LANGUAGES= # none
 
-# as of 3.29.4
-# 6 failed, 463 passed, 25 skipped, 6 warnings, 1 error
-# https://github.com/tox-dev/filelock/issues/569
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-filelock/distinfo
diff -u pkgsrc/devel/py-filelock/distinfo:1.47 pkgsrc/devel/py-filelock/distinfo:1.48
--- pkgsrc/devel/py-filelock/distinfo:1.47      Mon Jun 22 19:59:25 2026
+++ pkgsrc/devel/py-filelock/distinfo   Mon Jul  6 06:35:26 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.47 2026/06/22 19:59:25 wiz Exp $
+$NetBSD: distinfo,v 1.48 2026/07/06 06:35:26 wiz Exp $
 
-BLAKE2s (filelock-3.29.4.tar.gz) = f1c6306909abd5a4c6633af4da95a40d3591664b057c372b84bf252dec1b0b11
-SHA512 (filelock-3.29.4.tar.gz) = 18ad0d05522f529f9197e8270bd05e6c248ee652cc2b7ad19b77be6bf899aff4c908e277b5ef6e1d43db2666428eacbdeaa33a477ec451beb35a83b265f6db09
-Size (filelock-3.29.4.tar.gz) = 63028 bytes
+BLAKE2s (filelock-3.29.5.tar.gz) = 31f841a9051338cc4b84005daeacf23cf7987790e26479d3efba990e2d62f36e
+SHA512 (filelock-3.29.5.tar.gz) = da590940023c63584f6eef35fa63a0628a4e182a80a51aca155bec11439571a551e72e6f9f23a0dd16b35e1d4d821417e2d1ce0bf1c3526fc48c6fc301185b1c
+Size (filelock-3.29.5.tar.gz) = 68927 bytes



Home | Main Index | Thread Index | Old Index