[Python-modules-commits] [fuzzywuzzy] 01/01: fix DEP-8 tests to use pycodestyle instead of pep8
Edward Betts
edward at moszumanska.debian.org
Wed Aug 31 20:34:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
edward pushed a commit to branch master
in repository fuzzywuzzy.
commit 285fa363d9678ea384b25c2f00663c1cbe3b16a5
Author: Edward Betts <edward at 4angle.com>
Date: Wed Aug 31 21:33:55 2016 +0100
fix DEP-8 tests to use pycodestyle instead of pep8
---
debian/changelog | 6 ++++++
debian/tests/control | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9827d8b..14cee75 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fuzzywuzzy (0.11.1-2) unstable; urgency=medium
+
+ * fix DEP-8 tests to use pycodestyle instead of pep8
+
+ -- Edward Betts <edward at 4angle.com> Wed, 31 Aug 2016 21:25:33 +0100
+
fuzzywuzzy (0.11.1-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/tests/control b/debian/tests/control
index ec9368b..1691d72 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
Tests: python-fuzzywuzzy
-Depends: @, python-pep8
+Depends: @, python-pycodestyle
Tests: python3-fuzzywuzzy
-Depends: @, python3-pep8
+Depends: @, python3-pycodestyle
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/fuzzywuzzy.git
More information about the Python-modules-commits
mailing list