Hello community,
here is the log from the commit of package python-pymemcache for
openSUSE:Factory checked in at 2020-04-23 18:34:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pymemcache (Old)
and /work/SRC/openSUSE:Factory/.python-pymemcache.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pymemcache"
Thu Apr 23 18:34:45 2020 rev:7 rq:796468 version:3.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pymemcache/python-pymemcache.changes
2020-03-26 23:35:12.850817071 +0100
+++
/work/SRC/openSUSE:Factory/.python-pymemcache.new.2738/python-pymemcache.changes
2020-04-23 18:35:07.428625642 +0200
@@ -1,0 +2,5 @@
+Thu Apr 23 09:34:22 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python 2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pymemcache.spec ++++++
--- /var/tmp/diff_new_pack.xb7eH8/_old 2020-04-23 18:35:08.040626813 +0200
+++ /var/tmp/diff_new_pack.xb7eH8/_new 2020-04-23 18:35:08.048626828 +0200
@@ -18,6 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
Name: python-pymemcache
Version: 3.0.1
Release: 0
@@ -34,9 +35,11 @@
BuildRequires: python-rpm-macros
Requires: python-six
BuildArch: noarch
+%if %{with python2}
+BuildRequires: python-future
+%endif
%ifpython2
-BuildRequires: python2-future
-Requires: python2-future
+Requires: python-future
%endif
%python_subpackages