|
|
@ -2,7 +2,7 @@
|
|
|
|
%global with_python3 1
|
|
|
|
%global with_python3 1
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%global betaver b1
|
|
|
|
%global betaver b3
|
|
|
|
|
|
|
|
|
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@
|
|
|
|
Name: python-coverage
|
|
|
|
Name: python-coverage
|
|
|
|
Summary: Code coverage testing module for Python
|
|
|
|
Summary: Code coverage testing module for Python
|
|
|
|
Version: 3.6
|
|
|
|
Version: 3.6
|
|
|
|
Release: 0.1.%{?betaver}%{?dist}
|
|
|
|
Release: 0.2.%{?betaver}%{?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
|
|
|
@ -99,6 +99,9 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jan 2 2013 Tom Callaway <spot@fedoraproject.org> - 3.6-0.3.b3
|
|
|
|
|
|
|
|
- update to 3.6beta3
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 29 2012 Tom Callaway <spot@fedoraproject.org> - 3.6-0.1.b1
|
|
|
|
* Thu Nov 29 2012 Tom Callaway <spot@fedoraproject.org> - 3.6-0.1.b1
|
|
|
|
- update to 3.6beta1
|
|
|
|
- update to 3.6beta1
|
|
|
|
- patch0 merged into upstream
|
|
|
|
- patch0 merged into upstream
|
|
|
|