aboutsummaryrefslogtreecommitdiff
path: root/python/python3-attrs/python3-attrs.SlackBuild
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2025-05-31 07:34:28 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-06-07 12:27:13 +0700
commit34eef4a94df4c1fd2b6104df43df4d9a63496b92 (patch)
tree16e9c4bdbf9eb557ca953efcc165dbc045d2cb1a /python/python3-attrs/python3-attrs.SlackBuild
parentac80dda57c5cc7df35630e199ab2e7571d71bfd1 (diff)
python/python3-attrs: Updated for version 25.3.0.
Updating in place of maintainer not being currently active. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-attrs/python3-attrs.SlackBuild')
-rw-r--r--python/python3-attrs/python3-attrs.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python3-attrs/python3-attrs.SlackBuild b/python/python3-attrs/python3-attrs.SlackBuild
index 19b1724551..797c54e9dc 100644
--- a/python/python3-attrs/python3-attrs.SlackBuild
+++ b/python/python3-attrs/python3-attrs.SlackBuild
@@ -23,12 +23,13 @@
# 20220512 46and2: Updated version fixes issue with python3-klein.
# 20240109 46and2: Updated version, changed to pep517 build.
+# 20250531 46and2: Updated version.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-attrs
SRCNAM=attrs
-VERSION=${VERSION:-23.2.0}
+VERSION=${VERSION:-25.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}