[Python-modules-commits] [python-flake8] 01/03: Allow for pyflakes 1.2.x (in Debian)
Barry Warsaw
barry at moszumanska.debian.org
Fri May 13 18:47:34 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 92b64a0f0c7ef81e48dad173534273c0c1eaafce
Author: Barry Warsaw <barry at python.org>
Date: Mon Mar 14 13:32:56 2016 -0400
Allow for pyflakes 1.2.x (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..7469a85 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.3
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..8ea54bb 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.3",
"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