Hello community,
here is the log from the commit of package python-pytest-bdd for
openSUSE:Factory checked in at 2020-04-21 13:09:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-bdd (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-bdd.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-bdd"
Tue Apr 21 13:09:57 2020 rev:5 rq:795763 version:3.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-bdd/python-pytest-bdd.changes
2020-03-10 11:11:35.282520235 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-bdd.new.2738/python-pytest-bdd.changes
2020-04-21 13:09:58.660729762 +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.T6Zrp0/_old 2020-04-21 13:09:59.348731134 +0200
+++ /var/tmp/diff_new_pack.T6Zrp0/_new 2020-04-21 13:09:59.352731142 +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