Hello community,
here is the log from the commit of package python-aniso8601 for
openSUSE:Leap:15.2 checked in at 2020-04-25 19:03:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-aniso8601 (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-aniso8601.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aniso8601"
Sat Apr 25 19:03:50 2020 rev:6 rq:796637 version:8.0.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-aniso8601/python-aniso8601.changes
2020-03-09 18:02:16.232725329 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-aniso8601.new.2738/python-aniso8601.changes
2020-04-25 19:03:50.703435856 +0200
@@ -1,0 +2,5 @@
+Thu Apr 23 04:38:25 UTC 2020 - Steve Kowalik <[email protected]>
+
+- Only BuildRequire python-mock with Python 2.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-aniso8601.spec ++++++
--- /var/tmp/diff_new_pack.0f5ZJN/_old 2020-04-25 19:03:50.999436492 +0200
+++ /var/tmp/diff_new_pack.0f5ZJN/_new 2020-04-25 19:03:51.003436501 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-aniso8601
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,6 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define modname aniso8601
+%bcond_without python2
Name: python-%{modname}
Version: 8.0.0
Release: 0
@@ -29,7 +30,9 @@
BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
+%if %{with python2}
BuildRequires: python-mock
+%endif
BuildRequires: python-rpm-macros
Recommends: python-python-dateutil
BuildArch: noarch