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 Oct 30 09:59:51 UTC 2023

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

Log Message:
py-filelock: updated to 3.13..0

3.13.0

Support reentrant locking on lock file path via optional singleton instance


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-filelock/Makefile
cvs rdiff -u -r1.20 -r1.21 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.21 pkgsrc/devel/py-filelock/Makefile:1.22
--- pkgsrc/devel/py-filelock/Makefile:1.21      Sat Oct 28 19:56:59 2023
+++ pkgsrc/devel/py-filelock/Makefile   Mon Oct 30 09:59:51 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2023/10/28 19:56:59 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2023/10/30 09:59:51 adam Exp $
 
-DISTNAME=      filelock-3.12.4
+DISTNAME=      filelock-3.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/filelock/}
 
@@ -11,19 +10,15 @@ HOMEPAGE=   https://github.com/tox-dev/py-
 COMMENT=       Platform independent file lock
 LICENSE=       unlicense
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.14:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.18:../../devel/py-hatchling
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.3:../../devel/py-hatch-vcs
-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
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.1:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.12:../../devel/py-test-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=2.2:../../devel/py-test-timeout
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-filelock/distinfo
diff -u pkgsrc/devel/py-filelock/distinfo:1.20 pkgsrc/devel/py-filelock/distinfo:1.21
--- pkgsrc/devel/py-filelock/distinfo:1.20      Wed Sep 13 16:35:29 2023
+++ pkgsrc/devel/py-filelock/distinfo   Mon Oct 30 09:59:51 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2023/09/13 16:35:29 adam Exp $
+$NetBSD: distinfo,v 1.21 2023/10/30 09:59:51 adam Exp $
 
-BLAKE2s (filelock-3.12.4.tar.gz) = b3603a217972830f6a928a27119ff8b16d3617b766aa887095b80b958b1312ec
-SHA512 (filelock-3.12.4.tar.gz) = 1ea0769afdbddc030f078a87a669b17425389526a6ba7f7577b350e0206efa6a54b284f1dbd7dfba0bda6e2450a181f5e4ab7cec2ca6ba09830bafad52128e86
-Size (filelock-3.12.4.tar.gz) = 13758 bytes
+BLAKE2s (filelock-3.13.0.tar.gz) = 3409f75a25abd9216bd9a153ee5a41de95d60e4a2caf6415c1268a33f3de9fd8
+SHA512 (filelock-3.13.0.tar.gz) = bf876f5b4f1dc736c39defe32f747f75948f48c7962a559124028d234ccda75f0c7b89c1cd81ce008abb50c458e98969838ee337a32f40d6f8f672b8e368b51a
+Size (filelock-3.13.0.tar.gz) = 14347 bytes



Home | Main Index | Thread Index | Old Index