pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-cachelib



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr 19 04:30:21 UTC 2024

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

Log Message:
py-cachelib: updated to 0.13.0

Version 0.13.0

- default ``hashlib.md5`` may not be available in FIPS builds. We
  now do not access it at import time on ``FileSystemCache``so developers
  have time to change the default.
  ``hashlib.md5`` will be lazy loaded when a new default is not provided


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-cachelib/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-cachelib/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-cachelib/Makefile
diff -u pkgsrc/devel/py-cachelib/Makefile:1.12 pkgsrc/devel/py-cachelib/Makefile:1.13
--- pkgsrc/devel/py-cachelib/Makefile:1.12      Mon Feb 12 12:35:22 2024
+++ pkgsrc/devel/py-cachelib/Makefile   Fri Apr 19 04:30:21 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2024/02/12 12:35:22 adam Exp $
+# $NetBSD: Makefile,v 1.13 2024/04/19 04:30:21 adam Exp $
 
-DISTNAME=      cachelib-0.12.0
+DISTNAME=      cachelib-0.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cachelib/}

Index: pkgsrc/devel/py-cachelib/distinfo
diff -u pkgsrc/devel/py-cachelib/distinfo:1.13 pkgsrc/devel/py-cachelib/distinfo:1.14
--- pkgsrc/devel/py-cachelib/distinfo:1.13      Mon Feb 12 12:35:22 2024
+++ pkgsrc/devel/py-cachelib/distinfo   Fri Apr 19 04:30:21 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/02/12 12:35:22 adam Exp $
+$NetBSD: distinfo,v 1.14 2024/04/19 04:30:21 adam Exp $
 
-BLAKE2s (cachelib-0.12.0.tar.gz) = 8e8987017613e383cc6198bf58f22bbab8e8908900f7d384596c95b64e9ca2a2
-SHA512 (cachelib-0.12.0.tar.gz) = 771ea8593e19aedda94c946ca0157b7d4c81ca9e56d0f15cbe7d462914bca3a1a0e5d61a23c8f890ec1ffa6320a47d7e8e3acfd33463af61b2578f6b65a7a15a
-Size (cachelib-0.12.0.tar.gz) = 33877 bytes
+BLAKE2s (cachelib-0.13.0.tar.gz) = cf17b93c45786cf2b4f99e8d74e8b939dc7e08ae7aaa4307328993b743fa9d3e
+SHA512 (cachelib-0.13.0.tar.gz) = 09604fdd03f84a207770313192898087fdd724999be93b08e61c463b793611783ea70b18afbd89e10c655d227108bebb5a192c7a8d5c241bc94209ff51f7b338
+Size (cachelib-0.13.0.tar.gz) = 34418 bytes



Home | Main Index | Thread Index | Old Index