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 13 11:16:15 UTC 2026

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

Log Message:
py-filelock: update to 3.29.7.

3.29.7

asyncio: detect cross-instance reentrant deadlocks before the poll loop by @HrachShah in #586
🐛 fix(soft_rw): evict non-regular write marker without reading it by @gaborbernat in #588
_util: drop the dead st_mtime=0 short-circuit in raise_on_not_writable_file by @HrachShah in #589

3.29.6

serialise singleton construction in FileLockMeta by @dxbjavid in #581
_util: drop the dead st_mtime=0 short-circuit in raise_on_not_writable_file by @HrachShah in #582
test: silence fork DeprecationWarning on 3.15 by @gaborbernat in #585


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/py-filelock/Makefile
cvs rdiff -u -r1.48 -r1.49 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.49 pkgsrc/devel/py-filelock/Makefile:1.50
--- pkgsrc/devel/py-filelock/Makefile:1.49      Mon Jul  6 06:35:26 2026
+++ pkgsrc/devel/py-filelock/Makefile   Mon Jul 13 11:16:15 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2026/07/06 06:35:26 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2026/07/13 11:16:15 wiz Exp $
 
-DISTNAME=      filelock-3.29.5
+DISTNAME=      filelock-3.29.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/filelock/}

Index: pkgsrc/devel/py-filelock/distinfo
diff -u pkgsrc/devel/py-filelock/distinfo:1.48 pkgsrc/devel/py-filelock/distinfo:1.49
--- pkgsrc/devel/py-filelock/distinfo:1.48      Mon Jul  6 06:35:26 2026
+++ pkgsrc/devel/py-filelock/distinfo   Mon Jul 13 11:16:15 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.48 2026/07/06 06:35:26 wiz Exp $
+$NetBSD: distinfo,v 1.49 2026/07/13 11:16:15 wiz Exp $
 
-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
+BLAKE2s (filelock-3.29.7.tar.gz) = aa72062c5bc01c0b4bc4d4f4caf9254317b00a9e85efb0b65b7f2de5151f9716
+SHA512 (filelock-3.29.7.tar.gz) = 7ebe4add67d48f3ad2d084712e17034a503e4eaa690761aa9100b73425cb728a140eb44de7b739b4ba5bad952221eb09804866a619a20345d5e7e6fd2a70156b
+Size (filelock-3.29.7.tar.gz) = 71521 bytes



Home | Main Index | Thread Index | Old Index