Hello community,

here is the log from the commit of package python-Pebble for openSUSE:Leap:15.2 
checked in at 2020-04-21 19:07:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-Pebble (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-Pebble.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Pebble"

Tue Apr 21 19:07:19 2020 rev:3 rq:796048 version:4.5.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-Pebble/python-Pebble.changes    
2020-03-27 16:48:32.927948293 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-Pebble.new.2738/python-Pebble.changes  
2020-04-21 19:08:41.804132223 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 11:18:48 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-Pebble.spec ++++++
--- /var/tmp/diff_new_pack.J3N7Tf/_old  2020-04-21 19:08:42.156132939 +0200
+++ /var/tmp/diff_new_pack.J3N7Tf/_new  2020-04-21 19:08:42.160132947 +0200
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:           python-Pebble
 Version:        4.5.1
 Release:        0
@@ -27,17 +28,18 @@
 Source:         
https://files.pythonhosted.org/packages/source/P/Pebble/Pebble-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-BuildRequires:  git
-BuildRequires:  python-futures
+BuildRequires:  git-core
 BuildRequires:  python-rpm-macros
+BuildArch:      noarch
+%if %{with python2}
+BuildRequires:  python-futures
+%endif
 # SECTION test requirements
 BuildRequires:  %{python_module pytest}
 # /SECTION
 %ifpython2
 Requires:       python-futures
 %endif
-BuildArch:      noarch
-
 %python_subpackages
 
 %description


Reply via email to