epel9
Tom Callaway 10 years ago
parent 393e639848
commit 7394996892

1
.gitignore vendored

@ -11,3 +11,4 @@ coverage-3.4.tar.gz
/coverage-3.7.1.tar.gz /coverage-3.7.1.tar.gz
/coverage-4.0a1.tar.gz /coverage-4.0a1.tar.gz
/coverage-4.0a2.tar.gz /coverage-4.0a2.tar.gz
/coverage-4.0a3.tar.gz

@ -2,7 +2,7 @@
%global with_python3 1 %global with_python3 1
%endif %endif
%global prever a2 %global prever a3
%{!?python_sitearch: %global python_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %{!?python_sitearch: %global python_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
@ -17,7 +17,7 @@
Name: python-coverage Name: python-coverage
Summary: Code coverage testing module for Python Summary: Code coverage testing module for Python
Version: 4.0 Version: 4.0
Release: 0.2.%{?prever}%{?dist} Release: 0.3.%{?prever}%{?dist}
License: BSD and (MIT or GPLv2) License: BSD and (MIT or GPLv2)
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://nedbatchelder.com/code/modules/coverage.html URL: http://nedbatchelder.com/code/modules/coverage.html
@ -121,6 +121,9 @@ popd
%changelog %changelog
* Thu Feb 5 2015 Tom Callaway <spot@fedoraproject.org> 4.0-0.3.a3
- update to 4.0a3
* Tue Jan 20 2015 Tom Callaway <spot@fedoraproject.org> 4.0-0.2.a2 * Tue Jan 20 2015 Tom Callaway <spot@fedoraproject.org> 4.0-0.2.a2
- update to 4.0a2 - update to 4.0a2

@ -1 +1 @@
01f0c92426c930684dfce38987e53ed5 coverage-4.0a2.tar.gz 274681bb92b9630d1734f7fb7a56f8f5 coverage-4.0a3.tar.gz

Loading…
Cancel
Save