summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-11-22 21:27:59 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-26 11:47:39 +0700
commit980d0b13dc17cd269b3ed634909045d04aa9b9d5 (patch)
tree072784752106e100501f5ac9693d747db85f9d9f /python
parent6e47f12b20fe67e21cd5ddbcbcdfc547cb2ae82b (diff)
downloadslackbuilds-980d0b13dc17cd269b3ed634909045d04aa9b9d5.tar.gz
slackbuilds-980d0b13dc17cd269b3ed634909045d04aa9b9d5.tar.xz
python/flake8: Updated for version 3.2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/flake8/flake8.SlackBuild2
-rw-r--r--python/flake8/flake8.info8
2 files changed, 5 insertions, 5 deletions
diff --git a/python/flake8/flake8.SlackBuild b/python/flake8/flake8.SlackBuild
index 48fbbde0ff..6fcb85e3be 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.2.0}
+VERSION=${VERSION:-3.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/flake8/flake8.info b/python/flake8/flake8.info
index 87fcd2599c..20509dd625 100644
--- a/python/flake8/flake8.info
+++ b/python/flake8/flake8.info
@@ -1,10 +1,10 @@
PRGNAM="flake8"
-VERSION="3.2.0"
+VERSION="3.2.1"
HOMEPAGE="https://gitlab.com/pycqa/flake8"
-DOWNLOAD="https://pypi.python.org/packages/ba/a5/992980fcaa280e74f80d8aa415cbe43a687b6b8a2d31280acbe2b27f1fdd/flake8-3.2.0.tar.gz"
-MD5SUM="057922e66fcfe11ae653a25c97f28efc"
+DOWNLOAD="https://pypi.python.org/packages/51/70/af1b3130cd051f2f79854b14079b3bcbad84b8bac31a7dffc63ef57f8a7a/flake8-3.2.1.tar.gz"
+MD5SUM="06b388714877a1f758434379c3a94660"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="pycodestyle pyflakes python-mccabe"
+REQUIRES="pycodestyle pyflakes python-mccabe ConfigParser enum34"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"