4.1b1
This commit is contained in:
parent
c158578981
commit
4d09d33b92
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ coverage-3.4.tar.gz
|
|||||||
/coverage-4.0.1.tar.gz
|
/coverage-4.0.1.tar.gz
|
||||||
/coverage-4.0.2.tar.gz
|
/coverage-4.0.2.tar.gz
|
||||||
/coverage-4.0.3.tar.gz
|
/coverage-4.0.3.tar.gz
|
||||||
|
/coverage-4.1b1.tar.gz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# %%global prever b3
|
%global prever b1
|
||||||
|
|
||||||
%{!?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)")}
|
||||||
|
|
||||||
@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
Name: python-coverage
|
Name: python-coverage
|
||||||
Summary: Code coverage testing module for Python
|
Summary: Code coverage testing module for Python
|
||||||
Version: 4.0.3
|
Version: 4.1
|
||||||
Release: 1%{?dist}
|
Release: 0.1.%{?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
|
||||||
@ -118,6 +118,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 12 2016 Tom Callaway <spot@fedoraproject.org> - 4.1-0.1.b1
|
||||||
|
- update to 4.1b1
|
||||||
|
|
||||||
* Mon Nov 30 2015 Tom Callaway <spot@fedoraproject.org> - 4.0.3-1
|
* Mon Nov 30 2015 Tom Callaway <spot@fedoraproject.org> - 4.0.3-1
|
||||||
- update to 4.0.3
|
- update to 4.0.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user