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 10 07:38:29 UTC 2024

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

Log Message:
py-filelock: updated to 3.13.4

3.13.4

Raise error on incompatible singleton timeout and mode args


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-filelock/Makefile
cvs rdiff -u -r1.23 -r1.24 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.24 pkgsrc/devel/py-filelock/Makefile:1.25
--- pkgsrc/devel/py-filelock/Makefile:1.24      Tue Apr  2 17:40:02 2024
+++ pkgsrc/devel/py-filelock/Makefile   Wed Apr 10 07:38:29 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2024/04/02 17:40:02 adam Exp $
+# $NetBSD: Makefile,v 1.25 2024/04/10 07:38:29 adam Exp $
 
-DISTNAME=      filelock-3.13.3
+DISTNAME=      filelock-3.13.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/filelock/}
@@ -11,7 +11,7 @@ COMMENT=      Platform independent file lock
 LICENSE=       unlicense
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.18:../../devel/py-hatchling
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.3:../../devel/py-hatch-vcs
+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}-test-mock>=3.12:../../devel/py-test-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=2.2:../../devel/py-test-timeout

Index: pkgsrc/devel/py-filelock/distinfo
diff -u pkgsrc/devel/py-filelock/distinfo:1.23 pkgsrc/devel/py-filelock/distinfo:1.24
--- pkgsrc/devel/py-filelock/distinfo:1.23      Tue Apr  2 17:40:02 2024
+++ pkgsrc/devel/py-filelock/distinfo   Wed Apr 10 07:38:29 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2024/04/02 17:40:02 adam Exp $
+$NetBSD: distinfo,v 1.24 2024/04/10 07:38:29 adam Exp $
 
-BLAKE2s (filelock-3.13.3.tar.gz) = fd3045fa59e018d0d87028409fe49ce917a7c0be9adfde466f2b3eb54af45845
-SHA512 (filelock-3.13.3.tar.gz) = d335f9cffdda98f2d3e3585f9170ad5f062e6457056e75738df8b2a2e7ebaed4939597c5e4d1353a4ed0cd1bd53bbb21dab8418412be98cc0b322a6789dd0c7d
-Size (filelock-3.13.3.tar.gz) = 14938 bytes
+BLAKE2s (filelock-3.13.4.tar.gz) = e3ce933a714c06f65bcf2fcc52e10fd451e14166a55ef698ed16fdda449beb77
+SHA512 (filelock-3.13.4.tar.gz) = 072d78bfb3b3831847103b3e7d54e97e9486cbe1ba146d9632edb510abe2d56f3f06bce6b79a2e6cb830ba51e47bbfe32b8f18abb08bd33480ecf78ee0da161b
+Size (filelock-3.13.4.tar.gz) = 15093 bytes



Home | Main Index | Thread Index | Old Index