Hello community,
here is the log from the commit of package python-pytest-bdd for
openSUSE:Factory checked in at 2020-09-23 18:47:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-bdd (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-bdd.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-bdd"
Wed Sep 23 18:47:14 2020 rev:8 rq:836273 version:4.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-bdd/python-pytest-bdd.changes
2020-06-10 00:49:53.767177285 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-bdd.new.4249/python-pytest-bdd.changes
2020-09-23 18:48:19.373758629 +0200
@@ -1,0 +2,17 @@
+Wed Sep 23 09:31:18 UTC 2020 - Ondřej Súkup <[email protected]>
+
+- update to 4.0.1
+- remove requires on python-enum34, not needed by pytest-bdd
+ * Fixed performance regression introduced in 4.0.0 where collection time
+ of tests would take way longer than before
+ * Strict Gherkin option is removed (@scenario() does not accept
+ the strict_gherkin parameter).
+ * @scenario() does not accept the undocumented parameter caller_module
anymore.
+ * Given step is no longer a fixture. The scope parameter is also removed.
+ * Fixture parameter is removed from the given step declaration.
+ * pytest_bdd_step_validation_error hook is removed.
+ * Fix an error with pytest-pylint plugin
+ * Fix pytest-xdist 2.0 compatibility
+ * Fix compatibility with pytest 6 --import-mode=importlib option.
+
+-------------------------------------------------------------------
Old:
----
pytest-bdd-3.4.0.tar.gz
New:
----
pytest-bdd-4.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-bdd.spec ++++++
--- /var/tmp/diff_new_pack.yMQ3td/_old 2020-09-23 18:48:20.849759987 +0200
+++ /var/tmp/diff_new_pack.yMQ3td/_new 2020-09-23 18:48:20.853759990 +0200
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-pytest-bdd
-Version: 3.4.0
+Version: 4.0.1
Release: 0
Summary: BDD for pytest
License: MIT
@@ -48,13 +48,6 @@
BuildRequires: %{python_module pytest >= 4.3.0}
BuildRequires: %{python_module py}
BuildRequires: %{python_module six >= 1.9.0}
-%if %{with python2}
-BuildRequires: python-enum34
-%endif
-# /SECTION
-%ifpython2
-Requires: python-enum34
-%endif
%python_subpackages
%description
++++++ pytest-bdd-3.4.0.tar.gz -> pytest-bdd-4.0.1.tar.gz ++++++
++++ 6672 lines of diff (skipped)