[Python-modules-commits] [python-flake8] 03/07: Allow for pyflakes 1.1 (in Debian).

Barry Warsaw barry at moszumanska.debian.org
Mon Mar 14 17:42:57 UTC 2016


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

barry pushed a commit to branch master
in repository python-flake8.

commit 6a07111fc618895106c5fb0bf0472b172e9acb01
Author: Barry Warsaw <barry at python.org>
Date:   Mon Mar 14 13:32:56 2016 -0400

    Allow for pyflakes 1.1 (in Debian).
    
    Patch-Name: update-pyflakes-version.patch
---
 flake8.egg-info/requires.txt | 2 +-
 setup.py                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/flake8.egg-info/requires.txt b/flake8.egg-info/requires.txt
index 766bfe7..e72aaf1 100644
--- a/flake8.egg-info/requires.txt
+++ b/flake8.egg-info/requires.txt
@@ -1,3 +1,3 @@
-pyflakes >= 0.8.1, < 1.1
+pyflakes >= 0.8.1, < 1.2
 pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2
 mccabe >= 0.2.1, < 0.5
diff --git a/setup.py b/setup.py
index fab5e86..40372e3 100644
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ setup(
     url="https://gitlab.com/pycqa/flake8",
     packages=["flake8", "flake8.tests"],
     install_requires=[
-        "pyflakes >= 0.8.1, < 1.1",
+        "pyflakes >= 0.8.1, < 1.2",
         "pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2",
         "mccabe >= 0.2.1, < 0.5",
     ],

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