package/python-idna: bump to version 3.9

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard
2024-09-15 02:07:37 -06:00
committed by Thomas Petazzoni
parent aff91918ea
commit 1806307ce3
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/idna/json
md5 4490e5070a3dcbf1a6cd178cb523cdfb idna-3.8.tar.gz
sha256 d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603 idna-3.8.tar.gz
md5 3310aa9831d5ee7a33f3cf4bba993558 idna-3.9.tar.gz
sha256 e5c5dafde284f26e9e0f28f6ea2d6400abd5ca099864a67f576f3981c6476124 idna-3.9.tar.gz
# Locally computed sha256 checksums
sha256 a59f0b0ef3635874109a4461ca44ff7a70d50696e814767bfaf721d4c9b0db0f LICENSE.md

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_IDNA_VERSION = 3.8
PYTHON_IDNA_VERSION = 3.9
PYTHON_IDNA_SOURCE = idna-$(PYTHON_IDNA_VERSION).tar.gz
PYTHON_IDNA_SITE = https://files.pythonhosted.org/packages/e8/ac/e349c5e6d4543326c6883ee9491e3921e0d07b55fdf3cce184b40d63e72a
PYTHON_IDNA_SITE = https://files.pythonhosted.org/packages/00/6f/93e724eafe34e860d15d37a4f72a1511dd37c43a76a8671b22a15029d545
PYTHON_IDNA_LICENSE = BSD-3-Clause
PYTHON_IDNA_LICENSE_FILES = LICENSE.md
PYTHON_IDNA_SETUP_TYPE = flit