[python-coverage] 3.6b3

Tom Callaway spot at fedoraproject.org
Wed Jan 2 20:33:29 UTC 2013


commit 9146f15ff50cd089a5736309b41e7753d7a0ebf3
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Wed Jan 2 15:35:27 2013 -0500

    3.6b3

 .gitignore           |    1 +
 python-coverage.spec |    7 +++++--
 sources              |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d30d16b..39e3012 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ coverage-3.4.tar.gz
 /coverage-3.5.2b1.tar.gz
 /coverage-3.5.3.tar.gz
 /coverage-3.6b1.tar.gz
+/coverage-3.6b3.tar.gz
diff --git a/python-coverage.spec b/python-coverage.spec
index 49ff957..501f28e 100644
--- a/python-coverage.spec
+++ b/python-coverage.spec
@@ -2,7 +2,7 @@
 %global with_python3 1
 %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)")}
 
@@ -14,7 +14,7 @@
 Name:           python-coverage
 Summary:        Code coverage testing module for Python
 Version:        3.6
-Release:        0.1.%{?betaver}%{?dist}
+Release:        0.2.%{?betaver}%{?dist}
 License:        BSD and (MIT or GPLv2)
 Group:          System Environment/Libraries
 URL:            http://nedbatchelder.com/code/modules/coverage.html
@@ -99,6 +99,9 @@ popd
 
 
 %changelog
+* Wed Jan  2 2013 Tom Callaway <spot at fedoraproject.org> - 3.6-0.3.b3
+- update to 3.6beta3
+
 * Thu Nov 29 2012 Tom Callaway <spot at fedoraproject.org> - 3.6-0.1.b1
 - update to 3.6beta1
 - patch0 merged into upstream
diff --git a/sources b/sources
index ef9674d..f1975a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9363480582977076795455b524188263  coverage-3.6b1.tar.gz
+685c5051a976cdb8d31c8a7500e3463a  coverage-3.6b3.tar.gz


More information about the scm-commits mailing list