mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/python-idna: bump to 3.11
Changes: https://github.com/kjd/idna/blob/v3.11/HISTORY.rst
LICENSE.md hash changes due to copyright year update in:
17f30a6445
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
e4ddb6a892
commit
f0a632df16
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/idna/json
|
||||
md5 28448b00665099117b6daa9887812cc4 idna-3.10.tar.gz
|
||||
sha256 12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 idna-3.10.tar.gz
|
||||
md5 9a9c33db960e0d35cc5b257c37dabeff idna-3.11.tar.gz
|
||||
sha256 795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902 idna-3.11.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 a59f0b0ef3635874109a4461ca44ff7a70d50696e814767bfaf721d4c9b0db0f LICENSE.md
|
||||
sha256 b7a336abf3b04e180ec065cdd16e705d079e1cc7a14f910aa6e9187f36b9cd87 LICENSE.md
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_IDNA_VERSION = 3.10
|
||||
PYTHON_IDNA_VERSION = 3.11
|
||||
PYTHON_IDNA_SOURCE = idna-$(PYTHON_IDNA_VERSION).tar.gz
|
||||
PYTHON_IDNA_SITE = https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d
|
||||
PYTHON_IDNA_SITE = https://files.pythonhosted.org/packages/6f/6d/0703ccc57f3a7233505399edb88de3cbd678da106337b9fcde432b65ed60
|
||||
PYTHON_IDNA_LICENSE = BSD-3-Clause
|
||||
PYTHON_IDNA_LICENSE_FILES = LICENSE.md
|
||||
PYTHON_IDNA_SETUP_TYPE = flit
|
||||
|
||||
Reference in New Issue
Block a user