diff --git a/pytest_subtests-0.14.0.tar.gz b/pytest_subtests-0.14.0.tar.gz deleted file mode 100644 index 3b686f4c5af62561c1a9e0f7ae0497814404ba13..0000000000000000000000000000000000000000 Binary files a/pytest_subtests-0.14.0.tar.gz and /dev/null differ diff --git a/pytest_subtests-0.14.1.tar.gz b/pytest_subtests-0.14.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b32c3fb9c6c778a8269d8c8427bace3b1e16c3f2 Binary files /dev/null and b/pytest_subtests-0.14.1.tar.gz differ diff --git a/python-pytest-subtests.spec b/python-pytest-subtests.spec index 0567414f54c1e273bb7916ea4a46cf0f80e3971e..943322a6cce70865661a8e6b4f6bc9bbc3912613 100644 --- a/python-pytest-subtests.spec +++ b/python-pytest-subtests.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-subtests -Version: 0.14.0 +Version: 0.14.1 Release: 1 Summary: unittest subTest() support and subtests fixture License: MIT @@ -51,6 +51,9 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Aug 05 2025 openeuler_bot - 0.14.1-1 +- Fix ``self.instance._outcome`` is ``None`` case in #173. (version:0.14.1) + * Tue Jun 03 2025 openeuler_bot - 0.14.0-1 - Dropped support for EOL Python 3.8 (version: 0.14.0). - Add support for Python 3.13 (version: 0.14.0).