diff options
Diffstat (limited to 'python/pep8')
-rw-r--r-- | python/pep8/pep8.SlackBuild | 4 | ||||
-rw-r--r-- | python/pep8/pep8.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pep8/pep8.SlackBuild b/python/pep8/pep8.SlackBuild index 55f71cb83b..029745e7f6 100644 --- a/python/pep8/pep8.SlackBuild +++ b/python/pep8/pep8.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pep8 -# Copyright 2012-2013 Audrius Kažukauskas <audrius@neutrino.lt> +# Copyright 2012-2014 Audrius Kažukauskas <audrius@neutrino.lt> # 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=pep8 -VERSION=${VERSION:-1.4.6} +VERSION=${VERSION:-1.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pep8/pep8.info b/python/pep8/pep8.info index ef25698f17..3c14efa912 100644 --- a/python/pep8/pep8.info +++ b/python/pep8/pep8.info @@ -1,8 +1,8 @@ PRGNAM="pep8" -VERSION="1.4.6" +VERSION="1.5.1" HOMEPAGE="https://pep8.readthedocs.org/" -DOWNLOAD="https://pypi.python.org/packages/source/p/pep8/pep8-1.4.6.tar.gz" -MD5SUM="a03bb494859e87b42601b61b1b043a0c" +DOWNLOAD="https://pypi.python.org/packages/source/p/pep8/pep8-1.5.1.tar.gz" +MD5SUM="cc676d057449bf2a4fcd347a51d36444" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" |