[python-coverage] Update to 3.7.1 (#1043090)

Luke Macken lmacken at fedoraproject.org
Wed Aug 27 21:28:23 UTC 2014


commit 698cbd9bf48c55d2ef194c7142ab199602ec42fa
Author: Luke Macken <lmacken at redhat.com>
Date:   Wed Aug 27 15:28:20 2014 -0600

    Update to 3.7.1 (#1043090)

 .gitignore           |    1 +
 python-coverage.spec |    7 +++++--
 sources              |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d62f862..3a3c9ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ coverage-3.4.tar.gz
 /coverage-3.6b3.tar.gz
 /coverage-3.6.tar.gz
 /coverage-3.7.tar.gz
+/coverage-3.7.1.tar.gz
diff --git a/python-coverage.spec b/python-coverage.spec
index 75c5efb..f98c7d6 100644
--- a/python-coverage.spec
+++ b/python-coverage.spec
@@ -14,8 +14,8 @@
 
 Name:           python-coverage
 Summary:        Code coverage testing module for Python
-Version:        3.7
-Release:        4%{?dist}
+Version:        3.7.1
+Release:        1%{?dist}
 License:        BSD and (MIT or GPLv2)
 Group:          System Environment/Libraries
 URL:            http://nedbatchelder.com/code/modules/coverage.html
@@ -119,6 +119,9 @@ popd
 
 
 %changelog
+* Wed Aug 27 2014 Luke Macken <lmacken at redhat.com> - 3.7.1-1
+- Update to 3.7.1 (#1043090)
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.7-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 4cd1fbf..37edf3f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-055d82e6849d882ec6cf2ae1faca8e56  coverage-3.7.tar.gz
+c47b36ceb17eaff3ecfab3bcd347d0df  coverage-3.7.1.tar.gz


More information about the scm-commits mailing list