From b217aa53f2f3053b42e9b9e0a307e6db82455b0793469ef3739f4e9c527ccecc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Jan 2024 08:25:33 +0000 Subject: [PATCH] - update to 7.4.4: * Fix non-string constants at the top of file being detected as docstrings on Python>=3.8. * Handle an edge case where :data:`sys.stderr` and :data:`sys.__stderr__` might already be closed when :ref:`faulthandler` is tearing down. * Fixed tracebacks from collection errors not getting pruned. * Removed unhelpful error message from assertion rewrite mechanism when exceptions are raised in ``__iter__`` methods. Now they are treated un-iterable instead. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest?expand=0&rev=132 --- pytest-7.4.3.tar.gz | 3 --- pytest-7.4.4.tar.gz | 3 +++ python-pytest.changes | 14 ++++++++++++++ python-pytest.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 pytest-7.4.3.tar.gz create mode 100644 pytest-7.4.4.tar.gz diff --git a/pytest-7.4.3.tar.gz b/pytest-7.4.3.tar.gz deleted file mode 100644 index 660e159..0000000 --- a/pytest-7.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5 -size 1356179 diff --git a/pytest-7.4.4.tar.gz b/pytest-7.4.4.tar.gz new file mode 100644 index 0000000..04758d0 --- /dev/null +++ b/pytest-7.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280 +size 1357116 diff --git a/python-pytest.changes b/python-pytest.changes index d061198..4315c6a 100644 --- a/python-pytest.changes +++ b/python-pytest.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Jan 2 08:23:53 UTC 2024 - Dirk Müller + +- update to 7.4.4: + * Fix non-string constants at the top of file being detected as + docstrings on Python>=3.8. + * Handle an edge case where :data:`sys.stderr` and + :data:`sys.__stderr__` might already be closed when + :ref:`faulthandler` is tearing down. + * Fixed tracebacks from collection errors not getting pruned. + * Removed unhelpful error message from assertion rewrite + mechanism when exceptions are raised in ``__iter__`` methods. + Now they are treated un-iterable instead. + ------------------------------------------------------------------- Tue Nov 7 12:01:50 UTC 2023 - Dirk Müller diff --git a/python-pytest.spec b/python-pytest.spec index 78945ef..562dcc4 100644 --- a/python-pytest.spec +++ b/python-pytest.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,7 +33,7 @@ %{?sle15_python_module_pythons} Name: python-pytest%{psuffix} -Version: 7.4.3 +Version: 7.4.4 Release: 0 Summary: Simple powerful testing with Python License: MIT