diff options
author | 2025-05-31 07:34:28 -0600 | |
---|---|---|
committer | 2025-06-07 12:27:13 +0700 | |
commit | 34eef4a94df4c1fd2b6104df43df4d9a63496b92 (patch) | |
tree | 16e9c4bdbf9eb557ca953efcc165dbc045d2cb1a /python | |
parent | ac80dda57c5cc7df35630e199ab2e7571d71bfd1 (diff) | |
download | slackbuilds-34eef4a94df4c1fd2b6104df43df4d9a63496b92.tar.gz slackbuilds-34eef4a94df4c1fd2b6104df43df4d9a63496b92.tar.xz |
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')
-rw-r--r-- | python/python3-attrs/python3-attrs.SlackBuild | 3 | ||||
-rw-r--r-- | python/python3-attrs/python3-attrs.info | 6 |
2 files changed, 5 insertions, 4 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} diff --git a/python/python3-attrs/python3-attrs.info b/python/python3-attrs/python3-attrs.info index 605986e38c..ce5401d0c8 100644 --- a/python/python3-attrs/python3-attrs.info +++ b/python/python3-attrs/python3-attrs.info @@ -1,8 +1,8 @@ PRGNAM="python3-attrs" -VERSION="23.2.0" +VERSION="25.3.0" HOMEPAGE="https://pypi.python.org/pypi/attrs" -DOWNLOAD="https://files.pythonhosted.org/packages/source/a/attrs/attrs-23.2.0.tar.gz" -MD5SUM="60588a146fb413a997c7519d77198a5e" +DOWNLOAD="https://files.pythonhosted.org/packages/source/a/attrs/attrs-25.3.0.tar.gz" +MD5SUM="173fe452e1fe986051d9bc194ed59525" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-hatch_fancy_pypi_readme python3-hatch_vcs" |