Hello community, here is the log from the commit of package python-pytest-bdd for openSUSE:Leap:15.2 checked in at 2020-05-01 15:08:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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" Fri May 1 15:08:17 2020 rev:3 rq:799468 version:3.3.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-pytest-bdd/python-pytest-bdd.changes 2020-04-22 14:15:02.598752663 +0200 +++ /work/SRC/openSUSE:Leap:15.2/.python-pytest-bdd.new.2738/python-pytest-bdd.changes 2020-05-01 15:08:19.642698654 +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.FIjvc0/_old 2020-05-01 15:08:20.470700453 +0200 +++ /var/tmp/diff_new_pack.FIjvc0/_new 2020-05-01 15:08:20.470700453 +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)
