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:           Mon Apr 17 09:51:00 UTC 2023

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

Log Message:
py-filelock: updated to 3.11.0

3.11.0

Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5
Fix: Allow filelock test thread to catch any exceptions
Bump deps and tools
Run more pypy versions in CI but without coverage
Make the lock a thread local variable


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 pkgsrc/devel/py-filelock/Makefile:1.15
--- pkgsrc/devel/py-filelock/Makefile:1.14      Tue Mar 14 19:32:29 2023
+++ pkgsrc/devel/py-filelock/Makefile   Mon Apr 17 09:51:00 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2023/03/14 19:32:29 adam Exp $
+# $NetBSD: Makefile,v 1.15 2023/04/17 09:51:00 adam Exp $
 
-DISTNAME=      filelock-3.9.1
+DISTNAME=      filelock-3.11.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/filelock/}
@@ -10,10 +10,11 @@ HOMEPAGE=   https://github.com/tox-dev/py-
 COMMENT=       Platform independent file lock
 LICENSE=       unlicense
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.11.1:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.13:../../devel/py-hatchling
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.3:../../devel/py-hatch-vcs
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.2:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.2.2:../../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
 
 USE_LANGUAGES= # none
Index: pkgsrc/devel/py-filelock/distinfo
diff -u pkgsrc/devel/py-filelock/distinfo:1.14 pkgsrc/devel/py-filelock/distinfo:1.15
--- pkgsrc/devel/py-filelock/distinfo:1.14      Tue Mar 14 19:32:29 2023
+++ pkgsrc/devel/py-filelock/distinfo   Mon Apr 17 09:51:00 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/03/14 19:32:29 adam Exp $
+$NetBSD: distinfo,v 1.15 2023/04/17 09:51:00 adam Exp $
 
-BLAKE2s (filelock-3.9.1.tar.gz) = 4f23e5c2b475272435073a1b64e1383c57931ad983404156d284f7416ba86c66
-SHA512 (filelock-3.9.1.tar.gz) = 7a240b0014a6570099106c72b376c47b7b23cddc3e70f78e2560ccccfcee31d1078d894c2e3ec6fed2f983859543a84cac03f8834df9e64fcb0a966308f7503e
-Size (filelock-3.9.1.tar.gz) = 9720 bytes
+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



Home | Main Index | Thread Index | Old Index