update to 5.5

This commit is contained in:
lmz 2021-08-02 16:42:09 +00:00
parent 6fe321d89b
commit 599089a911
3 changed files with 6 additions and 8 deletions

Binary file not shown.

BIN
coverage-5.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,21 +1,16 @@
Name: python-coverage Name: python-coverage
Version: 5.4 Version: 5.5
Release: 1 Release: 1
Summary: Code coverage measurement for Python 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}/ URL: https://coverage.readthedocs.io/en/coverage-%{version}/
Source0: https://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz Source0: https://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz
BuildRequires: gcc BuildRequires: gcc
%description %description
Coverage.py is a tool for measuring code coverage of Python programs. It monitors 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.
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.
%package -n python3-coverage %package -n python3-coverage
Summary: Code coverage measurement for Python 3 Summary: Code coverage measurement for Python 3
@ -61,6 +56,9 @@ popd
%{python3_sitearch}/coverage-%{version}-py?.?.egg-info/ %{python3_sitearch}/coverage-%{version}-py?.?.egg-info/
%changelog %changelog
* Sun Jul 25 2021 OpenStack_SIG <openstack@openeuler.org> - 5.5-1
- Package update to 5.5.1
* Sat Jan 30 2021 xihaochen <xihaochen@huawei.com> - 5.4-1 * Sat Jan 30 2021 xihaochen <xihaochen@huawei.com> - 5.4-1
- Type:requirements - Type:requirements
- Id:NA - Id:NA