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 Sep  4 05:11:05 UTC 2026

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

Log Message:
py-cachelib: updated to 0.17.0

0.17.0

- Timeout now also accepts a ``datetime.timedelta`` in addition to int. :pr:`510`
- Float timeouts are deprecated and now rounded up to whole seconds, so
  backends with integer-second APIs (e.g. memcached) no longer fail with
  a confusing ``TypeError``. Passing a float will raise a ``TypeError``
  in a future release; timeouts of any other unsupported type raise
  ``TypeError`` immediately. :pr:`510`
- Add ``memcache_client_lib`` parameter to ``MemcachedCache`` to select which
  memcache client library to use (``pylibmc``, ``google``, ``memcache``, or
  ``libmc``). When not set, the library is auto-detected as before.  :pr:`511`


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-cachelib/Makefile
cvs rdiff -u -r1.16 -r1.17 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.17 pkgsrc/devel/py-cachelib/Makefile:1.18
--- pkgsrc/devel/py-cachelib/Makefile:1.17      Wed Aug 19 08:27:42 2026
+++ pkgsrc/devel/py-cachelib/Makefile   Fri Sep  4 05:11:05 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2026/08/19 08:27:42 adam Exp $
+# $NetBSD: Makefile,v 1.18 2026/09/04 05:11:05 adam Exp $
 
-DISTNAME=      cachelib-0.15.4
+DISTNAME=      cachelib-0.17.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cachelib/}
@@ -11,12 +11,14 @@ COMMENT=    Collection of cache libraries i
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=0:../../devel/py-flit_core
-TEST_DEPENDS+= redis-[0-9]*:../../databases/redis
+TEST_DEPENDS+= redis>=0:../../databases/redis
 TEST_DEPENDS+= ${PYPKGPREFIX}-redis>=3.5.3:../../databases/py-redis
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xprocess>=0.22.2:../../devel/py-test-xprocess
 TEST_DEPENDS+= ${PYPKGPREFIX}-uwsgi>=2.0.21:../../www/py-uwsgi
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  310
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-cachelib/distinfo
diff -u pkgsrc/devel/py-cachelib/distinfo:1.16 pkgsrc/devel/py-cachelib/distinfo:1.17
--- pkgsrc/devel/py-cachelib/distinfo:1.16      Wed Aug 19 08:27:42 2026
+++ pkgsrc/devel/py-cachelib/distinfo   Fri Sep  4 05:11:05 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2026/08/19 08:27:42 adam Exp $
+$NetBSD: distinfo,v 1.17 2026/09/04 05:11:05 adam Exp $
 
-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
+BLAKE2s (cachelib-0.17.0.tar.gz) = 4c1ba64c175a79b538000848628732a32fb99afc9dfe6e46ea054ddcd3720a4e
+SHA512 (cachelib-0.17.0.tar.gz) = 469ea19596a867d7041d4e4a477d8b6637942c249e9cef2ddbdfe87e823658d0a6ed0bb9458d1d9e08efdaf8249eed4e3b14e4b09db57fe10e9cb55b55a27174
+Size (cachelib-0.17.0.tar.gz) = 135529 bytes



Home | Main Index | Thread Index | Old Index