aboutsummaryrefslogtreecommitdiff
path: root/python/pycodestyle/pycodestyle.SlackBuild
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2025-04-26 18:55:53 +0300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-05-03 09:37:17 +0700
commitc46043bec5acfa87181c6d36906005a9afc82c01 (patch)
treecf01f0e223c077c9b054e9087b463803b554bc90 /python/pycodestyle/pycodestyle.SlackBuild
parentd39dc1fe4f80e11cc65c21806877a6a1aca26254 (diff)
python/pycodestyle: Updated for version 2.13.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pycodestyle/pycodestyle.SlackBuild')
-rw-r--r--python/pycodestyle/pycodestyle.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pycodestyle/pycodestyle.SlackBuild b/python/pycodestyle/pycodestyle.SlackBuild
index b55bfe132c..b23988c4c1 100644
--- a/python/pycodestyle/pycodestyle.SlackBuild
+++ b/python/pycodestyle/pycodestyle.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pycodestyle
-# Copyright 2016-2024 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2016-2025 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pycodestyle
-VERSION=${VERSION:-2.11.1}
+VERSION=${VERSION:-2.13.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}