pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cachetools



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 26 08:57:59 UTC 2025

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

Log Message:
py-cachetools: updated to 6.2.0

v6.2.0 (2025-08-25)

- Improve general ``RRCache`` performance by storing cache keys in an
  additional sequence container.  Note that this will increase memory
  consumption.

- Add more unit tests.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-cachetools/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-cachetools/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-cachetools/Makefile
diff -u pkgsrc/devel/py-cachetools/Makefile:1.25 pkgsrc/devel/py-cachetools/Makefile:1.26
--- pkgsrc/devel/py-cachetools/Makefile:1.25    Tue Jul  1 10:28:04 2025
+++ pkgsrc/devel/py-cachetools/Makefile Tue Aug 26 08:57:59 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2025/07/01 10:28:04 adam Exp $
+# $NetBSD: Makefile,v 1.26 2025/08/26 08:57:59 adam Exp $
 
-DISTNAME=      cachetools-6.1.0
+DISTNAME=      cachetools-6.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cachetools/}

Index: pkgsrc/devel/py-cachetools/distinfo
diff -u pkgsrc/devel/py-cachetools/distinfo:1.24 pkgsrc/devel/py-cachetools/distinfo:1.25
--- pkgsrc/devel/py-cachetools/distinfo:1.24    Tue Jul  1 10:28:04 2025
+++ pkgsrc/devel/py-cachetools/distinfo Tue Aug 26 08:57:59 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2025/07/01 10:28:04 adam Exp $
+$NetBSD: distinfo,v 1.25 2025/08/26 08:57:59 adam Exp $
 
-BLAKE2s (cachetools-6.1.0.tar.gz) = 522109bb8a34e6cf293483462086fe068a1359d6601ff9d4f095bc3bd32a231d
-SHA512 (cachetools-6.1.0.tar.gz) = 679696ac6d09ab1dffcce72c141b307dc5f3e8783ce8dd2603854d2c39dfa99ebc5911950a3421a4e80fb92279361ffdd648ad37fecbf42eecf9756e949ef910
-Size (cachetools-6.1.0.tar.gz) = 30714 bytes
+BLAKE2s (cachetools-6.2.0.tar.gz) = 54b798170daee4d39a99678317e7fe9102099008d09ce0c4ffa85b84505902aa
+SHA512 (cachetools-6.2.0.tar.gz) = 0ea8a07c68f0bdf148e69f3317c39f0cd78b4839aad428cb80019a92efbf896b012a7f4d22e685962fc777f583ec12672dd3b243a061461e99dd68dd9567aa9d
+Size (cachetools-6.2.0.tar.gz) = 30988 bytes



Home | Main Index | Thread Index | Old Index