Hello community,
here is the log from the commit of package python-s3transfer for
openSUSE:Factory checked in at 2020-03-27 00:22:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-s3transfer (Old)
and /work/SRC/openSUSE:Factory/.python-s3transfer.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-s3transfer"
Fri Mar 27 00:22:51 2020 rev:13 rq:784636 version:0.3.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-s3transfer/python-s3transfer.changes
2020-03-11 18:49:38.711521932 +0100
+++
/work/SRC/openSUSE:Factory/.python-s3transfer.new.3160/python-s3transfer.changes
2020-03-27 00:22:54.536184212 +0100
@@ -1,0 +2,5 @@
+Fri Mar 13 12:52:07 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-s3transfer.spec ++++++
--- /var/tmp/diff_new_pack.bZFbho/_old 2020-03-27 00:22:55.284184590 +0100
+++ /var/tmp/diff_new_pack.bZFbho/_new 2020-03-27 00:22:55.288184592 +0100
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
Name: python-s3transfer
Version: 0.3.3
Release: 0
@@ -33,7 +34,9 @@
BuildRequires: %{python_module urllib3}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+%if %{with python2}
BuildRequires: python2-futures >= 2.2.0
+%endif
Requires: python-botocore <= 2.0.0
Requires: python-botocore >= 1.12.36
Requires: python-requests