Hello community,

here is the log from the commit of package python-agate for openSUSE:Factory 
checked in at 2020-04-23 18:32:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-agate (Old)
 and      /work/SRC/openSUSE:Factory/.python-agate.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-agate"

Thu Apr 23 18:32:52 2020 rev:5 rq:796374 version:1.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-agate/python-agate.changes        
2020-04-16 23:07:03.039877613 +0200
+++ /work/SRC/openSUSE:Factory/.python-agate.new.2738/python-agate.changes      
2020-04-23 18:33:00.688383176 +0200
@@ -1,0 +2,5 @@
+Thu Apr 23 04:26:37 UTC 2020 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Only BuildRequire unittest2 under Python 2. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-agate.spec ++++++
--- /var/tmp/diff_new_pack.k83IDK/_old  2020-04-23 18:33:01.856385410 +0200
+++ /var/tmp/diff_new_pack.k83IDK/_new  2020-04-23 18:33:01.856385410 +0200
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:           python-agate
 Version:        1.6.1
 Release:        0
@@ -38,7 +39,9 @@
 BuildRequires:  %{python_module six >= 1.9.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+%if %{with python2}
 BuildRequires:  python2-unittest2
+%endif
 Requires:       python-Babel >= 2.0
 Requires:       python-future
 Requires:       python-isodate >= 0.5.4


Reply via email to