17
0
Commit Graph

11 Commits

Author SHA256 Message Date
97ddfcc79a Accepting request 423982 from home:tbechtold:branches:devel:languages:python
- update to 0.6.2:
  * Added a new system to allow custom plugins specific to the issue of
    "invalidate the entire region", using a new base class
    :class:`.RegionInvalidationStrategy`. As there are many potential
    strategies to this (special backend function, storing special keys, etc.)
     the mechanism for both soft and hard invalidation is now customizable.
    New approaches to region invalidation can be contributed as documented
    recipes.
  * Added a new cache key generator :func:`.kwarg_function_key_generator`,
    which takes keyword arguments as well as positional arguments into
    account when forming the cache key.
  * Restored some more util symbols that users may have been relying upon
    (although these were not necessarily intended as user-facing):
    ``dogpile.cache.util.coerce_string_conf``,
    ``dogpile.cache.util.KeyReentrantMutex``,
    ``dogpile.cache.util.memoized_property``,
    ``dogpile.cache.util.PluginLoader``,
    ``dogpile.cache.util.to_list``.
  * Drop 0001-Link-moved-functions-in-dogpile.cache.util.patch
    applied upstream

OBS-URL: https://build.opensuse.org/request/show/423982
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=19
2016-09-01 07:26:42 +00:00
1fbdb43071 Accepting request 406263 from home:tbechtold:branches:devel:languages:python
- Use pypi.io for Source url

OBS-URL: https://build.opensuse.org/request/show/406263
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=17
2016-07-04 08:01:28 +00:00
bacc45d4ec Accepting request 406254 from home:tbechtold:branches:devel:languages:python
- dogpile.core was merged into dogpile.cache .
  See https://gerrit.sqlalchemy.org/#/c/89/
  So dogpile.core is no longer a Require.
- Add 0001-Link-moved-functions-in-dogpile.cache.util.patch
  For backward compat.

OBS-URL: https://build.opensuse.org/request/show/406254
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=16
2016-07-04 07:29:59 +00:00
Denisart Benjamin
520582e678 Accepting request 400429 from home:alois:branches:devel:languages:python
Update to 0.6.1

OBS-URL: https://build.opensuse.org/request/show/400429
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=15
2016-06-13 21:22:53 +00:00
fe181bba0e 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
2016-03-07 20:38:12 +00:00
Denisart Benjamin
1b87d06242 Accepting request 305293 from home:benoit_monin:branches:devel:languages:python
- update to version 0.5.6
- add fdupes as BuildRequires and call it after install

OBS-URL: https://build.opensuse.org/request/show/305293
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=11
2015-05-06 23:25:02 +00:00
Jan Matejek
a542b8c9b4 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
2014-09-15 14:02:43 +00:00
bdb51742a5 Accepting request 213711 from Cloud:OpenStack:Master
- update to 0.5.3:
  * Fixed bug where the key_mangler would get in the way of usage of the
  async_creation_runner feature within the :meth:`

OBS-URL: https://build.opensuse.org/request/show/213711
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=7
2014-01-13 14:26:30 +00:00
Denisart Benjamin
8ed5fb5c09 Accepting request 212462 from Cloud:OpenStack:Master
- update to 0.5.2:
  * Added a new argument ``lock_factory`` to the :class:`.DBMBackend`
  * implementation.  This allows for drop-in replacement of the default
  * :class:`.FileLock` backend, which builds on ``os.flock()`` and only
  * supports Unix platforms.

OBS-URL: https://build.opensuse.org/request/show/212462
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=5
2013-12-30 14:51:35 +00:00
f2cd4602d2 - update to 0.5.1:
* The :meth:`.CacheRegion.invalidate` method now supports an option
  ``hard=True|False``.
  * New dogpile-specific exception classes have been added, so that
  issues like "region already configured", "region unconfigured",
  raise dogpile-specific exceptions.  Other exception classes have

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=3
2013-10-21 13:22:10 +00:00
Sascha Peilicke
63a19bc9ac Accepting request 197053 from home:dirkmueller:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/197053
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=1
2013-09-02 08:46:08 +00:00