summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Dimitris Zlatanidis2018-04-01 10:12:17 +0200
committer Willy Sudiarto Raharjo2018-04-07 03:13:18 +0200
commit310e521f4dab2618679853e7af54a3aedcfb62b0 (patch)
tree8cb376775e8a47ec16779ea2ed5951724753b866 /python
parent20d910b47e561cf3b73c75911e40183be6fd986d (diff)
downloadold.slackbuilds-310e521f4dab2618679853e7af54a3aedcfb62b0.tar.gz
python/autopep8: Updated for version 1.3.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/autopep8/autopep8.SlackBuild4
-rw-r--r--python/autopep8/autopep8.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/autopep8/autopep8.SlackBuild b/python/autopep8/autopep8.SlackBuild
index 774ae35d65..5c57570429 100644
--- a/python/autopep8/autopep8.SlackBuild
+++ b/python/autopep8/autopep8.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for autopep8
-# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=autopep8
-VERSION=${VERSION:-1.3.2}
+VERSION=${VERSION:-1.3.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/autopep8/autopep8.info b/python/autopep8/autopep8.info
index 23efb65395..d6082fc4bc 100644
--- a/python/autopep8/autopep8.info
+++ b/python/autopep8/autopep8.info
@@ -1,8 +1,8 @@
PRGNAM="autopep8"
-VERSION="1.3.2"
+VERSION="1.3.5"
HOMEPAGE="https://github.com/hhatto/autopep8"
-DOWNLOAD="https://pypi.python.org/packages/0a/fc/c541b2fa1b244e0484216076b95468dc011ae90016b8f37333a24a11e468/autopep8-1.3.2.tar.gz"
-MD5SUM="5aa2ab9ff4ac0f9ac143229f7c3fed7b"
+DOWNLOAD="https://pypi.python.org/packages/b7/0c/20cf0a438d5273bfd2d607ada3a7a782845ab3776c1c83c1d3baca05535e/autopep8-1.3.5.tar.gz"
+MD5SUM="9d0dfe251d003edb8f6a95dc4929b7b7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pycodestyle"