diff --git a/python-pymemcache.changes b/python-pymemcache.changes index aa8392e..bc1a30d 100644 --- a/python-pymemcache.changes +++ b/python-pymemcache.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 15 06:47:56 UTC 2022 - Steve Kowalik + +- Remove unneeded BuildRequires on python-memcached. +- Clean up python 2 gubbins. + ------------------------------------------------------------------- Mon Dec 12 17:10:07 UTC 2022 - Daniel Garcia diff --git a/python-pymemcache.spec b/python-pymemcache.spec index 17af6ab..3cee8fc 100644 --- a/python-pymemcache.spec +++ b/python-pymemcache.spec @@ -23,7 +23,6 @@ Version: 4.0.0 Release: 0 Summary: A pure Python memcached client License: Apache-2.0 -Group: Development/Languages/Python URL: https://github.com/Pinterest/pymemcache Source: https://files.pythonhosted.org/packages/source/p/pymemcache/pymemcache-%{version}.tar.gz BuildRequires: %{python_module setuptools} @@ -36,15 +35,8 @@ BuildRequires: %{python_module gevent} BuildRequires: %{python_module Faker} BuildRequires: %{python_module pylibmc} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module python-memcached} BuildRequires: %{python_module zstd} # /SECTION -%if %{with python2} -BuildRequires: python-future -%endif -%ifpython2 -Requires: python-future -%endif %python_subpackages %description