mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 13:18:36 -09:00
package/python-attrs: bump version to 26.1.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
11e5013d97
commit
e2db3fda4c
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/attrs/json
|
||||
md5 6197561dfec99660529830edcfeee0ba attrs-25.4.0.tar.gz
|
||||
sha256 16d5969b87f0859ef33a48b35d55ac1be6e42ae49d5e853b597db70c35c57e11 attrs-25.4.0.tar.gz
|
||||
md5 633953d1aa39cfa76c733a20fdd9c196 attrs-26.1.0.tar.gz
|
||||
sha256 d03ceb89cb322a8fd706d4fb91940737b6642aa36998fe130a9bc96c985eff32 attrs-26.1.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 882115c95dfc2af1eeb6714f8ec6d5cbcabf667caff8729f42420da63f714e9f LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ATTRS_VERSION = 25.4.0
|
||||
PYTHON_ATTRS_VERSION = 26.1.0
|
||||
PYTHON_ATTRS_SOURCE = attrs-$(PYTHON_ATTRS_VERSION).tar.gz
|
||||
PYTHON_ATTRS_SITE = https://files.pythonhosted.org/packages/6b/5c/685e6633917e101e5dcb62b9dd76946cbb57c26e133bae9e0cd36033c0a9
|
||||
PYTHON_ATTRS_SITE = https://files.pythonhosted.org/packages/9a/8e/82a0fe20a541c03148528be8cac2408564a6c9a0cc7e9171802bc1d26985
|
||||
PYTHON_ATTRS_SETUP_TYPE = hatch
|
||||
PYTHON_ATTRS_LICENSE = MIT
|
||||
PYTHON_ATTRS_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user