update coverage version to 5.2.1

This commit is contained in:
sherlock2010 2020-09-01 15:17:03 +08:00
parent b6eb048679
commit 777b092dc1
3 changed files with 8 additions and 2 deletions

BIN
coverage-5.2.1.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: python-coverage
Version: 5.2
Version: 5.2.1
Release: 1
Summary: Code coverage measurement for Python
@ -47,7 +47,7 @@ your program, noting which parts of the code have been executed, then analyzes t
source to identify code that could have been executed but was not.
%prep
%autosetup -n coverage-%{version} -p1
%autosetup -n coveragepy-coverage-%{version} -p1
sed -i 's/\r//g' README.rst
find . -type f ! -perm 0644 -exec chmod 0644 \{\} \;
@ -93,6 +93,12 @@ popd
%{python3_sitearch}/coverage-%{version}-py?.?.egg-info/
%changelog
* Tue Sep 01 2020 zhouyihang <zhouyihang3@huawei.com> - 5.2.1-1
- Type:requirement
- ID:NA
- SUG:NA
- DESC:update coverage version to 5.2.1
* Fri Aug 28 2020 zhouyihang <zhouyihang3@huawei.com> - 5.2-1
- Type:requirement
- ID:NA