Hello community,
here is the log from the commit of package python-Flask-Admin for
openSUSE:Leap:15.2 checked in at 2020-04-25 19:06:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-Flask-Admin (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-Flask-Admin.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-Admin"
Sat Apr 25 19:06:53 2020 rev:6 rq:797220 version:1.5.6
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-Flask-Admin/python-Flask-Admin.changes
2020-04-14 14:21:44.605308626 +0200
+++
/work/SRC/openSUSE:Leap:15.2/.python-Flask-Admin.new.2738/python-Flask-Admin.changes
2020-04-25 19:07:15.655876448 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 13:58:33 UTC 2020 - Petr Cervinka <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Flask-Admin.spec ++++++
--- /var/tmp/diff_new_pack.R3pNtT/_old 2020-04-25 19:07:17.379880154 +0200
+++ /var/tmp/diff_new_pack.R3pNtT/_new 2020-04-25 19:07:17.383880163 +0200
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
Name: python-Flask-Admin
Version: 1.5.6
Release: 0
@@ -37,8 +38,10 @@
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+%if %{with python2}
BuildRequires: python2-enum34
BuildRequires: python2-ipaddr
+%endif
Requires: python-Flask >= 0.7
Requires: python-WTForms
BuildArch: noarch