summaryrefslogtreecommitdiffstats
path: root/python/flake8
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-07-31 14:42:32 +0300
committer David Spencer <idlemoor@slackbuilds.org>2016-08-05 18:10:49 +0100
commit10b25774d46f2080f0c024dca0976919749e3ea5 (patch)
tree8c4044c0dfa040845c892b3c8feee00418b81a48 /python/flake8
parent1c6406ab76f60b59e848af0fafdb1c4dc75e5bcc (diff)
downloadslackbuilds-10b25774d46f2080f0c024dca0976919749e3ea5.tar.gz
slackbuilds-10b25774d46f2080f0c024dca0976919749e3ea5.tar.xz
python/flake8: Updated for version 3.0.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/flake8')
-rw-r--r--python/flake8/flake8.SlackBuild2
-rw-r--r--python/flake8/flake8.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/flake8/flake8.SlackBuild b/python/flake8/flake8.SlackBuild
index 4888d6df2c..07c8730dd9 100644
--- a/python/flake8/flake8.SlackBuild
+++ b/python/flake8/flake8.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=flake8
-VERSION=${VERSION:-3.0.2}
+VERSION=${VERSION:-3.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/flake8/flake8.info b/python/flake8/flake8.info
index b1c2654292..8634071141 100644
--- a/python/flake8/flake8.info
+++ b/python/flake8/flake8.info
@@ -1,8 +1,8 @@
PRGNAM="flake8"
-VERSION="3.0.2"
+VERSION="3.0.3"
HOMEPAGE="https://gitlab.com/pycqa/flake8"
-DOWNLOAD="https://pypi.python.org/packages/78/02/11d818facb72952e07e50a87aa5fccb36884c0f350a6f9121e2ffbf1fa4a/flake8-3.0.2.tar.gz"
-MD5SUM="3074789ea43c6e75e1c9f671d0376a4e"
+DOWNLOAD="https://pypi.python.org/packages/e2/dd/cf299399dec65eed186509d625760195938e83d3bcf78f47d443d58aff7d/flake8-3.0.3.tar.gz"
+MD5SUM="c99edfaf43d44ad6be88e246d73c2bd6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pycodestyle pyflakes python-mccabe"