diff --git a/coverage-5.4.tar.gz b/coverage-5.4.tar.gz deleted file mode 100644 index 6186e58..0000000 Binary files a/coverage-5.4.tar.gz and /dev/null differ diff --git a/coverage-5.5.tar.gz b/coverage-5.5.tar.gz new file mode 100644 index 0000000..2ff64e6 Binary files /dev/null and b/coverage-5.5.tar.gz differ diff --git a/python-coverage.spec b/python-coverage.spec index da5eec4..fd4ef86 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -1,21 +1,16 @@ Name: python-coverage -Version: 5.4 +Version: 5.5 Release: 1 Summary: Code coverage measurement for Python -License: ASL 2.0 and MIT and (MIT or GPL) +License: Apache-2.0 URL: https://coverage.readthedocs.io/en/coverage-%{version}/ Source0: https://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz BuildRequires: gcc %description -Coverage.py is a tool for measuring code coverage of Python programs. It monitors -your program, noting which parts of the code have been executed, then analyzes the -source to identify code that could have been executed but was not. - -Coverage measurement is typically used to gauge the effectiveness of tests. It can -show which parts of your code are being exercised by tests, and which are not. +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. %package -n python3-coverage Summary: Code coverage measurement for Python 3 @@ -61,6 +56,9 @@ popd %{python3_sitearch}/coverage-%{version}-py?.?.egg-info/ %changelog +* Sun Jul 25 2021 OpenStack_SIG - 5.5-1 +- Package update to 5.5.1 + * Sat Jan 30 2021 xihaochen - 5.4-1 - Type:requirements - Id:NA