diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-12-11 16:37:54 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-17 09:13:52 +0700 |
commit | 715f3e2737b3b1689b053307ad26952f108f6cc7 (patch) | |
tree | d171bf74cf6e28cbea8a7d00758502ac064af834 /python/pycodestyle | |
parent | af91eafb570e523c7f462d59f05f5d5ef357bbd4 (diff) |
python/pycodestyle: Updated for version 2.10.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pycodestyle')
-rw-r--r-- | python/pycodestyle/pycodestyle.SlackBuild | 2 | ||||
-rw-r--r-- | python/pycodestyle/pycodestyle.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/pycodestyle/pycodestyle.SlackBuild b/python/pycodestyle/pycodestyle.SlackBuild index 633fd9e66fac..6d3c91509e6a 100644 --- a/python/pycodestyle/pycodestyle.SlackBuild +++ b/python/pycodestyle/pycodestyle.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pycodestyle -VERSION=${VERSION:-2.8.0} +VERSION=${VERSION:-2.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/pycodestyle/pycodestyle.info b/python/pycodestyle/pycodestyle.info index 02db43fd6e73..e3d02a4b65c8 100644 --- a/python/pycodestyle/pycodestyle.info +++ b/python/pycodestyle/pycodestyle.info @@ -1,8 +1,8 @@ PRGNAM="pycodestyle" -VERSION="2.8.0" +VERSION="2.10.0" HOMEPAGE="https://pycodestyle.readthedocs.io/en/latest/" -DOWNLOAD="https://files.pythonhosted.org/packages/08/dc/b29daf0a202b03f57c19e7295b60d1d5e1281c45a6f5f573e41830819918/pycodestyle-2.8.0.tar.gz" -MD5SUM="7f4f7cc6634e9388a8bbd35f92e66a6b" +DOWNLOAD="https://files.pythonhosted.org/packages/06/6b/5ca0d12ef7dcf7d20dfa35287d02297f3e0f9e515da5183654c03a9636ce/pycodestyle-2.10.0.tar.gz" +MD5SUM="b7325c5483f38d6d1f61f6b8fe772f39" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |