From: Ioan Bobar Date: Mon, 10 Nov 2025 08:15:29 +0000 (+0200) Subject: python-idna: bump to version 3.11 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=00204af37d59a98eb1a69771653fcd8563f0db54;p=feed%2Fpackages.git python-idna: bump to version 3.11 bump to version 3.11 Signed-off-by: Ioan Bobar --- diff --git a/lang/python/python-idna/Makefile b/lang/python/python-idna/Makefile index 7d6c1234e6..930989163a 100644 --- a/lang/python/python-idna/Makefile +++ b/lang/python/python-idna/Makefile @@ -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 -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