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:           Wed Jun 10 20:59:54 UTC 2026

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

Log Message:
py-filelock: update to 3.29.3.

3.29.3

🔧 ci(release): publish to PyPI on tag push by @gaborbernat in #557
validate pid range in _parse_lock_holder by @dxbjavid in #556
🐛 fix(ci): restore release environment on tag job by @gaborbernat in #559
🐛 fix(ci): publish from release.yaml on tag push by @gaborbernat in #560

3.29.2

open marker reads non-blocking to refuse attacker-placed fifo by @dxbjavid in #549
🔒 fix(soft): harden stale-lock breaking and self-heal malformed locks by @gaborbernat in #551
check hostname in is_lock_held_by_us by @dxbjavid in #553


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/py-filelock/Makefile
cvs rdiff -u -r1.45 -r1.46 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.46 pkgsrc/devel/py-filelock/Makefile:1.47
--- pkgsrc/devel/py-filelock/Makefile:1.46      Sun Jun  7 21:16:44 2026
+++ pkgsrc/devel/py-filelock/Makefile   Wed Jun 10 20:59:54 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2026/06/07 21:16:44 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2026/06/10 20:59:54 wiz Exp $
 
-DISTNAME=      filelock-3.29.1
+DISTNAME=      filelock-3.29.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/filelock/}
@@ -21,8 +21,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-virtualenv
 
 USE_LANGUAGES= # none
 
-# as of 3.24.3
-# 1 failed, 327 passed, 20 skipped, 6 warnings
+# as of 3.29.3
+# 466 passed, 25 skipped, 6 warnings
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-filelock/distinfo
diff -u pkgsrc/devel/py-filelock/distinfo:1.45 pkgsrc/devel/py-filelock/distinfo:1.46
--- pkgsrc/devel/py-filelock/distinfo:1.45      Sun Jun  7 21:16:44 2026
+++ pkgsrc/devel/py-filelock/distinfo   Wed Jun 10 20:59:54 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.45 2026/06/07 21:16:44 wiz Exp $
+$NetBSD: distinfo,v 1.46 2026/06/10 20:59:54 wiz Exp $
 
-BLAKE2s (filelock-3.29.1.tar.gz) = c6a04b14959637f26e3347df6f85ceeaf25ed636f22ed739837cdc0fec4854b0
-SHA512 (filelock-3.29.1.tar.gz) = ae11921d0b3df0e0501a47fad9d4da2bf1ce7c93b69b2bb52e6896a74464cd14197246a8dc20754a7aec881539499a230afab4125214e4bc44eeb4037d043161
-Size (filelock-3.29.1.tar.gz) = 59335 bytes
+BLAKE2s (filelock-3.29.3.tar.gz) = 3d05b698567f87fc66c946da1d71de4c2281c43dba23616ea8ea6fba7c850e6c
+SHA512 (filelock-3.29.3.tar.gz) = ebf7fce93c269085d9c7190b47aeab76e7e28a00d0d32125f5e923435c180587d4bd1b84c543005b023561ee1a38bb5eaa1d9b4ba5f9ce52db92adcd25fb9488
+Size (filelock-3.29.3.tar.gz) = 61956 bytes



Home | Main Index | Thread Index | Old Index