Hello community,
here is the log from the commit of package python-django-storages for
openSUSE:Factory checked in at 2020-04-21 13:11:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-storages (Old)
and /work/SRC/openSUSE:Factory/.python-django-storages.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-storages"
Tue Apr 21 13:11:10 2020 rev:6 rq:795836 version:1.9.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-storages/python-django-storages.changes
2020-02-20 15:00:01.982835820 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-storages.new.2738/python-django-storages.changes
2020-04-21 13:11:11.964875963 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 13:13:14 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-storages.spec ++++++
--- /var/tmp/diff_new_pack.I0tMHu/_old 2020-04-21 13:11:12.596877223 +0200
+++ /var/tmp/diff_new_pack.I0tMHu/_new 2020-04-21 13:11:12.600877231 +0200
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
Name: python-django-storages
Version: 1.9.1
Release: 0
@@ -44,7 +45,9 @@
BuildRequires: %{python_module google-cloud-storage >= 1.15.0}
BuildRequires: %{python_module paramiko}
BuildRequires: %{python_module pytest}
+%if %{with python2}
BuildRequires: python2-mock
+%endif
# /SECTION
%python_subpackages