[Python-modules-commits] [python-flake8] 01/01: Rebuild for jessie-backports.

Ondřej Nový onovy at moszumanska.debian.org
Sat Apr 8 14:52:12 UTC 2017


This is an automated email from the git hooks/post-receive script.

onovy pushed a commit to branch jessie-backports
in repository python-flake8.

commit f4470fba51f0543ae167e697aff24d179cbb836f
Author: Ondřej Nový <onovy at debian.org>
Date:   Sat Apr 8 16:38:28 2017 +0200

    Rebuild for jessie-backports.
    
    * Require newer version of pyflakes.
---
 debian/changelog | 7 +++++++
 debian/control   | 7 ++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 532ee18..abe3b15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-flake8 (3.2.1-1~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+  * Require newer version of pyflakes.
+
+ -- Ondřej Nový <onovy at debian.org>  Sat, 08 Apr 2017 16:16:19 +0200
+
 python-flake8 (3.2.1-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 06a1dcb..a3737e0 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 10),
                python-mock (>= 2.0.0),
                python-nose,
                python-pycodestyle,
-               python-pyflakes (>= 0.8.1),
+               python-pyflakes (>= 1.1.0-1~),
                python-pytest,
                python-pytest-runner,
                python-setuptools,
@@ -25,7 +25,7 @@ Build-Depends: debhelper (>= 10),
                python3-mock (>= 2.0.0),
                python3-nose,
                python3-pycodestyle,
-               python3-pyflakes (>= 0.8.1),
+               python3-pyflakes (>= 1.1.0-1~),
                python3-pytest,
                python3-pytest-runner,
                python3-setuptools,
@@ -55,7 +55,7 @@ Description: code checker using pycodestyle and pyflakes
 Package: python-flake8
 Architecture: all
 Depends: python-mccabe (>= 0.5.0),
-         python-pyflakes (>= 0.8.1),
+         python-pyflakes (>= 1.1.0-1~),
          python-setuptools,
          ${misc:Depends},
          ${python:Depends},
@@ -71,6 +71,7 @@ Description: code checker using pycodestyle and pyflakes - Python 2.x
 Package: python3-flake8
 Architecture: all
 Depends: python3-setuptools,
+         python3-pyflakes (>= 1.1.0-1~),
          ${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