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 Jun 22 19:59:25 UTC 2026

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

Log Message:
py-filelock: update to 3.29.4.

What's Changed

    verify inode in break_lock_file before unlinking a stale lock by @dxbjavid in #561
    keep the read/write heartbeat alive on a transient touch error by @dxbjavid in #562


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/py-filelock/Makefile
cvs rdiff -u -r1.46 -r1.47 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.47 pkgsrc/devel/py-filelock/Makefile:1.48
--- pkgsrc/devel/py-filelock/Makefile:1.47      Wed Jun 10 20:59:54 2026
+++ pkgsrc/devel/py-filelock/Makefile   Mon Jun 22 19:59:25 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2026/06/10 20:59:54 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2026/06/22 19:59:25 wiz Exp $
 
-DISTNAME=      filelock-3.29.3
+DISTNAME=      filelock-3.29.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/filelock/}
@@ -21,8 +21,9 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-virtualenv
 
 USE_LANGUAGES= # none
 
-# as of 3.29.3
-# 466 passed, 25 skipped, 6 warnings
+# 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.46 pkgsrc/devel/py-filelock/distinfo:1.47
--- pkgsrc/devel/py-filelock/distinfo:1.46      Wed Jun 10 20:59:54 2026
+++ pkgsrc/devel/py-filelock/distinfo   Mon Jun 22 19:59:25 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.46 2026/06/10 20:59:54 wiz Exp $
+$NetBSD: distinfo,v 1.47 2026/06/22 19:59:25 wiz Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index