Hello community,

here is the log from the commit of package python-osc-tiny for openSUSE:Factory 
checked in at 2020-06-10 00:45:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-osc-tiny (Old)
 and      /work/SRC/openSUSE:Factory/.python-osc-tiny.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-osc-tiny"

Wed Jun 10 00:45:42 2020 rev:5 rq:810903 version:0.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-osc-tiny/python-osc-tiny.changes  
2020-03-27 22:01:35.506942628 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-osc-tiny.new.3606/python-osc-tiny.changes    
    2020-06-10 00:45:48.246542560 +0200
@@ -1,0 +2,5 @@
+Tue Jun  2 14:00:34 UTC 2020 - [email protected]
+
+- for python2, require python2-unittest2 and python2-mock for build
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-osc-tiny.spec ++++++
--- /var/tmp/diff_new_pack.qyXDYa/_old  2020-06-10 00:45:49.702546195 +0200
+++ /var/tmp/diff_new_pack.qyXDYa/_new  2020-06-10 00:45:49.702546195 +0200
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:           python-osc-tiny
 Version:        0.2.2
 Release:        0
@@ -35,9 +36,11 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
-BuildRequires:  python-mock
 BuildRequires:  python-rpm-macros
-BuildRequires:  python-unittest2
+%if %{with python2}
+BuildRequires:  python2-mock
+BuildRequires:  python2-unittest2
+%endif
 Requires:       python-lxml
 Requires:       python-python-dateutil
 Requires:       python-pytz


Reply via email to