Hello community,
here is the log from the commit of package python-pytest-services for
openSUSE:Factory checked in at 2020-03-27 00:22:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-services (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-services.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-services"
Fri Mar 27 00:22:27 2020 rev:4 rq:784625 version:2.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-services/python-pytest-services.changes
2020-02-26 15:02:14.584855584 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-services.new.3160/python-pytest-services.changes
2020-03-27 00:22:38.056175864 +0100
@@ -1,0 +2,5 @@
+Fri Mar 13 12:39:49 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-services.spec ++++++
--- /var/tmp/diff_new_pack.pAYE7S/_old 2020-03-27 00:22:40.596177150 +0100
+++ /var/tmp/diff_new_pack.pAYE7S/_new 2020-03-27 00:22:40.604177154 +0100
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
Name: python-pytest-services
Version: 2.0.1
Release: 0
@@ -33,7 +34,9 @@
BuildRequires: %{python_module zc.lockfile >= 2.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+%if %{with python2}
BuildRequires: python-subprocess32
+%endif
Requires: python-psutil
Requires: python-pytest
Requires: python-requests