forked from pool/python-dogpile.cache
Accepting request 249216 from Cloud:OpenStack:Master
New upstream release OBS-URL: https://build.opensuse.org/request/show/249216 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
22e5df6d14
commit
50a78b1221
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user