Hello community,

here is the log from the commit of package python-pytest-bdd for 
openSUSE:Leap:15.2 checked in at 2020-04-22 14:14:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-pytest-bdd (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-pytest-bdd.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-bdd"

Wed Apr 22 14:14:15 2020 rev:2 rq:796223 version:3.2.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-pytest-bdd/python-pytest-bdd.changes    
2020-03-27 16:48:15.135937841 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-pytest-bdd.new.2738/python-pytest-bdd.changes
  2020-04-22 14:15:02.598752663 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 10:26:57 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pytest-bdd.spec ++++++
--- /var/tmp/diff_new_pack.1JLBAS/_old  2020-04-22 14:15:03.146753769 +0200
+++ /var/tmp/diff_new_pack.1JLBAS/_new  2020-04-22 14:15:03.150753777 +0200
@@ -17,12 +17,12 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:           python-pytest-bdd
 Version:        3.2.1
 Release:        0
 Summary:        BDD for pytest
 License:        MIT
-Group:          Development/Languages/Python
 URL:            https://github.com/pytest-dev/pytest-bdd
 Source:         
https://github.com/pytest-dev/pytest-bdd/archive/%{version}.tar.gz#/pytest-bdd-%{version}.tar.gz
 Patch0:         test_flaky.patch
@@ -47,10 +47,11 @@
 BuildRequires:  %{python_module parse_type}
 BuildRequires:  %{python_module parse}
 BuildRequires:  %{python_module pytest >= 3.0.0}
-BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module py}
 BuildRequires:  %{python_module six >= 1.9.0}
+%if %{with python2}
 BuildRequires:  python-enum34
+%endif
 # /SECTION
 %ifpython2
 Requires:       python-enum34


Reply via email to