[Python-modules-commits] [python-flake8] 02/05: Remove upper constrains from upstream requirements
Ondřej Nový
onovy at moszumanska.debian.org
Fri Nov 25 19:10:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to tag debian/3.2.1-1
in repository python-flake8.
commit 8e6ad774b40ba028765fdf29abe27e8809d5c40f
Author: Ondřej Nový <onovy at debian.org>
Date: Thu Nov 3 21:43:46 2016 +0100
Remove upper constrains from upstream requirements
---
setup.cfg | 6 +++---
setup.py | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/setup.cfg b/setup.cfg
index 9c4111e..c3d8925 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,9 +8,9 @@ universal = 1
requires-dist =
enum34; python_version<"3.4"
configparser; python_version<"3.2"
- pyflakes >= 0.8.1, != 1.2.0, != 1.2.1, != 1.2.2, < 1.4.0
- pycodestyle >= 2.0.0, < 2.3.0
- mccabe >= 0.5.0, < 0.6.0
+ pyflakes >= 0.8.1, != 1.2.0, != 1.2.1, != 1.2.2
+ pycodestyle >= 2.0.0
+ mccabe >= 0.5.0
[egg_info]
tag_build =
diff --git a/setup.py b/setup.py
index dc346e1..5642186 100644
--- a/setup.py
+++ b/setup.py
@@ -15,9 +15,9 @@ import flake8
tests_require = ['mock', 'pytest']
requires = [
- "pyflakes >= 0.8.1, != 1.2.0, != 1.2.1, != 1.2.2, < 1.4.0",
- "pycodestyle >= 2.0.0, < 2.3.0",
- "mccabe >= 0.5.0, < 0.6.0",
+ "pyflakes >= 0.8.1, != 1.2.0, != 1.2.1, != 1.2.2",
+ "pycodestyle >= 2.0.0",
+ "mccabe >= 0.5.0",
]
if sys.version_info < (3, 4):
--
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