Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pytest for openSUSE:Factory checked in at 2021-02-10 21:29:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest (Old) and /work/SRC/openSUSE:Factory/.python-pytest.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest" Wed Feb 10 21:29:50 2021 rev:63 rq:865459 version:6.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytest/python-pytest.changes 2020-12-16 10:59:22.719504539 +0100 +++ /work/SRC/openSUSE:Factory/.python-pytest.new.28504/python-pytest.changes 2021-02-10 21:29:52.422239887 +0100 @@ -1,0 +2,20 @@ +Tue Jan 5 14:50:41 UTC 2021 - Mark??ta Machov?? <[email protected]> + +- Update to 6.2.1 + * pytest now supports python3.6+ only. + * Directly constructing/calling some classes/functions is now deprecated + (see upstream changelog) + * The @pytest.yield_fixture decorator/function is now deprecated. + Use pytest.fixture() instead. + * No removals so far. + * Verbose mode now shows the reason that a test was skipped in the + test???s terminal line after the ???SKIPPED???, ???XFAIL??? or ???XPASS???. + * pytest now warns about unraisable exceptions and unhandled thread + exceptions that occur in tests on Python>=3.8. + * New pytester fixture, which is identical to testdir but its methods + return pathlib.Path when appropriate instead of py.path.local. + * It is now possible to construct a MonkeyPatch object directly as pytest.MonkeyPatch(), + in cases when the monkeypatch fixture cannot be used. + * Many more new features and bugfixes + +------------------------------------------------------------------- Old: ---- pytest-6.1.2.tar.gz New: ---- pytest-6.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest.spec ++++++ --- /var/tmp/diff_new_pack.Fxrxlk/_old 2021-02-10 21:29:53.002240726 +0100 +++ /var/tmp/diff_new_pack.Fxrxlk/_new 2021-02-10 21:29:53.006240732 +0100 @@ -1,7 +1,7 @@ # # spec file for package python # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,21 +27,20 @@ %endif %define skip_python2 1 Name: python-pytest%{psuffix} -Version: 6.1.2 +Version: 6.2.1 Release: 0 Summary: Simple powerful testing with Python License: MIT URL: https://github.com/pytest-dev/pytest Source: https://files.pythonhosted.org/packages/source/p/pytest/pytest-%{version}.tar.gz -BuildRequires: %{python_module setuptools >= 40.0} +BuildRequires: %{python_module setuptools >= 42.0} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module toml} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-attrs >= 17.4.0 +Requires: python-attrs >= 19.2.0 Requires: python-importlib-metadata >= 0.12 Requires: python-iniconfig -Requires: python-more-itertools >= 4.0.0 Requires: python-packaging Requires: python-pluggy >= 0.12 Requires: python-py >= 1.8.2 @@ -57,8 +56,6 @@ BuildRequires: %{python_module Twisted} BuildRequires: %{python_module decorator} BuildRequires: %{python_module hypothesis >= 3.56} -BuildRequires: %{python_module importlib-metadata >= 0.12} -BuildRequires: %{python_module iniconfig} # nose is really not REQUIRED, the test suite skips over particular # tests, when the package is not available. # BuildRequires: %%{python_module nose} @@ -66,13 +63,12 @@ BuildRequires: %{python_module pexpect} BuildRequires: %{python_module pygments-pytest} BuildRequires: %{python_module pytest >= %{version}} -BuildRequires: %{python_module pytest-forked} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module requests} BuildRequires: %{python_module xmlschema} BuildRequires: lsof %endif -%if %{python_version_nodots} < 36 +%if %{?python_version_nodots} < 36 Requires: python-pathlib2 >= 2.2.0 %endif %python_subpackages ++++++ pytest-6.1.2.tar.gz -> pytest-6.2.1.tar.gz ++++++ ++++ 33177 lines of diff (skipped)
