[python-coverage/f18] 3.5.3

Tom Callaway spot at fedoraproject.org
Mon Oct 1 16:16:30 UTC 2012


commit f94ce1ceb2bba2fd439c58fe15bbb72d03f698c5
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon Oct 1 12:17:39 2012 -0400

    3.5.3

 python-coverage.spec |   13 ++++++++-----
 sources              |    2 +-
 2 files changed, 9 insertions(+), 6 deletions(-)
---
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 <spot at fedoraproject.org> - 3.5.3-1
+- update to 3.5.3
+
 * Sat Aug 04 2012 David Malcolm <dmalcolm at redhat.com> - 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


More information about the scm-commits mailing list