diff --git a/dogpile.cache-0.5.6.tar.gz b/dogpile.cache-0.5.6.tar.gz deleted file mode 100644 index 873ad56..0000000 --- a/dogpile.cache-0.5.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f80544c5555f66cf7b5fc99f15431f3b35f78009bc6b03b58fe1724236bbc57b -size 189010 diff --git a/dogpile.cache-0.5.7.tar.gz b/dogpile.cache-0.5.7.tar.gz new file mode 100644 index 0000000..3f0d0ce --- /dev/null +++ b/dogpile.cache-0.5.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf99b09ddf3d8216b1b4378100eb0235619612fb0e6300ba5d74f10962d0956 +size 288083 diff --git a/python-dogpile.cache.changes b/python-dogpile.cache.changes index debde8b..c2708cb 100644 --- a/python-dogpile.cache.changes +++ b/python-dogpile.cache.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Mar 7 07:47:48 UTC 2016 - tbechtold@suse.com + +- update to 0.5.7: + * Added new parameter :paramref:`.GenericMemcachedBackend.lock_timeout`, + used in conjunction with :paramref:`.GenericMemcachedBackend.distributed_lock`, + will specify the timeout used when communicating to the ``.add()`` method of + the memcached client. + * Added a new flag :paramref:`.CacheRegion.configure.replace_existing_backend`, + allows a region to have a new backend replace an existing one. + * Test suite now runs using py.test. + * Repaired the :meth:`.CacheRegion.get_multi` method when used with a + list of zero length against the redis backend. + ------------------------------------------------------------------- Mon May 4 11:45:10 UTC 2015 - benoit.monin@gmx.fr diff --git a/python-dogpile.cache.spec b/python-dogpile.cache.spec index 98094d1..29c9b53 100644 --- a/python-dogpile.cache.spec +++ b/python-dogpile.cache.spec @@ -1,7 +1,7 @@ # # spec file for package python-dogpile.cache # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-dogpile.cache -Version: 0.5.6 +Version: 0.5.7 Release: 0 Summary: A caching front-end based on the Dogpile lock License: BSD-3-Clause