python/python3-cattrs: Updated for version 24.1.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-11-19 19:03:09 -07:00 committed by Willy Sudiarto Raharjo
parent f77b9c535d
commit 5d87a46fb4
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-cattrs
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-24.1.1}
VERSION=${VERSION:-24.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-cattrs"
VERSION="24.1.1"
VERSION="24.1.2"
HOMEPAGE="https://github.com/python-attrs/cattrs"
DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cattrs/cattrs-24.1.1.tar.gz"
MD5SUM="b57bb90e1360322c078ba368adfcc68b"
DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cattrs/cattrs-24.1.2.tar.gz"
MD5SUM="7d8d5e75cdf166ffc4ea6aadad70235e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-typing-extensions python3-attrs python3-exceptiongroup"