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:           Tue May 12 05:26:41 UTC 2026

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

Log Message:
py-cachelib: updated to 0.14.0

Version 0.14.0

- Improve typing and refresh project to use pyproject and pallets workflows :pr:`420`
- Replace deprecated ``datetime.utcnow()`` with ``datetime.now()`` :pr:`421`
- Fix ``FileSystemCache`` permission errors on Network Attached Storage (NAS) when trying
  to perform operations on files that are open in other processes :pr:`424`
- Fix ``delete_many()`` in ``RedisCache`` and ``MemcachedCache`` incorrectly reporting
  failed deletions due to comparing normalized keys against non-normalized keys :pr:`443`
- Fix serializer returning an unbound variable error instead of ``None`` when a
  ``pickle`` error is raised during serialization :pr:`448`
- Fix ``add()`` in ``SimpleCache`` treating expired keys as still valid, preventing them
  from being overwritten until explicitly deleted :pr:`449`
- Add valkey backend :pr:`441`


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-cachelib/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-cachelib/PLIST
cvs rdiff -u -r1.14 -r1.15 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.15 pkgsrc/devel/py-cachelib/Makefile:1.16
--- pkgsrc/devel/py-cachelib/Makefile:1.15      Sat Apr 12 09:39:49 2025
+++ pkgsrc/devel/py-cachelib/Makefile   Tue May 12 05:26:41 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2025/04/12 09:39:49 adam Exp $
+# $NetBSD: Makefile,v 1.16 2026/05/12 05:26:41 adam Exp $
 
-DISTNAME=      cachelib-0.13.0
+DISTNAME=      cachelib-0.14.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cachelib/}
 
@@ -11,7 +10,7 @@ HOMEPAGE=     https://github.com/pallets/cac
 COMMENT=       Collection of cache libraries in the same API interface
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=0:../../devel/py-flit_core
 TEST_DEPENDS+= redis-[0-9]*:../../databases/redis
 TEST_DEPENDS+= ${PYPKGPREFIX}-redis>=3.5.3:../../databases/py-redis
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xprocess>=0.22.2:../../devel/py-test-xprocess

Index: pkgsrc/devel/py-cachelib/PLIST
diff -u pkgsrc/devel/py-cachelib/PLIST:1.7 pkgsrc/devel/py-cachelib/PLIST:1.8
--- pkgsrc/devel/py-cachelib/PLIST:1.7  Sat Apr 12 09:39:49 2025
+++ pkgsrc/devel/py-cachelib/PLIST      Tue May 12 05:26:41 2026
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.7 2025/04/12 09:39:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2026/05/12 05:26:41 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.rst
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
 ${PYSITELIB}/cachelib/__init__.py
 ${PYSITELIB}/cachelib/__init__.pyc
 ${PYSITELIB}/cachelib/__init__.pyo
@@ -26,6 +25,9 @@ ${PYSITELIB}/cachelib/py.typed
 ${PYSITELIB}/cachelib/redis.py
 ${PYSITELIB}/cachelib/redis.pyc
 ${PYSITELIB}/cachelib/redis.pyo
+${PYSITELIB}/cachelib/redis_base.py
+${PYSITELIB}/cachelib/redis_base.pyc
+${PYSITELIB}/cachelib/redis_base.pyo
 ${PYSITELIB}/cachelib/serializers.py
 ${PYSITELIB}/cachelib/serializers.pyc
 ${PYSITELIB}/cachelib/serializers.pyo
@@ -35,3 +37,6 @@ ${PYSITELIB}/cachelib/simple.pyo
 ${PYSITELIB}/cachelib/uwsgi.py
 ${PYSITELIB}/cachelib/uwsgi.pyc
 ${PYSITELIB}/cachelib/uwsgi.pyo
+${PYSITELIB}/cachelib/valkey.py
+${PYSITELIB}/cachelib/valkey.pyc
+${PYSITELIB}/cachelib/valkey.pyo

Index: pkgsrc/devel/py-cachelib/distinfo
diff -u pkgsrc/devel/py-cachelib/distinfo:1.14 pkgsrc/devel/py-cachelib/distinfo:1.15
--- pkgsrc/devel/py-cachelib/distinfo:1.14      Fri Apr 19 04:30:21 2024
+++ pkgsrc/devel/py-cachelib/distinfo   Tue May 12 05:26:41 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/04/19 04:30:21 adam Exp $
+$NetBSD: distinfo,v 1.15 2026/05/12 05:26:41 adam Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index