15
0

- 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
This commit is contained in:
2013-10-21 13:22:10 +00:00
committed by Git OBS Bridge
parent 4da07de7b7
commit 35366b2bc1
4 changed files with 17 additions and 6 deletions

View File

@@ -13,15 +13,16 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-dogpile.cache
Version: 0.5.0
Version: 0.5.1
Release: 0
License: BSD-3-Clause
Summary: A caching front-end based on the Dogpile lock
Url: http://bitbucket.org/zzzeek/dogpile.cache
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://bitbucket.org/zzzeek/dogpile.cache
Source: https://pypi.python.org/packages/source/d/dogpile.cache/dogpile.cache-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools