5.2.1
This commit is contained in:
parent
019a0f74e8
commit
e8c4402ec4
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@ coverage-3.4.tar.gz
|
|||||||
/coverage-5.0.4.tar.gz
|
/coverage-5.0.4.tar.gz
|
||||||
/coverage-5.1.tar.gz
|
/coverage-5.1.tar.gz
|
||||||
/coverage-5.2.tar.gz
|
/coverage-5.2.tar.gz
|
||||||
|
/coverage-5.2.1.tar.gz
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
Name: python-coverage
|
Name: python-coverage
|
||||||
Summary: Code coverage testing module for Python
|
Summary: Code coverage testing module for Python
|
||||||
Version: 5.2
|
Version: 5.2.1
|
||||||
Release: 2%{?prever}%{?dist}
|
Release: 1%{?prever}%{?dist}
|
||||||
# jquery(MIT):
|
# jquery(MIT):
|
||||||
# coverage/htmlfiles/jquery.min.js
|
# coverage/htmlfiles/jquery.min.js
|
||||||
# MIT or GPL:
|
# MIT or GPL:
|
||||||
@ -14,8 +14,7 @@ Release: 2%{?prever}%{?dist}
|
|||||||
# coverage/htmlfiles/jquery.isonscreen.js
|
# coverage/htmlfiles/jquery.isonscreen.js
|
||||||
License: ASL 2.0 and MIT and (MIT or GPL)
|
License: ASL 2.0 and MIT and (MIT or GPL)
|
||||||
URL: http://nedbatchelder.com/code/modules/coverage.html
|
URL: http://nedbatchelder.com/code/modules/coverage.html
|
||||||
Source0: http://pypi.python.org/packages/source/c/coverage/coverage-%{version}%{?prever}.tar.gz
|
Source0: https://pypi.python.org/packages/source/c/coverage/coverage-%{version}%{?prever}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -75,7 +74,6 @@ have been executed.
|
|||||||
find . -type f -exec chmod 0644 \{\} \;
|
find . -type f -exec chmod 0644 \{\} \;
|
||||||
sed -i 's/\r//g' README.rst
|
sed -i 's/\r//g' README.rst
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{py2support}
|
%if %{py2support}
|
||||||
%py2_build
|
%py2_build
|
||||||
@ -100,7 +98,6 @@ ln -s coverage-%{python3_version} coverage-3
|
|||||||
ln -s coverage-%{python3_version} coverage
|
ln -s coverage-%{python3_version} coverage
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
||||||
%if %{py2support}
|
%if %{py2support}
|
||||||
%files -n python2-coverage
|
%files -n python2-coverage
|
||||||
%license LICENSE.txt NOTICE.txt
|
%license LICENSE.txt NOTICE.txt
|
||||||
@ -121,6 +118,9 @@ popd
|
|||||||
%{python3_sitearch}/coverage*.egg-info/
|
%{python3_sitearch}/coverage*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 13 2020 Tom Callaway <spot@fedoraproject.org> - 5.2.1-1
|
||||||
|
- update to 5.2.1
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.2-2
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (coverage-5.2.tar.gz) = 54645e66ab3e7632889a91703c479a885195d24b414d1559093059f0b648d40d7de22ca25816e43c30f955f0725eda6131ea7d43276d25ee25522ce0bd58683a
|
SHA512 (coverage-5.2.1.tar.gz) = bda6129a4f4e2db3d26878036ceec137e4f359b8d37ce087e4007751bf0bbda7d706967a50b120378fa533f980e70142328099332374a1f303fa0083ffc078b0
|
||||||
|
Loading…
Reference in New Issue
Block a user