From 1b16a80f5bc253d9b0b747ed83d5df2a46234e881dda81e9e6af3177308c2eb4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 7 Mar 2016 20:38:12 +0000 Subject: [PATCH] Accepting request 367263 from Cloud:OpenStack:Master - 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. OBS-URL: https://build.opensuse.org/request/show/367263 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=13 --- dogpile.cache-0.5.6.tar.gz | 3 --- dogpile.cache-0.5.7.tar.gz | 3 +++ python-dogpile.cache.changes | 14 ++++++++++++++ python-dogpile.cache.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 dogpile.cache-0.5.6.tar.gz create mode 100644 dogpile.cache-0.5.7.tar.gz 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