Hello community,
here is the log from the commit of package python-json_tricks for
openSUSE:Leap:15.2 checked in at 2020-04-25 19:06:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-json_tricks (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-json_tricks.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-json_tricks"
Sat Apr 25 19:06:16 2020 rev:7 rq:797133 version:3.15.2
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-json_tricks/python-json_tricks.changes
2020-04-20 12:55:52.720765200 +0200
+++
/work/SRC/openSUSE:Leap:15.2/.python-json_tricks.new.2738/python-json_tricks.changes
2020-04-25 19:06:16.727749769 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 11:42:47 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-json_tricks.spec ++++++
--- /var/tmp/diff_new_pack.sVMbkc/_old 2020-04-25 19:06:17.007750370 +0200
+++ /var/tmp/diff_new_pack.sVMbkc/_new 2020-04-25 19:06:17.011750379 +0200
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
Name: python-json_tricks
Version: 3.15.2
Release: 0
@@ -39,7 +40,9 @@
BuildRequires: %{python_module pathlib}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytz}
+%if %{with python2}
BuildRequires: python-enum34
+%endif
# /SECTION
%ifpython2
Recommends: python-enum34