From b25077638efc7ac89c05c1d8d2ae92b81b9d82a1 Mon Sep 17 00:00:00 2001 From: David Shea Date: Jul 28 2016 14:05:19 +0000 Subject: diff-cover 0.9.8: Fixes to ESLINT to work with 2.13 --- diff --git a/.gitignore b/.gitignore index 6f4fbea..a7e9064 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /diff_cover-0.9.3.tar.gz /diff_cover-0.9.6.tar.gz /diff_cover-0.9.7.tar.gz +/diff_cover-0.9.8.tar.gz diff --git a/python-diff-cover.spec b/python-diff-cover.spec index 49c024a..83380b1 100644 --- a/python-diff-cover.spec +++ b/python-diff-cover.spec @@ -1,6 +1,6 @@ Name: python-diff-cover -Version: 0.9.7 -Release: 2%{?dist} +Version: 0.9.8 +Release: 1%{?dist} Summary: Automatically find diff lines that need test coverage License: ASL 2.0 @@ -127,6 +127,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{python3_sitelib}/diff_cover-%{version}-*.egg-info %changelog +* Thu Jul 28 2016 David Shea 0.9.8-1 +- Fixes to ESLINT to work with 2.13 + * Tue Jul 19 2016 Fedora Release Engineering - 0.9.7-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 9510a47..5a905e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d89895e9b4d688e81232e522235e875 diff_cover-0.9.7.tar.gz +bc5826adb7a714edba9fc2b887b65aa5 diff_cover-0.9.8.tar.gz