[Python-modules-commits] [python-flake8] 01/03: Remove upper constrains from upstream requirements

Ondřej Nový onovy at moszumanska.debian.org
Thu Nov 3 20:49:54 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 2e732f03667a0ee4bff1d9faf1f432cf294e0654
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 43d3a45..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.3.0
-	pycodestyle >= 2.0.0, < 2.1.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 d95530c..a5722e5 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.3.0",
-    "pycodestyle >= 2.0.0, < 2.1.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