python-idna: bump to version 3.11
authorIoan Bobar <[email protected]>
Mon, 10 Nov 2025 08:15:29 +0000 (10:15 +0200)
committerAlexandru Ardelean <[email protected]>
Wed, 26 Nov 2025 12:51:45 +0000 (14:51 +0200)
bump to version 3.11

Signed-off-by: Ioan Bobar <[email protected]>
lang/python/python-idna/Makefile

index 7d6c1234e6b9cbed84666ef1de426822c739e112..930989163a4d8179111539b1919b0249bd7dad59 100644 (file)
@@ -8,18 +8,26 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-idna
-PKG_VERSION:=3.6
-PKG_RELEASE:=2
+PKG_VERSION:=3.11
+PKG_RELEASE:=1
 
 PYPI_NAME:=idna
-PKG_HASH:=9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca
+PKG_HASH:=795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902
 
 PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=LICENSE.md
 PKG_MAINTAINER:=Jeffery To <[email protected]>
 
-PKG_BUILD_DEPENDS:=python-flit-core/host
-HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-flit-core/host
+PKG_BUILD_DEPENDS:= \
+       python3/host \
+       python-setuptools/host \
+       python-flit-core/host
+HOST_BUILD_DEPENDS:= \
+       python3/host \
+       python-setuptools/host \
+       python-build/host \
+       python-installer/host \
+       python-flit-core/host
 
 include ../pypi.mk
 include $(INCLUDE_DIR)/package.mk