package/python-attrs: bump to version 23.2.0

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
James Hilliard 2024-01-08 00:03:10 -07:00 committed by Arnout Vandecappelle
parent cd5546c046
commit 7dd37e7538
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/attrs/json
md5 6623fed7ffa22261ba25fccaf4d99539 attrs-23.1.0.tar.gz
sha256 6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015 attrs-23.1.0.tar.gz
md5 60588a146fb413a997c7519d77198a5e attrs-23.2.0.tar.gz
sha256 935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30 attrs-23.2.0.tar.gz
# Locally computed sha256 checksums
sha256 882115c95dfc2af1eeb6714f8ec6d5cbcabf667caff8729f42420da63f714e9f LICENSE

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_ATTRS_VERSION = 23.1.0
PYTHON_ATTRS_VERSION = 23.2.0
PYTHON_ATTRS_SOURCE = attrs-$(PYTHON_ATTRS_VERSION).tar.gz
PYTHON_ATTRS_SITE = https://files.pythonhosted.org/packages/97/90/81f95d5f705be17872843536b1868f351805acf6971251ff07c1b8334dbb
PYTHON_ATTRS_SITE = https://files.pythonhosted.org/packages/e3/fc/f800d51204003fa8ae392c4e8278f256206e7a919b708eef054f5f4b650d
PYTHON_ATTRS_SETUP_TYPE = pep517
PYTHON_ATTRS_LICENSE = MIT
PYTHON_ATTRS_LICENSE_FILES = LICENSE