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:           Wed Jul 17 04:05:53 UTC 2024

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

Log Message:
py-cachetools: updated to 5.4.0

v5.4.0 (2024-07-15)

- Add the ``keys.typedmethodkey`` decorator.
- Deprecate ``MRUCache`` class.
- Deprecate ``@func.mru_cache`` decorator.
- Update CI environment.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-cachetools/Makefile
cvs rdiff -u -r1.18 -r1.19 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.17 pkgsrc/devel/py-cachetools/Makefile:1.18
--- pkgsrc/devel/py-cachetools/Makefile:1.17    Tue Feb 27 08:35:32 2024
+++ pkgsrc/devel/py-cachetools/Makefile Wed Jul 17 04:05:53 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/02/27 08:35:32 adam Exp $
+# $NetBSD: Makefile,v 1.18 2024/07/17 04:05:53 adam Exp $
 
-DISTNAME=      cachetools-5.3.3
+DISTNAME=      cachetools-5.4.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.18 pkgsrc/devel/py-cachetools/distinfo:1.19
--- pkgsrc/devel/py-cachetools/distinfo:1.18    Tue Feb 27 08:35:32 2024
+++ pkgsrc/devel/py-cachetools/distinfo Wed Jul 17 04:05:53 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2024/02/27 08:35:32 adam Exp $
+$NetBSD: distinfo,v 1.19 2024/07/17 04:05:53 adam Exp $
 
-BLAKE2s (cachetools-5.3.3.tar.gz) = 868bba027c2a6a860407e6e1bcbc246b43ea1caf3936cd92eb1f0b3cb6937497
-SHA512 (cachetools-5.3.3.tar.gz) = ece7b1e54839aa8cae65a6164dc8dce6b1553c72ead551e1ae1d8a5e5ee937b952773504dc0d63c423521adfd20d6839bb3ea066dcbc6ab296649bd4ab8f7d83
-Size (cachetools-5.3.3.tar.gz) = 26522 bytes
+BLAKE2s (cachetools-5.4.0.tar.gz) = da0be1e3305db825e1a57baf2c1b58105f7a9951567c250a9a9bc7d3094046ee
+SHA512 (cachetools-5.4.0.tar.gz) = ee45747725bed2e3f06b493cf052896af48485907792f1a8331b1dcfca8a52942d2a49eb8c2bf4942ef749f4266d239e95d4165fb681a74fa57d0fe126fc4397
+Size (cachetools-5.4.0.tar.gz) = 26975 bytes



Home | Main Index | Thread Index | Old Index