diff --git a/zope.testrunner.spec b/python-zope.testrunner.spec similarity index 80% rename from zope.testrunner.spec rename to python-zope.testrunner.spec index e5f4342b9c8ac89aac8a75d69bfab58a04a3971a..f0259af5cfd78e4358d98d499cfdf041854db376 100644 --- a/zope.testrunner.spec +++ b/python-zope.testrunner.spec @@ -2,13 +2,13 @@ %global pypi_name zope.testrunner Name: python-%{pypi_name} -Version: 6.6 +Version: 7.3 Release: 1 Summary: Zope testrunner script License: ZPL-2.1 -URL: https://pypi.org/project/zope.testrunner/ +URL: https://github.com/zopefoundation/zope.testrunner Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz -Patch0: 0001-fix-invalid-syntax.patch +Patch0: 0001-fix-invalid-syntax.patch BuildRequires: python3-pip BuildRequires: python3-devel @@ -46,6 +46,12 @@ and run multiple tests in parallel. %{python3_sitelib}/* %changelog +* Tue May 20 2025 Dongxing Wang - 7.3-1 +- Update package with version 7.3 + Improve expected failures support + Add option --only-level=level to run tests only at the specified level + Make signatures in tb_format compatible with Python 3.12+ + * Fri Oct 18 2024 lifeifei - 6.6-1 - update package to version 6.6 - Drop support for Python 3.7. diff --git a/zope.testrunner-6.6.tar.gz b/zope.testrunner-6.6.tar.gz deleted file mode 100644 index 7a98feeb24b1bc9c02dca1e60e9d608367291e82..0000000000000000000000000000000000000000 Binary files a/zope.testrunner-6.6.tar.gz and /dev/null differ diff --git a/zope.testrunner-7.3.tar.gz b/zope.testrunner-7.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..38e0ee9f6a2eeeabc103592d8ac3ff27bc6bcfa8 Binary files /dev/null and b/zope.testrunner-7.3.tar.gz differ