Hello community,
here is the log from the commit of package python-pytest-bdd for
openSUSE:Factory checked in at 2020-05-01 11:09:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"
Fri May 1 11:09:14 2020 rev:6 rq:798143 version:3.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-bdd/python-pytest-bdd.changes
2020-04-21 13:09:58.660729762 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-bdd.new.2738/python-pytest-bdd.changes
2020-05-01 11:09:33.815352962 +0200
@@ -1,0 +2,7 @@
+Mon Apr 27 10:28:54 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 3.3.0:
+ * Require at least pytest 4.3
+- Remove merged test_flaky.patch
+
+-------------------------------------------------------------------
Old:
----
pytest-bdd-3.2.1.tar.gz
test_flaky.patch
New:
----
pytest-bdd-3.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-bdd.spec ++++++
--- /var/tmp/diff_new_pack.o782nf/_old 2020-05-01 11:09:34.767355032 +0200
+++ /var/tmp/diff_new_pack.o782nf/_new 2020-05-01 11:09:34.771355041 +0200
@@ -19,13 +19,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-pytest-bdd
-Version: 3.2.1
+Version: 3.3.0
Release: 0
Summary: BDD for pytest
License: MIT
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
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -34,7 +33,7 @@
Requires: python-parse
Requires: python-parse_type
Requires: python-py
-Requires: python-pytest >= 3.0.0
+Requires: python-pytest >= 4.3.0
Requires: python-six >= 1.9.0
Requires(post): update-alternatives
Requires(postun): update-alternatives
@@ -46,7 +45,7 @@
BuildRequires: %{python_module mock}
BuildRequires: %{python_module parse_type}
BuildRequires: %{python_module parse}
-BuildRequires: %{python_module pytest >= 3.0.0}
+BuildRequires: %{python_module pytest >= 4.3.0}
BuildRequires: %{python_module py}
BuildRequires: %{python_module six >= 1.9.0}
%if %{with python2}
@@ -76,7 +75,6 @@
%prep
%setup -q -n pytest-bdd-%{version}
-%patch0 -p1
sed -i '/tox/d' setup.py
%build
@@ -89,7 +87,9 @@
%check
export LANG=en_US.UTF-8
-%pytest
+export PYTHONDONTWRITEBYTECODE=1
+# test_generate_with_quotes and test_unicode_characters require ptyest-bdd
binary which we handle with u-a
+%pytest -k 'not test_generate_with_quotes and not test_unicode_characters'
%post
%python_install_alternative pytest-bdd
++++++ pytest-bdd-3.2.1.tar.gz -> pytest-bdd-3.3.0.tar.gz ++++++
++++ 5900 lines of diff (skipped)