[Python-modules-commits] [python-flake8] 06/10: Bump required version of python{, 3}-mccabe and python{, 3}-pyflakes
Ondřej Nový
onovy at moszumanska.debian.org
Sat Apr 8 16:02:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-flake8.
commit b3370c1d62e1b2f3393a690d8aeafc4591c10f04
Author: Ondřej Nový <onovy at debian.org>
Date: Tue Feb 21 10:43:26 2017 +0100
Bump required version of python{,3}-mccabe and python{,3}-pyflakes
---
debian/changelog | 1 +
debian/control | 16 +++++++++-------
2 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0acd5ad..5253990 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
python-flake8 (3.3.0-1) UNRELEASED; urgency=medium
* New upstream release
+ * Bump required version of python{,3}-mccabe and python{,3}-pyflakes
-- Ondřej Nový <onovy at debian.org> Tue, 21 Feb 2017 10:40:01 +0100
diff --git a/debian/control b/debian/control
index 06a1dcb..0344fb4 100644
--- a/debian/control
+++ b/debian/control
@@ -12,20 +12,20 @@ Build-Depends: debhelper (>= 10),
python-all,
python-configparser,
python-enum34,
- python-mccabe (>= 0.5.0),
+ python-mccabe (>= 0.6.0),
python-mock (>= 2.0.0),
python-nose,
python-pycodestyle,
- python-pyflakes (>= 0.8.1),
+ python-pyflakes (>= 1.5.0),
python-pytest,
python-pytest-runner,
python-setuptools,
python3-all,
- python3-mccabe (>= 0.5.0),
+ python3-mccabe (>= 0.6.0),
python3-mock (>= 2.0.0),
python3-nose,
python3-pycodestyle,
- python3-pyflakes (>= 0.8.1),
+ python3-pyflakes (>= 1.5.0),
python3-pytest,
python3-pytest-runner,
python3-setuptools,
@@ -54,8 +54,8 @@ Description: code checker using pycodestyle and pyflakes
Package: python-flake8
Architecture: all
-Depends: python-mccabe (>= 0.5.0),
- python-pyflakes (>= 0.8.1),
+Depends: python-mccabe (>= 0.6.0),
+ python-pyflakes (>= 1.5.0),
python-setuptools,
${misc:Depends},
${python:Depends},
@@ -70,7 +70,9 @@ Description: code checker using pycodestyle and pyflakes - Python 2.x
Package: python3-flake8
Architecture: all
-Depends: python3-setuptools,
+Depends: python3-mccabe (>= 0.6.0),
+ python3-pyflakes (>= 1.5.0),
+ python3-setuptools,
${misc:Depends},
${python3:Depends},
Description: code checker using pycodestyle and pyflakes - Python 3.x
--
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