From 02c2c58a10b53427d1f7dbadb377dba504f35fe99c4d0401e05527df5c32fea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 17 Jan 2025 12:23:15 +0000 Subject: [PATCH] Accepting request 1238442 from home:ojkastl_buildservice:Branch_devel_languages_python_pytest update to 0.14.1 OBS-URL: https://build.opensuse.org/request/show/1238442 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-subtests?expand=0&rev=23 --- pytest-subtests-0.12.1.tar.gz | 3 --- pytest_subtests-0.14.1.tar.gz | 3 +++ python-pytest-subtests.changes | 18 ++++++++++++++++++ python-pytest-subtests.spec | 9 +++++---- 4 files changed, 26 insertions(+), 7 deletions(-) delete mode 100644 pytest-subtests-0.12.1.tar.gz create mode 100644 pytest_subtests-0.14.1.tar.gz diff --git a/pytest-subtests-0.12.1.tar.gz b/pytest-subtests-0.12.1.tar.gz deleted file mode 100644 index 0ff898e..0000000 --- a/pytest-subtests-0.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6605dcb88647e0b7c1889d027f8ef1c17d7a2c60927ebfdc09c7b0d8120476d -size 15303 diff --git a/pytest_subtests-0.14.1.tar.gz b/pytest_subtests-0.14.1.tar.gz new file mode 100644 index 0000000..660d49f --- /dev/null +++ b/pytest_subtests-0.14.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350c00adc36c3aff676a66135c81aed9e2182e15f6c3ec8721366918bbbf7580 +size 17632 diff --git a/python-pytest-subtests.changes b/python-pytest-subtests.changes index caeda31..7751d89 100644 --- a/python-pytest-subtests.changes +++ b/python-pytest-subtests.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Jan 17 08:45:11 UTC 2025 - Johannes Kastl + +- update to 0.14.1: + * Fix self.instance._outcome is None case in #173 (#174). +- update to 0.14.0: + * Add support for Python 3.13. + * Dropped support for EOL Python 3.8. + * Fixed output when using TestCase.skipTest (#169). + * Fixed pytest requirement to >=7.3 (#159). +- update to 0.13.1: + * Fixed bug were an extra test would execute when -x/--exitfirst + was used (#139). +- update to 0.13.0: + * Dropped support for EOL Python 3.7. + * Added support for -x/--exitfirst (#134). + * Hide the traceback inside the SubTests.test() method (#131). + ------------------------------------------------------------------- Mon Mar 25 15:00:57 UTC 2024 - Dirk Müller diff --git a/python-pytest-subtests.spec b/python-pytest-subtests.spec index 6b03aaa..d621682 100644 --- a/python-pytest-subtests.spec +++ b/python-pytest-subtests.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-subtests # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,18 @@ %{?sle15_python_module_pythons} Name: python-pytest-subtests -Version: 0.12.1 +Version: 0.14.1 Release: 0 Summary: Python unittest subTest() support and subtests fixture License: MIT URL: https://github.com/pytest-dev/pytest-subtests -Source: https://files.pythonhosted.org/packages/source/p/pytest-subtests/pytest-subtests-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/pytest-subtests/pytest_subtests-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-attrs >= 19.2.0 Requires: python-pytest >= 7.0 BuildArch: noarch # SECTION test requirements @@ -40,7 +41,7 @@ BuildRequires: %{python_module pytest >= 7.0} Python unittest subTest() support and subtests fixture. %prep -%setup -q -n pytest-subtests-%{version} +%setup -q -n pytest_subtests-%{version} %build %pyproject_wheel