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:           Thu Jul 30 21:50:21 UTC 2026

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

Log Message:
py-filelock: update to 3.32.2.

3.32.2

Fix test failures on NetBSD (#689) by @gaborbernat in #693
🧪 test(soft-rw): deflake writer phase-2 peer-marker test by @gaborbernat in #694
hand back the claim when a heartbeat thread fails to start by @dxbjavid in #691
🧪 test(unix): deflake sticky-bit concurrent-unlink on graalpy by @gaborbernat in #695


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/py-filelock/Makefile
cvs rdiff -u -r1.51 -r1.52 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.52 pkgsrc/devel/py-filelock/Makefile:1.53
--- pkgsrc/devel/py-filelock/Makefile:1.52      Mon Jul 27 14:51:56 2026
+++ pkgsrc/devel/py-filelock/Makefile   Thu Jul 30 21:50:21 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2026/07/27 14:51:56 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2026/07/30 21:50:21 wiz Exp $
 
-DISTNAME=      filelock-3.32.0
+DISTNAME=      filelock-3.32.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/filelock/}
@@ -23,8 +23,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-virtualenv
 
 USE_LANGUAGES= # none
 
-# as of 3.32.0
-# 7 failed, 1231 passed, 56 skipped
+# as of 3.32.2
+# 1 failed, 1245 passed, 58 skipped
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-filelock/distinfo
diff -u pkgsrc/devel/py-filelock/distinfo:1.51 pkgsrc/devel/py-filelock/distinfo:1.52
--- pkgsrc/devel/py-filelock/distinfo:1.51      Mon Jul 27 14:51:56 2026
+++ pkgsrc/devel/py-filelock/distinfo   Thu Jul 30 21:50:21 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.51 2026/07/27 14:51:56 wiz Exp $
+$NetBSD: distinfo,v 1.52 2026/07/30 21:50:21 wiz Exp $
 
-BLAKE2s (filelock-3.32.0.tar.gz) = cd4d601d685df2dd6340913cf8d62cb43e221bbc12577a4e07fdf15d0b043dfb
-SHA512 (filelock-3.32.0.tar.gz) = f3f775890981f4a2dc0ac28636f0951e860c23ff66debc307f041023f58aa3e0684de2c591fc9e97bfd36813d6a5cabb1403148230d6023c3213e7a9b2f39510
-Size (filelock-3.32.0.tar.gz) = 213757 bytes
+BLAKE2s (filelock-3.32.2.tar.gz) = 56906dbbb6bfea72083bf2743f1b4f0e9d9999e3f867ab21e07a8806011a3c73
+SHA512 (filelock-3.32.2.tar.gz) = 495d99f98c83bd3c307abb70155e04a8e8443de922280170406246468f516632b9b42f6d63a3ff8db38d2b8acd6223ad351dd0fe07b4e62dcc5699c606f2c92b
+Size (filelock-3.32.2.tar.gz) = 217172 bytes



Home | Main Index | Thread Index | Old Index