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: Wed Aug 19 08:27:42 UTC 2026
Modified Files:
pkgsrc/devel/py-cachelib: Makefile distinfo
Log Message:
py-cachelib: updated to 0.15.4
Version 0.15.4
- Fix dumps in ``RedisCache`` to not use pickle for integers,
so they remain compatible with the native ``INCRBY``/ ``DECRBY``
operations used by :meth:`inc`/:meth:`dec`. :pr:`496`
Version 0.15.3
- Fix ``MemcachedCache`` ``inc`` and ``dec`` methods double normalizing keys. :pr:`495`
Version 0.15.2
- Fix ``libmc`` in ``MemcachedCache`` no reserve nor blocking. :pr:`493`
Version 0.15.1
- Add ``JSONSerializer`` serializer and use the same base class for DynamoDB serialization. :pr:`490`
- Fix ``MemcachedCache`` ``libmc`` client not being created correctly :pr:`491`
Version 0.15.0
- Make ``SimpleCache`` thread-safe using a ``threading.RLock``. :issue:`446`
- Make ``pylibmc`` and ``libmc`` clients thread-safe by using ``ClientPool``. :pr:`287`
- Drop support for Python 3.8, 3.9 and 3.10. :issue:`477`
- Add support for optional dependencies in ``pyproject.toml`` to allow users to
install the dependencies for specific cache backends as needed. :pr:`459`
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-cachelib/Makefile
cvs rdiff -u -r1.15 -r1.16 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.16 pkgsrc/devel/py-cachelib/Makefile:1.17
--- pkgsrc/devel/py-cachelib/Makefile:1.16 Tue May 12 05:26:41 2026
+++ pkgsrc/devel/py-cachelib/Makefile Wed Aug 19 08:27:42 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2026/05/12 05:26:41 adam Exp $
+# $NetBSD: Makefile,v 1.17 2026/08/19 08:27:42 adam Exp $
-DISTNAME= cachelib-0.14.0
+DISTNAME= cachelib-0.15.4
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.15 pkgsrc/devel/py-cachelib/distinfo:1.16
--- pkgsrc/devel/py-cachelib/distinfo:1.15 Tue May 12 05:26:41 2026
+++ pkgsrc/devel/py-cachelib/distinfo Wed Aug 19 08:27:42 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2026/05/12 05:26:41 adam Exp $
+$NetBSD: distinfo,v 1.16 2026/08/19 08:27:42 adam Exp $
-BLAKE2s (cachelib-0.14.0.tar.gz) = eae9fb404a425c4f95b734735a3058efb62396f855dcf36a4e345a7aefaa8a37
-SHA512 (cachelib-0.14.0.tar.gz) = ed14f9e944454067b30c748b558670fc50343f332ec4bf91e7df97bbc2ad9647e97d221b62287b139df70faafcccbbf1c455710c71cb969e096e61997e98d13e
-Size (cachelib-0.14.0.tar.gz) = 170320 bytes
+BLAKE2s (cachelib-0.15.4.tar.gz) = 52dcc613d06bdfa0d73f1b3031d295b43875c83fc969e61e6a251fee5e66ac5d
+SHA512 (cachelib-0.15.4.tar.gz) = cea4921dd9bf06eb2f33c5930b54519d506ced4492f8ad6ea08df8cc1ca5209d645fe2f90964af7a304696627b71c837e4ee5b081338648ad044ad5e6ac7c815
+Size (cachelib-0.15.4.tar.gz) = 118016 bytes
Home |
Main Index |
Thread Index |
Old Index