From 5b32bae1cf9139b3695c63af94a99cd6c5307b5c Mon Sep 17 00:00:00 2001 From: David Shea Date: Sep 18 2015 18:30:48 +0000 Subject: 0.8.2: Fix handling of windows paths in cobertura files --- diff --git a/.gitignore b/.gitignore index b92ee11..f9d55e3 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /diff_cover-0.7.2.tar.gz /diff_cover-0.8.0.tar.gz /diff_cover-0.8.1.tar.gz +/diff_cover-0.8.2.tar.gz diff --git a/python-diff-cover.spec b/python-diff-cover.spec index 02bdabc..4eddd6f 100644 --- a/python-diff-cover.spec +++ b/python-diff-cover.spec @@ -1,5 +1,5 @@ Name: python-diff-cover -Version: 0.8.1 +Version: 0.8.2 Release: 1%{?dist} Summary: Automatically find diff lines that need test coverage @@ -147,6 +147,9 @@ nosetests -v %{python3_sitelib}/diff_cover-%{version}-*.egg-info %changelog +* Fri Sep 18 2015 David Shea - 0.8.2-1 +- Fix handling of windows paths in cobertura files + * Mon Sep 14 2015 David Shea - 0.8.1-1 - Update to diff_cover-0.8.1 which does not change anything significant in Linux - Switch to the new packaging guidelines, which renames python-diff-cover to python2-diff-cover diff --git a/sources b/sources index 78516a0..6c56d89 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ccbaa9f2e7ceb31f4e843d02eb2140f2 diff_cover-0.8.1.tar.gz +776e81abca35faf64332a84d47e4ec19 diff_cover-0.8.2.tar.gz