diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-03-01 01:13:00 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-02 19:12:05 +0700 |
commit | 39f137e7d3d9403405cacdacdf83f603831f2d08 (patch) | |
tree | 97caab2de734801000f0e861b2f879f5dc24656b /python/autopep8 | |
parent | 81a61e36d2d96f0ccbdb5bf4cdc6e63b7e9b5772 (diff) | |
download | slackbuilds-39f137e7d3d9403405cacdacdf83f603831f2d08.tar.gz |
python/autopep8: Updated for version 1.2.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/autopep8')
-rw-r--r-- | python/autopep8/autopep8.SlackBuild | 4 | ||||
-rw-r--r-- | python/autopep8/autopep8.info | 6 |
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" |