forked from pool/python-dogpile.cache
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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f80544c5555f66cf7b5fc99f15431f3b35f78009bc6b03b58fe1724236bbc57b
|
||||
size 189010
|
||||
3
dogpile.cache-0.5.7.tar.gz
Normal file
3
dogpile.cache-0.5.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dcf99b09ddf3d8216b1b4378100eb0235619612fb0e6300ba5d74f10962d0956
|
||||
size 288083
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user