Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pymemcache for
openSUSE:Factory checked in at 2022-12-15 19:25:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pymemcache (Old)
and /work/SRC/openSUSE:Factory/.python-pymemcache.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pymemcache"
Thu Dec 15 19:25:35 2022 rev:16 rq:1043051 version:4.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pymemcache/python-pymemcache.changes
2022-12-13 18:55:22.531173871 +0100
+++
/work/SRC/openSUSE:Factory/.python-pymemcache.new.1835/python-pymemcache.changes
2022-12-15 19:26:06.452364341 +0100
@@ -1,0 +2,6 @@
+Thu Dec 15 06:47:56 UTC 2022 - Steve Kowalik <[email protected]>
+
+- Remove unneeded BuildRequires on python-memcached.
+- Clean up python 2 gubbins.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pymemcache.spec ++++++
--- /var/tmp/diff_new_pack.4S5NKI/_old 2022-12-15 19:26:06.892366844 +0100
+++ /var/tmp/diff_new_pack.4S5NKI/_new 2022-12-15 19:26:06.900366889 +0100
@@ -23,7 +23,6 @@
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 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