Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-subtests for
openSUSE:Factory checked in at 2025-01-18 13:17:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-subtests (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-subtests.new.5589 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-subtests"
Sat Jan 18 13:17:38 2025 rev:12 rq:1238487 version:0.14.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-subtests/python-pytest-subtests.changes
2024-03-26 19:25:42.997526051 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-subtests.new.5589/python-pytest-subtests.changes
2025-01-18 13:17:48.084751587 +0100
@@ -1,0 +2,18 @@
+Fri Jan 17 08:45:11 UTC 2025 - Johannes Kastl
<[email protected]>
+
+- 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).
+
+-------------------------------------------------------------------
Old:
----
pytest-subtests-0.12.1.tar.gz
New:
----
pytest_subtests-0.14.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-subtests.spec ++++++
--- /var/tmp/diff_new_pack.Iv1sMy/_old 2025-01-18 13:17:48.620773689 +0100
+++ /var/tmp/diff_new_pack.Iv1sMy/_new 2025-01-18 13:17:48.620773689 +0100
@@ -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 @@
Python unittest subTest() support and subtests fixture.
%prep
-%setup -q -n pytest-subtests-%{version}
+%setup -q -n pytest_subtests-%{version}
%build
%pyproject_wheel