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: adam
Date: Wed Apr 19 05:26:38 UTC 2023
Modified Files:
pkgsrc/devel/py-filelock: Makefile distinfo
Log Message:
py-filelock: updated to 3.12.0
3.12.0
Get rid of warning about inability to link to _thread._local.
Bump deps and tools
Add umask check to tests so umask 002 is valid
Fix lock hang on Windows
Conditionally disable/enable thread-local lock behavior.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-filelock/Makefile \
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.15 pkgsrc/devel/py-filelock/Makefile:1.16
--- pkgsrc/devel/py-filelock/Makefile:1.15 Mon Apr 17 09:51:00 2023
+++ pkgsrc/devel/py-filelock/Makefile Wed Apr 19 05:26:38 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2023/04/17 09:51:00 adam Exp $
+# $NetBSD: Makefile,v 1.16 2023/04/19 05:26:38 adam Exp $
-DISTNAME= filelock-3.11.0
+DISTNAME= filelock-3.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/filelock/}
@@ -10,9 +10,9 @@ HOMEPAGE= https://github.com/tox-dev/py-
COMMENT= Platform independent file lock
LICENSE= unlicense
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.13:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.14:../../devel/py-hatchling
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.3:../../devel/py-hatch-vcs
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.2.2:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.3.1:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.10:../../devel/py-test-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=2.1:../../devel/py-test-timeout
Index: pkgsrc/devel/py-filelock/distinfo
diff -u pkgsrc/devel/py-filelock/distinfo:1.15 pkgsrc/devel/py-filelock/distinfo:1.16
--- pkgsrc/devel/py-filelock/distinfo:1.15 Mon Apr 17 09:51:00 2023
+++ pkgsrc/devel/py-filelock/distinfo Wed Apr 19 05:26:38 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2023/04/17 09:51:00 adam Exp $
+$NetBSD: distinfo,v 1.16 2023/04/19 05:26:38 adam Exp $
-BLAKE2s (filelock-3.11.0.tar.gz) = 02aa0a1648e10b200b6df503729bb9742ce1ec7576dd300c53d41ccd387e3286
-SHA512 (filelock-3.11.0.tar.gz) = aa95176d3870a8a5bba033e3893bdc8ad61665c64137cfa35fbaff725edea30a4ab4fb70e902387fc5ec359c3c0b101777451a0e96e38522d13df3e95db0e244
-Size (filelock-3.11.0.tar.gz) = 10792 bytes
+BLAKE2s (filelock-3.12.0.tar.gz) = a63044813d59f692cca62607ed4eed7dab17905791b2adf71f088988b6feaebd
+SHA512 (filelock-3.12.0.tar.gz) = 4bd5d9df76499e2a4f9dd9274fcc8bd507813446fa8e5852cef6c674d34d3db2313e4b79ac98eae07d6a9fe953de4ee6390baa4c9d5ab6a005c96324dd5904e8
+Size (filelock-3.12.0.tar.gz) = 11839 bytes
Home |
Main Index |
Thread Index |
Old Index