[Python-modules-commits] [python-flake8] 03/03: Added patch to work with pycodestyle 2.1.0 (Closes: #843673)
Ondřej Nový
onovy at moszumanska.debian.org
Tue Nov 8 18:32:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-flake8.
commit 688ebe92a0eef5fdb3c58d987be701852ad3fc8f
Author: Ondřej Nový <onovy at debian.org>
Date: Tue Nov 8 19:22:27 2016 +0100
Added patch to work with pycodestyle 2.1.0 (Closes: #843673)
---
debian/changelog | 1 +
debian/control | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 23560ad..7052f2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
python-flake8 (3.0.4+dfsg1-4) UNRELEASED; urgency=medium
* Bumped debhelper version to 10
+ * Added patch to work with pycodestyle 2.1.0 (Closes: #843673)
-- Ondřej Nový <onovy at debian.org> Mon, 07 Nov 2016 23:06:45 +0100
diff --git a/debian/control b/debian/control
index b3d1c87..ba2497e 100644
--- a/debian/control
+++ b/debian/control
@@ -8,14 +8,14 @@ Uploaders: Chris Johnston <chrisjohnston at ubuntu.com>,
Barry Warsaw <barry at debian.org>,
Build-Depends: debhelper (>= 10),
dh-python,
- pycodestyle,
+ pycodestyle (>= 2.1.0),
python-all,
python-configparser,
python-enum34,
python-mccabe (>= 0.5.0),
python-mock,
python-nose,
- python-pycodestyle,
+ python-pycodestyle (>= 2.1.0),
python-pyflakes (>= 0.8.1),
python-pytest,
python-pytest-runner,
@@ -24,7 +24,7 @@ Build-Depends: debhelper (>= 10),
python3-mccabe (>= 0.5.0),
python3-mock,
python3-nose,
- python3-pycodestyle,
+ python3-pycodestyle (>= 2.1.0),
python3-pyflakes (>= 0.8.1),
python3-pytest,
python3-pytest-runner,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-flake8.git
More information about the Python-modules-commits
mailing list