diff --git a/pymemcache-2.1.1.tar.gz b/pymemcache-2.1.1.tar.gz deleted file mode 100644 index 98c5062..0000000 --- a/pymemcache-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24634565e4cdf9c625a3c89ac69650812cc3986f4159a56814c932f027605a9c -size 39645 diff --git a/pymemcache-2.2.2.tar.gz b/pymemcache-2.2.2.tar.gz new file mode 100644 index 0000000..68552fa --- /dev/null +++ b/pymemcache-2.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b177743d2bc680a80e74835d080121f7338c35551fbc4cea9bcda9aa841d9f7 +size 41293 diff --git a/python-pymemcache.changes b/python-pymemcache.changes index cdb3de3..562f5b8 100644 --- a/python-pymemcache.changes +++ b/python-pymemcache.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Sep 10 11:58:40 UTC 2019 - Tomáš Chvátal + +- Update to 2.2.2: + * Fix long_description string in Python packaging. + * Fix flags when setting multiple differently-typed values at once. + * Use setup.cfg metadata instead setup.py config to generate package. + * Add default_noreply parameter to HashClient. + * Add encoding parameter to Client constructors (defaults to ascii). + * Add flags parameter to write operation methods. + * Handle unicode key values in MockMemcacheClient correctly. + * Improve ASCII encoding failure exception. + * Fix setup.py dependency on six already being installed. + ------------------------------------------------------------------- Mon Mar 18 18:19:22 UTC 2019 - Jan Engelhardt diff --git a/python-pymemcache.spec b/python-pymemcache.spec index 7e0c958..976bb77 100644 --- a/python-pymemcache.spec +++ b/python-pymemcache.spec @@ -19,25 +19,25 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pymemcache -Version: 2.1.1 +Version: 2.2.2 Release: 0 Summary: A pure Python memcached client License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/Pinterest/pymemcache +URL: https://github.com/Pinterest/pymemcache Source: https://files.pythonhosted.org/packages/source/p/pymemcache/pymemcache-%{version}.tar.gz BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-six +BuildArch: noarch %ifpython2 BuildRequires: python2-future Requires: python2-future %endif -BuildRequires: python-rpm-macros -Requires: python-six -BuildArch: noarch - %python_subpackages %description @@ -59,12 +59,12 @@ pymemcache supports the following features: %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check %python_exec setup.py test %files %{python_files} -%defattr(-,root,root,-) %license LICENSE.txt %doc README.rst %{python_sitelib}/*