diff --git a/files/0001-Fix-build-files.patch b/files/0001-Fix-build-files.patch --- a/files/0001-Fix-build-files.patch +++ b/files/0001-Fix-build-files.patch @@ -1,40 +1,42 @@ -From fc46be18ab9812f6b0f0b4f1c80ef083bc87ee49 Mon Sep 17 00:00:00 2001 -From: "F. von Gellhorn" -Date: Tue, 29 Jan 2019 11:11:30 +0100 -Subject: [PATCH 1/1] Fix build files +From 1b81680a1eb82b1498856253d9fb92e180a83ac9 Mon Sep 17 00:00:00 2001 +From: rabinadk1 +Date: Mon, 27 May 2019 11:47:03 +0545 +Subject: [PATCH] Fixed build files --- - setup.cfg | 2 +- - setup.py | 2 +- + setup.cfg | 4 ++-- + setup.py | 4 ++-- src/flake8/plugins/pyflakes.py | 10 ++++++++-- - 3 files changed, 10 insertions(+), 4 deletions(-) + 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/setup.cfg b/setup.cfg -index 72d040f..7159214 100644 +index ac876f0..b33a185 100644 --- a/setup.cfg +++ b/setup.cfg -@@ -9,7 +9,7 @@ license_file = LICENSE - requires-dist = - enum34; python_version<"3.4" - configparser; python_version<"3.2" -- pyflakes >= 2.0.0, < 2.1.0 -+ pyflakes >= 2.0.0, < 2.2.0 - pycodestyle >= 2.4.0, < 2.5.0 - mccabe >= 0.6.0, < 0.7.0 - +@@ -13,6 +13,6 @@ license_file = LICENSE + requires-dist = + enum34; python_version<"3.4" + configparser; python_version<"3.2" +- pyflakes >= 2.0.0, < 2.1.0 +- pycodestyle >= 2.4.0, < 2.5.0 ++ pyflakes >= 2.0.0, < 2.2.0 ++ pycodestyle >= 2.4.0, <= 2.6.0 + mccabe >= 0.6.0, < 0.7.0 diff --git a/setup.py b/setup.py -index e2adfbf..2340857 100644 +index e2adfbf..04ee366 100644 --- a/setup.py +++ b/setup.py -@@ -21,7 +21,7 @@ requires = [ +@@ -21,8 +21,8 @@ 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 >= 2.0.0, < 2.1.0", +- "pycodestyle >= 2.4.0, < 2.5.0", + "pyflakes >= 2.0.0, < 2.2.0", - "pycodestyle >= 2.4.0, < 2.5.0", ++ "pycodestyle >= 2.4.0, <= 2.6.0", "mccabe >= 0.6.0, < 0.7.0", "setuptools >= 30", + ] diff --git a/src/flake8/plugins/pyflakes.py b/src/flake8/plugins/pyflakes.py index e2ef2c3..4435380 100644 --- a/src/flake8/plugins/pyflakes.py @@ -78,5 +80,5 @@ @classmethod -- -2.20.1 +2.21.0 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : flake8 version : 3.6.0 -release : 6 +release : 7 source : - - https://files.pythonhosted.org/packages/source/f/flake8/flake8-3.6.0.tar.gz : 6a35f5b8761f45c5513e3405f110a86bea57982c3b75b766ce7b65217abe1670 + - https://github.com/PyCQA/flake8/archive/3.6.0.tar.gz : c82a8b59c99e9c7862231b5739e8b1ceef6303cc1199bf508de654ad7a482ea8 license : MIT component : programming.python summary : Python Code Format Checking diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,15 +2,15 @@ flake8 - F. von Gellhorn - flinux@vongellhorn.ch + Rabin Adhikari + rabin.adk1@gmail.com MIT programming.python Python Code Format Checking flake8 is a python tool that glues together pep8, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code. - https://solus-project.com/sources/README.Solus + https://getsol.us/sources/README.Solus flake8 @@ -164,12 +164,12 @@ - - 2019-01-29 + + 2019-05-27 3.6.0 Packaging update - F. von Gellhorn - flinux@vongellhorn.ch + Rabin Adhikari + rabin.adk1@gmail.com \ No newline at end of file