diff --git a/dogpile.cache-0.5.3.tar.gz b/dogpile.cache-0.5.3.tar.gz deleted file mode 100644 index 5ba9a18..0000000 --- a/dogpile.cache-0.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fe8c1a329830a9ada865a69cc5ebb2c2e6f2dbda3a6d4dbf5155c7d5194344b -size 177109 diff --git a/dogpile.cache-0.5.4.tar.gz b/dogpile.cache-0.5.4.tar.gz new file mode 100644 index 0000000..107a714 --- /dev/null +++ b/dogpile.cache-0.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eab7a5dc05ad1b6573144c4a2717226b5c38811f9ec29b514e774535a91ea24 +size 185676 diff --git a/python-dogpile.cache.changes b/python-dogpile.cache.changes index 4113229..9f67ead 100644 --- a/python-dogpile.cache.changes +++ b/python-dogpile.cache.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Sep 15 09:03:52 UTC 2014 - tbechtold@suse.com + +- Update to version 0.5.4: + * Added new :class:`.NullBackend`, for testing and cache-disabling + purposes. Pull request courtesy Wichert Akkerman. + * Added missing Mako test dependency to setup.py. + Pull request courtesy Wichert Akkerman. + * Fixed bug where calling :meth:`.CacheRegion.get_multi` or + :meth:`.CacheRegion.set_multi` with an empty list would cause failures + based on backend. Pull request courtesy Wichert Akkerman. + * Added new :paramref:`.RedisBackend.connection_pool` option + on the Redis backend; this can be passed a ``redis.ConnectionPool`` + instance directly. Pull request courtesy Masayuko. + * Added new :paramref:`.RedisBackend.socket_timeout` option + on the Redis backend. Pull request courtesy + Saulius Menkevičius. + * Added support for tests to run via py.test. + * Repaired the entry point for Mako templates; the name of the entrypoint + itself was wrong vs. what was in the docs, but beyond that the entrypoint + would load the wrong module name. Pull request courtesy zoomorph. + * The :func:`.coerce_string_conf` function, which is used by + :meth:`.Region.configure_from_config`, will now recognize floating point + values when parsing conf strings and deliver them as such; this supports + non-integer values such as Redis ``lock_sleep``. Pullreq courtesy + Jeff Dairiki. + ------------------------------------------------------------------- Mon Jan 13 13:39:05 UTC 2014 - dmueller@suse.com diff --git a/python-dogpile.cache.spec b/python-dogpile.cache.spec index 4b6dcf7..8ecd953 100644 --- a/python-dogpile.cache.spec +++ b/python-dogpile.cache.spec @@ -17,7 +17,7 @@ Name: python-dogpile.cache -Version: 0.5.3 +Version: 0.5.4 Release: 0 Summary: A caching front-end based on the Dogpile lock License: BSD-3-Clause