From 2b93d4e1a667e23ac46090870c351e2b5a1e851ff82cc0ebaad4fd060b443adf Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 15 Dec 2022 06:48:15 +0000 Subject: [PATCH] - Remove unneeded BuildRequires on python-memcached. - Clean up python 2 gubbins. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymemcache?expand=0&rev=39 --- python-pymemcache.changes | 6 ++++++ python-pymemcache.spec | 8 -------- 2 files changed, 6 insertions(+), 8 deletions(-) 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