From d275a9e974695f1597283c4a4ff288df692ad6fe005b9642734b76c02a6831ab Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 26 Oct 2020 11:28:50 +0000 Subject: [PATCH] - update to 1.0.2: * Added support for TLS connections to the bmemcached backend. * dogpile.cache 1.0.0 was released with a minimum Python version of 3.5. However, due to a dependency issue, the minimum version is now Python 3.6. * Removed the "universal=1" directive from setup.cfg as this would create py2/py3 wheels. dogpile 1.0.x is Python 3 only so a py3-only wheel is now OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=58 --- dogpile.cache-0.9.2.tar.gz | 3 --- dogpile.cache-1.0.2.tar.gz | 3 +++ python-dogpile.cache.changes | 10 ++++++++++ python-dogpile.cache.spec | 3 ++- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 dogpile.cache-0.9.2.tar.gz create mode 100644 dogpile.cache-1.0.2.tar.gz diff --git a/dogpile.cache-0.9.2.tar.gz b/dogpile.cache-0.9.2.tar.gz deleted file mode 100644 index 435b416..0000000 --- a/dogpile.cache-0.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc9dde1ffa5de0179efbcdc73773ef0553921130ad01955422f2932be35c059e -size 329503 diff --git a/dogpile.cache-1.0.2.tar.gz b/dogpile.cache-1.0.2.tar.gz new file mode 100644 index 0000000..d5c4d5c --- /dev/null +++ b/dogpile.cache-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64fda39d25b46486a4876417ca03a4af06f35bfadba9f59613f9b3d748aa21ef +size 351221 diff --git a/python-dogpile.cache.changes b/python-dogpile.cache.changes index 311f8dd..36de0c5 100644 --- a/python-dogpile.cache.changes +++ b/python-dogpile.cache.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Sep 21 05:40:07 UTC 2020 - Dirk Mueller + +- update to 1.0.2: + * Added support for TLS connections to the bmemcached backend. + * dogpile.cache 1.0.0 was released with a minimum Python version of 3.5. + However, due to a dependency issue, the minimum version is now Python 3.6. + * Removed the "universal=1" directive from setup.cfg as this would create + py2/py3 wheels. dogpile 1.0.x is Python 3 only so a py3-only wheel is now + ------------------------------------------------------------------- Thu Jul 30 11:03:50 UTC 2020 - Dirk Mueller diff --git a/python-dogpile.cache.spec b/python-dogpile.cache.spec index 5d82214..0248afe 100644 --- a/python-dogpile.cache.spec +++ b/python-dogpile.cache.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 Name: python-dogpile.cache -Version: 0.9.2 +Version: 1.0.2 Release: 0 Summary: A caching front-end based on the Dogpile lock License: BSD-3-Clause @@ -31,6 +31,7 @@ BuildRequires: %{python_module decorator >= 4.0.0} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module stevedore} Requires: python-decorator >= 4.0.0 BuildRequires: %{python_module six} Requires: python-six