[python-diff-cover] Update to upstream diff-cover-0.7.1:

David Shea dshea at fedoraproject.org
Wed Oct 22 15:09:46 UTC 2014


commit 4020c24f3ad4dea432042201099c1bb0c7d59e1c
Author: David Shea <dshea at redhat.com>
Date:   Wed Oct 22 11:09:22 2014 -0400

    Update to upstream diff-cover-0.7.1:
    
    - Incorporate sources tag in corbetura reports improving diff-cover's behavior in non python codebases
    - Generating HTML report still allows STDOUT to print the regular report

 .gitignore             |    1 +
 python-diff-cover.spec |    6 +++++-
 sources                |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d4d70e2..a05c327 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /diff_cover-0.6.0.tar.gz
 /diff_cover-0.6.1.tar.gz
 /diff_cover-0.6.2.tar.gz
+/diff_cover-0.7.1.tar.gz
diff --git a/python-diff-cover.spec b/python-diff-cover.spec
index 2ea8b9d..3c3f414 100644
--- a/python-diff-cover.spec
+++ b/python-diff-cover.spec
@@ -1,5 +1,5 @@
 Name:           python-diff-cover
-Version:        0.6.2
+Version:        0.7.1
 Release:        1%{?dist}
 Summary:        Automatically find diff lines that need test coverage
 
@@ -117,6 +117,10 @@ PYTHONPATH=%{buildroot}%{python2_sitelib} \
 %{python3_sitelib}/diff_cover-%{version}-*.egg-info
 
 %changelog
+* Wed Oct 22 2014 David Shea <dshea at redhat.com> - 0.7.1-1
+- Incorporate sources tag in corbetura reports improving diff-cover's behavior in non python codebases
+- Generating HTML report still allows STDOUT to print the regular report
+
 * Mon Oct 13 2014 David Shea <dshea at redhat.com> - 0.6.2-1
 - Added log line for when diff-cover fails due to coverage being lower than the fail-under condition
 
diff --git a/sources b/sources
index cbc1be8..ec478ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4ff11f4687a94e53e6c78c33151fc617  diff_cover-0.6.2.tar.gz
+d1b9fbac9c2dcf95a75c9506d057ad17  diff_cover-0.7.1.tar.gz


More information about the scm-commits mailing list