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:           Tue Sep 10 08:45:38 UTC 2024

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

Log Message:
py-filelock: updated to 3.16.0

3.16.0

Test Python 3.13
Add 3.13 to CI


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-filelock/Makefile
cvs rdiff -u -r1.27 -r1.28 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.28 pkgsrc/devel/py-filelock/Makefile:1.29
--- pkgsrc/devel/py-filelock/Makefile:1.28      Wed Jun 26 16:27:33 2024
+++ pkgsrc/devel/py-filelock/Makefile   Tue Sep 10 08:45:38 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2024/06/26 16:27:33 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2024/09/10 08:45:38 adam Exp $
 
-DISTNAME=      filelock-3.15.4
+DISTNAME=      filelock-3.16.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/filelock/}
@@ -10,15 +10,16 @@ HOMEPAGE=   https://github.com/tox-dev/py-
 COMMENT=       Platform independent file lock
 LICENSE=       unlicense
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.18:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.25:../../devel/py-hatchling
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.4:../../devel/py-hatch-vcs
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.1:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-covdefaults>=2.3:../../devel/py-covdefaults
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=5:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0.24:../../devel/py-test-asyncio
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.12:../../devel/py-test-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=2.2:../../devel/py-test-timeout
+TEST_DEPENDS+= ${PYPKGPREFIX}-virtualenv>=20.26.3:../../devel/py-virtualenv
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-filelock/distinfo
diff -u pkgsrc/devel/py-filelock/distinfo:1.27 pkgsrc/devel/py-filelock/distinfo:1.28
--- pkgsrc/devel/py-filelock/distinfo:1.27      Wed Jun 26 16:27:33 2024
+++ pkgsrc/devel/py-filelock/distinfo   Tue Sep 10 08:45:38 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2024/06/26 16:27:33 wiz Exp $
+$NetBSD: distinfo,v 1.28 2024/09/10 08:45:38 adam Exp $
 
-BLAKE2s (filelock-3.15.4.tar.gz) = 4ad9d9d33e9a199d8bc5a0f803fa96a20a9f5c54fec8adc9e88e718a47f20e11
-SHA512 (filelock-3.15.4.tar.gz) = d809df84f321ab9d99f46609cc664af2d9b73161906308e1a9f949c745694577901def228c40a860c606d652f9ecefe9014159eeea92266f94e981eecc4fe103
-Size (filelock-3.15.4.tar.gz) = 18007 bytes
+BLAKE2s (filelock-3.16.0.tar.gz) = 448c051aedfa40b557a4c6e3375faf05384b7c002743abb75479104292f9e6aa
+SHA512 (filelock-3.16.0.tar.gz) = bda22692d3a6b034a825fff6917b0c12614ef2615ff52fd78072b1c76c1d1e6019d9d503faa0edf54efc39566279a941b19f34e9e87ccabb7fc8fadb1b3aa825
+Size (filelock-3.16.0.tar.gz) = 18008 bytes



Home | Main Index | Thread Index | Old Index