diff --git a/coverage-7.6.12.tar.gz b/coverage-7.6.12.tar.gz deleted file mode 100644 index ebbda9b41f7d4f6d40d01542342419fc99de762d..0000000000000000000000000000000000000000 Binary files a/coverage-7.6.12.tar.gz and /dev/null differ diff --git a/coverage-7.8.2.tar.gz b/coverage-7.8.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1e127f09a293b11b9b658f0a631e54a0e8451448 Binary files /dev/null and b/coverage-7.8.2.tar.gz differ diff --git a/python-coverage.spec b/python-coverage.spec index bd58c489638ea336563dd87ca36b9ea3f35fa084..85142ebe3e238fe6f195f79d793d0b90c32fcb17 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -1,5 +1,5 @@ Name: python-coverage -Version: 7.6.12 +Version: 7.8.2 Release: 1 Summary: Code coverage measurement for Python @@ -9,6 +9,7 @@ Source0: https://pypi.python.org/packages/source/c/coverage/coverage-%{ve BuildRequires: gcc +%python_extras_subpkg -n python3-coverage -i %{python3_sitearch}/coverage*.egg-info toml %description Coverage.py measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed. @@ -55,6 +56,9 @@ popd %{python3_sitearch}/coverage* %changelog +* Fri May 30 2025 Dongxing Wang - 7.8.2-1 +- Upgrade package python-coverage to version 7.8.2 + * Mon Feb 24 2025 yanglu - 7.6.12-1 - upgrade package python-coverage to version 7.6.12