pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-dogpile-cache



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Sep 17 13:39:11 UTC 2017

Modified Files:
        pkgsrc/devel/py-dogpile-cache: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-dogpile-cache/Makefile \
    pkgsrc/devel/py-dogpile-cache/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-dogpile-cache/Makefile
diff -u pkgsrc/devel/py-dogpile-cache/Makefile:1.1 pkgsrc/devel/py-dogpile-cache/Makefile:1.2
--- pkgsrc/devel/py-dogpile-cache/Makefile:1.1  Fri Apr 14 13:53:25 2017
+++ pkgsrc/devel/py-dogpile-cache/Makefile      Sun Sep 17 13:39:11 2017
@@ -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/}
Index: pkgsrc/devel/py-dogpile-cache/distinfo
diff -u pkgsrc/devel/py-dogpile-cache/distinfo:1.1 pkgsrc/devel/py-dogpile-cache/distinfo:1.2
--- pkgsrc/devel/py-dogpile-cache/distinfo:1.1  Fri Apr 14 13:53:25 2017
+++ pkgsrc/devel/py-dogpile-cache/distinfo      Sun Sep 17 13:39:11 2017
@@ -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