diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-02-02 12:08:10 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-09 10:29:57 +0700 |
commit | 5b7640455fd91f77ec840f27465bddfd1199ddff (patch) | |
tree | 13c93e40a737f25b418e1fc0e8874c3739498ff8 /python/pycodestyle | |
parent | 0d8632063d9540fe72240bd8d54d938ea21148de (diff) | |
download | slackbuilds-5b7640455fd91f77ec840f27465bddfd1199ddff.tar.gz slackbuilds-5b7640455fd91f77ec840f27465bddfd1199ddff.tar.xz |
python/pycodestyle: Updated for version 2.5.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | python/pycodestyle/pycodestyle.SlackBuild | 4 | ||||
-rw-r--r-- | python/pycodestyle/pycodestyle.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pycodestyle/pycodestyle.SlackBuild b/python/pycodestyle/pycodestyle.SlackBuild index 23d2ff0ce8..619145543d 100644 --- a/python/pycodestyle/pycodestyle.SlackBuild +++ b/python/pycodestyle/pycodestyle.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pycodestyle -# Copyright 2016-2018 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2016-2019 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=pycodestyle -VERSION=${VERSION:-2.4.0} +VERSION=${VERSION:-2.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pycodestyle/pycodestyle.info b/python/pycodestyle/pycodestyle.info index d4d16f8bd0..42707f3bc4 100644 --- a/python/pycodestyle/pycodestyle.info +++ b/python/pycodestyle/pycodestyle.info @@ -1,8 +1,8 @@ PRGNAM="pycodestyle" -VERSION="2.4.0" +VERSION="2.5.0" HOMEPAGE="https://pycodestyle.readthedocs.io/en/latest/" -DOWNLOAD="https://files.pythonhosted.org/packages/28/ad/cae9654d7fd64eb3d2ab2c44c9bf8dc5bd4fb759625beab99532239aa6e8/pycodestyle-2.4.0.tar.gz" -MD5SUM="85bbebd2c90d2f833c1db467d4d0e9a3" +DOWNLOAD="https://files.pythonhosted.org/packages/1c/d1/41294da5915f4cae7f4b388cea6c2cd0d6cd53039788635f6875dfe8c72f/pycodestyle-2.5.0.tar.gz" +MD5SUM="40e7a76f364a18f531aaba11a4476e21" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |