[Python-modules-commits] [python-flake8] 05/05: Rearranged B-D for new upstream version

Ondřej Nový onovy at moszumanska.debian.org
Sun Aug 7 20:27:24 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 3d105787d8aee3750accc78902e6e7b9f028dcf2
Author: Ondřej Nový <onovy at debian.org>
Date:   Sun Aug 7 22:26:37 2016 +0200

    Rearranged B-D for new upstream version
---
 debian/changelog |  1 +
 debian/control   | 10 ++++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b06e149..ac05776 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ python-flake8 (3.0.3-1) UNRELEASED; urgency=medium
   * d/{control,copyright}: Use my @debian.org email address
   * Generate changelog from docs/source/release-notes/*.rst
   * Bumped required Python version to 2.7 / 3.4
+  * Rearranged B-D for new upstream version
 
  -- Barry Warsaw <barry at debian.org>  Mon, 20 Jun 2016 12:27:19 -0400
 
diff --git a/debian/control b/debian/control
index 0ef2d03..53d59d9 100644
--- a/debian/control
+++ b/debian/control
@@ -10,18 +10,20 @@ Build-Depends: debhelper (>= 9),
                dh-python,
                pep8 (>= 1.5.7),
                python-all,
-               python-mccabe,
+               python-mccabe (>= 0.5.0),
                python-mock,
                python-nose,
-               python-pep8 (>= 1.5.7),
+               python-pycodestyle (>= 1.5.7),
                python-pyflakes (>= 0.8.1),
+               python-pytest,
                python-setuptools,
                python3-all,
-               python3-mccabe (>= 0.2.1),
+               python3-mccabe (>= 0.5.0),
                python3-mock,
                python3-nose,
-               python3-pep8 (>= 1.5.7),
+               python3-pycodestyle (>= 2.0.0),
                python3-pyflakes (>= 0.8.1),
+               python3-pytest,
                python3-setuptools
 Standards-Version: 3.9.8
 Homepage: https://gitlab.com/pycqa/flake8

-- 
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