mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/python-attrs: bump version to 25.4.0
https://www.attrs.org/en/stable/changelog.html Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
85c346bd74
commit
e9becb42c2
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/attrs/json
|
||||
md5 338069d6f69126086d589b2cb44f4c73 attrs-25.1.0.tar.gz
|
||||
sha256 1c97078a80c814273a76b2a298a932eb681c87415c11dee0a6921de7f1b02c3e attrs-25.1.0.tar.gz
|
||||
md5 6197561dfec99660529830edcfeee0ba attrs-25.4.0.tar.gz
|
||||
sha256 16d5969b87f0859ef33a48b35d55ac1be6e42ae49d5e853b597db70c35c57e11 attrs-25.4.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 882115c95dfc2af1eeb6714f8ec6d5cbcabf667caff8729f42420da63f714e9f LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ATTRS_VERSION = 25.1.0
|
||||
PYTHON_ATTRS_VERSION = 25.4.0
|
||||
PYTHON_ATTRS_SOURCE = attrs-$(PYTHON_ATTRS_VERSION).tar.gz
|
||||
PYTHON_ATTRS_SITE = https://files.pythonhosted.org/packages/49/7c/fdf464bcc51d23881d110abd74b512a42b3d5d376a55a831b44c603ae17f
|
||||
PYTHON_ATTRS_SITE = https://files.pythonhosted.org/packages/6b/5c/685e6633917e101e5dcb62b9dd76946cbb57c26e133bae9e0cd36033c0a9
|
||||
PYTHON_ATTRS_SETUP_TYPE = hatch
|
||||
PYTHON_ATTRS_LICENSE = MIT
|
||||
PYTHON_ATTRS_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user