From 3e6d7d38a46f76ec0999006e6a60e7955b2ba0f7 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 1 Oct 2012 12:16:05 -0400 Subject: [PATCH] 3.5.3 --- .gitignore | 1 + python-coverage.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 0d57b6a..b60866c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-coverage.spec b/python-coverage.spec index 44a1b0a..aadf5d3 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -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 - 3.5.3-1 +- update to 3.5.3 + * Sat Aug 04 2012 David Malcolm - 3.5.2-0.4.b1 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 diff --git a/sources b/sources index 257f802..fea98f7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b92b6633f3f24a27c2bbf17a59c5f22f coverage-3.5.2b1.tar.gz +5f1f523940c473faa8a9f6ca29f78efc coverage-3.5.3.tar.gz