diff --git a/dogpile.cache-1.1.3.tar.gz b/dogpile.cache-1.1.3.tar.gz deleted file mode 100644 index 132fb8e..0000000 --- a/dogpile.cache-1.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56d34c36419caa38cea940175998f72f4d26c7c8eefb5b6272861b9b67b0c55f -size 98082 diff --git a/dogpile.cache-1.1.4.tar.gz b/dogpile.cache-1.1.4.tar.gz new file mode 100644 index 0000000..40639da --- /dev/null +++ b/dogpile.cache-1.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:413e7b21c3818fb2643807ccb9726078789667a065edcfef69537c3f8cfc47f8 +size 100658 diff --git a/python-dogpile.cache.changes b/python-dogpile.cache.changes index 01af70e..6d2b1af 100644 --- a/python-dogpile.cache.changes +++ b/python-dogpile.cache.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Sep 6 04:29:32 UTC 2021 - Steve Kowalik + +- Update to 1.1.4: + * [usecase] [memcached] Added support for pymemcache socket keepalive + and retrying client. + * [bug] [general] Fixed Python 3.10 deprecation warning involving + threading. Pull request + * [bug] [regression] [tests] Repaired the test suite to work with the + 5.x series of the decorator module, which now appears to make use of + the __signature__ attribute. + * [bug] [regression] Fixed regression where ProxyBackend was missing + several methods that were added as part of the 1.1 release. + * [feature] [region] Added new region method CacheRegion.key_is_locked(). + Returns True if the given key is subject to the dogpile lock, which + would indicate that the generator function is running at that time. + * [feature] [memcached] Added support for the pymemcache backend, using + the "dogpile.cache.pymemcache" backend identifier. + ------------------------------------------------------------------- Thu Jun 17 20:59:19 UTC 2021 - Dirk Müller diff --git a/python-dogpile.cache.spec b/python-dogpile.cache.spec index 77f9d48..60acf69 100644 --- a/python-dogpile.cache.spec +++ b/python-dogpile.cache.spec @@ -19,13 +19,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global pythons python3 Name: python-dogpile.cache -Version: 1.1.3 +Version: 1.1.4 Release: 0 %define modname dogpile.cache -%define modver 1_1_1 +%define modver 1_1_4 Summary: A caching front-end based on the Dogpile lock License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/sqlalchemy/dogpile.cache Source: https://github.com/sqlalchemy/%{modname}/archive/rel_%{modver}.tar.gz#/%{modname}-%{version}.tar.gz BuildRequires: %{python_module Mako} @@ -67,6 +66,6 @@ new value. %license LICENSE %doc README.rst %{python_sitelib}/dogpile -%{python_sitelib}/dogpile.cache-1.1.1-py%{python_version}.egg-info +%{python_sitelib}/dogpile.cache-%{version}-py%{python_version}.egg-info %changelog