From 7390a6947144df8782ddf8d61eaef9121b356747 Mon Sep 17 00:00:00 2001 From: David Shea Date: Dec 12 2014 16:23:13 +0000 Subject: Update to diff-cover-0.7.3: - Added pylint support! - Fixed bug around python 1.6 and pyflakes - Update Pygments allowing us to remove code we grabbed from the development branch of the project used to support python3 correctly --- diff --git a/.gitignore b/.gitignore index 6a946c9..1ba1d05 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /diff_cover-0.6.2.tar.gz /diff_cover-0.7.1.tar.gz /diff_cover-0.7.2.tar.gz +/diff_cover-0.7.3.tar.gz diff --git a/python-diff-cover.spec b/python-diff-cover.spec index 3f82962..fdbba1d 100644 --- a/python-diff-cover.spec +++ b/python-diff-cover.spec @@ -1,5 +1,5 @@ Name: python-diff-cover -Version: 0.7.2 +Version: 0.7.3 Release: 1%{?dist} Summary: Automatically find diff lines that need test coverage @@ -132,6 +132,11 @@ nosetests -v %{python3_sitelib}/diff_cover-%{version}-*.egg-info %changelog +* Fri Dec 12 2014 David Shea - 0.7.3-1 +- Added pylint support! +- Fixed bug around python 1.6 and pyflakes +- Update Pygments allowing us to remove code we grabbed from the development branch of the project used to support python3 correctly + * Fri Nov 7 2014 David Shea - 0.7.2-1 - bugfix around prasing of options - enable nosetests in spec file diff --git a/sources b/sources index 3cfab5b..7a6979b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -69a3cbdf5f0d3da48b504730ecb2e0f1 diff_cover-0.7.2.tar.gz +2c188e01998154bcf2649cb8487cc162 diff_cover-0.7.3.tar.gz