summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 3b10faa9b8..2567a98816 100644
--- a/python/autopep8/autopep8.SlackBuild
+++ b/python/autopep8/autopep8.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for autopep8
-# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2016 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.2.1}
+VERSION=${VERSION:-1.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/autopep8/autopep8.info b/python/autopep8/autopep8.info
index 2141f1a695..2838d3daf3 100644
--- a/python/autopep8/autopep8.info
+++ b/python/autopep8/autopep8.info
@@ -1,8 +1,8 @@
PRGNAM="autopep8"
-VERSION="1.2.1"
+VERSION="1.2.2"
HOMEPAGE="https://github.com/hhatto/autopep8"
-DOWNLOAD="https://pypi.python.org/packages/source/a/autopep8/autopep8-1.2.1.tar.gz"
-MD5SUM="4167555f521ddd69b66f13819604f3db"
+DOWNLOAD="https://pypi.python.org/packages/source/a/autopep8/autopep8-1.2.2.tar.gz"
+MD5SUM="3d97f9c89d14a0975bffd32a2c61c36c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pep8"