This commit is contained in:
Tom Callaway 2012-10-01 12:16:05 -04:00
parent 22841874e8
commit 3e6d7d38a4
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ coverage-3.4.tar.gz
/coverage-3.5b1.tar.gz
/coverage-3.5.1b1.tar.gz
/coverage-3.5.2b1.tar.gz
/coverage-3.5.3.tar.gz

View File

@ -2,7 +2,7 @@
%global with_python3 1
%endif
%global betaver b1
# %%global betaver b1
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
@ -13,12 +13,12 @@
Name: python-coverage
Summary: Code coverage testing module for Python
Version: 3.5.2
Release: 0.4.%{betaver}%{?dist}
Version: 3.5.3
Release: 1%{?dist}
License: BSD and (MIT or GPLv2)
Group: System Environment/Libraries
URL: http://nedbatchelder.com/code/modules/coverage.html
Source0: http://pypi.python.org/packages/source/c/coverage/coverage-%{version}%{betaver}.tar.gz
Source0: http://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz
BuildRequires: python-setuptools, python-devel
Requires: python-setuptools
%if 0%{?with_python3}
@ -48,7 +48,7 @@ have been executed.
%endif # with_python3
%prep
%setup -q -n coverage-%{version}%{betaver}
%setup -q -n coverage-%{version}
find . -type f -exec chmod 0644 \{\} \;
sed -i 's/\r//g' README.txt
@ -95,6 +95,9 @@ popd
%changelog
* Mon Oct 1 2012 Tom Callaway <spot@fedoraproject.org> - 3.5.3-1
- update to 3.5.3
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 3.5.2-0.4.b1
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3

View File

@ -1 +1 @@
b92b6633f3f24a27c2bbf17a59c5f22f coverage-3.5.2b1.tar.gz
5f1f523940c473faa8a9f6ca29f78efc coverage-3.5.3.tar.gz