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.2.tar.gz b/pytest_subtests-0.14.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..beac425044f49c6b55dda78b0a30cf316a0312a8 Binary files /dev/null and b/pytest_subtests-0.14.2.tar.gz differ diff --git a/python-pytest-subtests.spec b/python-pytest-subtests.spec index 0567414f54c1e273bb7916ea4a46cf0f80e3971e..62b7e4617552b916f96dcf88a483ce1e1a53b784 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.2 Release: 1 Summary: unittest subTest() support and subtests fixture License: MIT @@ -51,6 +51,11 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Thu Aug 07 2025 zhang_wenyu - 0.14.2-1 +- Update package to version 0.14.2 +- Print output "dots" for successful unittest subtests +- Improved reporting in case subtests raise pytest.xfail + * 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).