From: Jeffery To Date: Tue, 29 Aug 2023 03:46:35 +0000 (+0800) Subject: python-urllib3: Update to 2.0.4 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1b2811920a5c6b02963a449bed51fb7b92d01fcc;p=openwrt-packages.git python-urllib3: Update to 2.0.4 The package changed to the hatchling build backend. Signed-off-by: Jeffery To --- diff --git a/lang/python/python-urllib3/Makefile b/lang/python/python-urllib3/Makefile index 8812c0e43..a31cc8ffb 100644 --- a/lang/python/python-urllib3/Makefile +++ b/lang/python/python-urllib3/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-urllib3 -PKG_VERSION:=1.25.11 +PKG_VERSION:=2.0.4 PKG_RELEASE:=1 PKG_MAINTAINER:=Josef Schlehofer @@ -17,7 +17,9 @@ PKG_LICENSE_FILES:=LICENSE.txt PKG_CPE_ID:=cpe:/a:urllib3_project:urllib3 PYPI_NAME:=urllib3 -PKG_HASH:=8d7eaa5a82a1cac232164990f04874c594c9453ec55eef02eab885aa02fc17a2 +PKG_HASH:=8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11 + +PKG_BUILD_DEPENDS:=python-hatchling/host include ../pypi.mk include $(INCLUDE_DIR)/package.mk