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 Apr  2 17:40:02 UTC 2024

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

Log Message:
py-filelock: updated to 3.13.3

3.13.3
Make singleton class instance dict unique per subclass

3.13.2
Fixed small typo in _unix.py
Update SECURITY.md to reflect Python 3.7 support dropoff
Update index.rst to improve the demo usage
[BugFix] fix permission denied error when lock file is placed in /tmp


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-filelock/Makefile
cvs rdiff -u -r1.22 -r1.23 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.23 pkgsrc/devel/py-filelock/Makefile:1.24
--- pkgsrc/devel/py-filelock/Makefile:1.23      Wed Nov  1 18:22:40 2023
+++ pkgsrc/devel/py-filelock/Makefile   Tue Apr  2 17:40:02 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2023/11/01 18:22:40 adam Exp $
+# $NetBSD: Makefile,v 1.24 2024/04/02 17:40:02 adam Exp $
 
-DISTNAME=      filelock-3.13.1
+DISTNAME=      filelock-3.13.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/filelock/}

Index: pkgsrc/devel/py-filelock/distinfo
diff -u pkgsrc/devel/py-filelock/distinfo:1.22 pkgsrc/devel/py-filelock/distinfo:1.23
--- pkgsrc/devel/py-filelock/distinfo:1.22      Wed Nov  1 18:22:40 2023
+++ pkgsrc/devel/py-filelock/distinfo   Tue Apr  2 17:40:02 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2023/11/01 18:22:40 adam Exp $
+$NetBSD: distinfo,v 1.23 2024/04/02 17:40:02 adam Exp $
 
-BLAKE2s (filelock-3.13.1.tar.gz) = 40ece63acc04b00485d3c5501fe825e2f95f42c0b3e7a87024961920ebaae236
-SHA512 (filelock-3.13.1.tar.gz) = e9975a5b939ec0a417d1dbc5a3ca494aac3445c761f382849de5671ba1ae9a5f38e8a8714c7ed700fbb0d4cb161191917c439573993026f2e3efa1ada7d4f844
-Size (filelock-3.13.1.tar.gz) = 14553 bytes
+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



Home | Main Index | Thread Index | Old Index