pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[.joined/pkgsrc/trunk]: .joined/pkgsrc/devel/py-cachelib py-cachelib: updated...
details: https://anonhg.NetBSD.org/.joined/pkgsrc/rev/780868742303
branches: trunk
changeset: 370999:780868742303
user: adam <adam%pkgsrc.org@localhost>
date: Mon Jan 03 07:43:22 2022 +0000
description:
py-cachelib: updated to 0.5.0
Version 0.5.0
-------------
- Cache types now have configurable serializers.
Version 0.4.1
-------------
- Fix break in ``RedisCache`` when a host object was passed
in ``RedisCache.host`` instead of a string.
Version 0.4.0
-------------
- All cache types now implement ``BaseCache`` interface both
in behavior and method return types. Thus, code written
for one cache type should work with any other cache type.
- Add type information for static typing tools.
- ``FileNotFound`` exceptions will not be logged anymore
in ``FileSystemCache`` methods in order to avoid polluting
application log files.
diffstat:
devel/py-cachelib/Makefile | 4 ++--
devel/py-cachelib/PLIST | 6 +++++-
devel/py-cachelib/distinfo | 8 ++++----
3 files changed, 11 insertions(+), 7 deletions(-)
diffs (48 lines):
diff -r 8a67e1385401 -r 780868742303 devel/py-cachelib/Makefile
--- a/devel/py-cachelib/Makefile Mon Jan 03 07:40:26 2022 +0000
+++ b/devel/py-cachelib/Makefile Mon Jan 03 07:43:22 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2021/09/29 09:38:52 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/01/03 07:43:22 adam Exp $
-DISTNAME= cachelib-0.3.0
+DISTNAME= cachelib-0.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cachelib/}
diff -r 8a67e1385401 -r 780868742303 devel/py-cachelib/PLIST
--- a/devel/py-cachelib/PLIST Mon Jan 03 07:40:26 2022 +0000
+++ b/devel/py-cachelib/PLIST Mon Jan 03 07:43:22 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2021/08/05 13:23:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/03 07:43:22 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -15,9 +15,13 @@
${PYSITELIB}/cachelib/memcached.py
${PYSITELIB}/cachelib/memcached.pyc
${PYSITELIB}/cachelib/memcached.pyo
+${PYSITELIB}/cachelib/py.typed
${PYSITELIB}/cachelib/redis.py
${PYSITELIB}/cachelib/redis.pyc
${PYSITELIB}/cachelib/redis.pyo
+${PYSITELIB}/cachelib/serializers.py
+${PYSITELIB}/cachelib/serializers.pyc
+${PYSITELIB}/cachelib/serializers.pyo
${PYSITELIB}/cachelib/simple.py
${PYSITELIB}/cachelib/simple.pyc
${PYSITELIB}/cachelib/simple.pyo
diff -r 8a67e1385401 -r 780868742303 devel/py-cachelib/distinfo
--- a/devel/py-cachelib/distinfo Mon Jan 03 07:40:26 2022 +0000
+++ b/devel/py-cachelib/distinfo Mon Jan 03 07:43:22 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:18:16 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/01/03 07:43:22 adam Exp $
-BLAKE2s (cachelib-0.3.0.tar.gz) = 85d6d0e87f6e0bad3aea89f185a56308dbff20443a7c01ccb16cf5839dac3f4a
-SHA512 (cachelib-0.3.0.tar.gz) = f9184cf9702c2df77e09d28d6feb8e6f0bc22f17c110a2371e76c4b78163950803e4f013c3746e21b9ac5771f72238ecd8bb041c5a7f44eab6bcb4de6e2ea377
-Size (cachelib-0.3.0.tar.gz) = 18340 bytes
+BLAKE2s (cachelib-0.5.0.tar.gz) = 5c184eeabc40d3e5912af0120d183343652fe57866d496f153e60dca9dfaa2c5
+SHA512 (cachelib-0.5.0.tar.gz) = 1b942e654cf334755fe130a913504d6b46dbb1e6aef3df33cb295ded7e47b1ed461b68653d8bc8ffe85cff6fc82a382df82b97302ff191e184e953d837a02cdd
+Size (cachelib-0.5.0.tar.gz) = 21173 bytes
Home |
Main Index |
Thread Index |
Old Index