From e10097e796be4d5b09823a96ceec0fd559dab1dc Mon Sep 17 00:00:00 2001 From: David Shea Date: Dec 21 2015 14:34:16 +0000 Subject: 0.8.6: Fix handling source paths that contain spaces --- diff --git a/.gitignore b/.gitignore index 5eb21f1..f4085cc 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /diff_cover-0.8.2.tar.gz /diff_cover-0.8.3.tar.gz /diff_cover-0.8.5.tar.gz +/diff_cover-0.8.6.tar.gz diff --git a/python-diff-cover.spec b/python-diff-cover.spec index 25e3eaf..d653a03 100644 --- a/python-diff-cover.spec +++ b/python-diff-cover.spec @@ -1,5 +1,5 @@ Name: python-diff-cover -Version: 0.8.5 +Version: 0.8.6 Release: 1%{?dist} Summary: Automatically find diff lines that need test coverage @@ -144,6 +144,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{python3_sitelib}/diff_cover-%{version}-*.egg-info %changelog +* Mon Dec 21 2015 David Shea - 0.8.6-1 +- Fix handling source paths that contain spaces + * Tue Dec 1 2015 David Shea - 0.8.5-1 - Fix diff-cover when color.ui=always is set in git - Drop python-lazy to support Python 3.5 diff --git a/sources b/sources index 17b6d0e..6ff6350 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -70def7d76ec8f9b48c59a65b6e0b3141 diff_cover-0.8.5.tar.gz +ec548e155946621ebe718c4cc11f6cf5 diff_cover-0.8.6.tar.gz