pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-dogpile-cache py-dogpile-cache: update to 0.6.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e94485281977
branches:  trunk
changeset: 368608:e94485281977
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Sep 17 13:39:11 2017 +0000

description:
py-dogpile-cache: update to 0.6.4

0.6.4

[bug] The method Region.get_or_create_multi() will not pass to the cache backend if no values are ultimately to be stored, based on the use of the Region.get_or_create_multi.should_cache_fn function. 
This empty dictionary is unnecessary and can cause API problems for backends like that of Redis. Pull request courtesy Tobias Sauerwein.

[bug] The api.NO_VALUE constant now has a fixed __repr__() output, so that scenarios where this constant?s string value ends up being used as a cache key do not create multiple values. Pull request 
courtesy Paul Brown.

[bug] A new exception class exception.PluginNotFound is now raised when a particular cache plugin class cannot be located either as a setuptools entrypoint or as a registered backend. Previously, a 
plain Exception was thrown. Pull request courtesy Jamie Lennox.

diffstat:

 devel/py-dogpile-cache/Makefile |   4 ++--
 devel/py-dogpile-cache/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r c1e87c90a49e -r e94485281977 devel/py-dogpile-cache/Makefile
--- a/devel/py-dogpile-cache/Makefile   Sun Sep 17 13:36:39 2017 +0000
+++ b/devel/py-dogpile-cache/Makefile   Sun Sep 17 13:39:11 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/04/14 13:53:25 leot Exp $
+# $NetBSD: Makefile,v 1.2 2017/09/17 13:39:11 adam Exp $
 
-DISTNAME=      dogpile.cache-0.6.2
+DISTNAME=      dogpile.cache-0.6.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/./-/}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dogpile.cache/}
diff -r c1e87c90a49e -r e94485281977 devel/py-dogpile-cache/distinfo
--- a/devel/py-dogpile-cache/distinfo   Sun Sep 17 13:36:39 2017 +0000
+++ b/devel/py-dogpile-cache/distinfo   Sun Sep 17 13:39:11 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/04/14 13:53:25 leot Exp $
+$NetBSD: distinfo,v 1.2 2017/09/17 13:39:11 adam Exp $
 
-SHA1 (dogpile.cache-0.6.2.tar.gz) = dc4340534e8400d2911400b1901a45c0cfb7c70d
-RMD160 (dogpile.cache-0.6.2.tar.gz) = 933f8d80e4613e15f43c09b11eaf2b20060bd217
-SHA512 (dogpile.cache-0.6.2.tar.gz) = 5882e0a355db0bec9c1a0836034481d39008051ff42f48c85679ac70a42c6366d1bcbd01ecd3ca868d7ad725197e626e52b004d62269827e2605a4ecd491ce99
-Size (dogpile.cache-0.6.2.tar.gz) = 329762 bytes
+SHA1 (dogpile.cache-0.6.4.tar.gz) = 437ecf8f6ac7bd03d54c2067f065fba1727617a7
+RMD160 (dogpile.cache-0.6.4.tar.gz) = 73dd2ae9d9dce936849eb21441ef35b1d7f5ae71
+SHA512 (dogpile.cache-0.6.4.tar.gz) = 0e86ed6aacbfbbbefdc3622ac956679c4986c77989daa3c3e845d4b8dbbf7945b4d0764789f03540b2ff59712e2ee86c8283cc3ee8d9e950f9ef1772db7ea137
+Size (dogpile.cache-0.6.4.tar.gz) = 315533 bytes



Home | Main Index | Thread Index | Old Index