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

Ondrej Novy onovy at debian.org
Sat Dec 9 23:33:58 UTC 2017


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

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

commit 9e609af6caea5996d6b0f7e5a6b9872dc18b3800
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 d1c2524..913fd74 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 >= 1.5.0, < 1.7.0
-	pycodestyle >= 2.0.0, < 2.4.0
-	mccabe >= 0.6.0, < 0.7.0
+	pyflakes >= 1.5.0
+	pycodestyle >= 2.0.0
+	mccabe >= 0.6.0
 
 [egg_info]
 tag_build = 
diff --git a/setup.py b/setup.py
index aa45e43..fe0cabb 100644
--- a/setup.py
+++ b/setup.py
@@ -21,9 +21,9 @@ requires = [
     # http://flake8.pycqa.org/en/latest/faq.html#why-does-flake8-use-ranges-for-its-dependencies
     # And in which releases we will update those ranges here:
     # http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
-    "pyflakes >= 1.5.0, < 1.7.0",
-    "pycodestyle >= 2.0.0, < 2.4.0",
-    "mccabe >= 0.6.0, < 0.7.0",
+    "pyflakes >= 1.5.0",
+    "pycodestyle >= 2.0.0",
+    "mccabe >= 0.6.0",
     "setuptools >= 30",
 ]
 

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