python-urllib3: Update to 2.0.4
The package changed to the hatchling build backend. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
parent
99d8554bcd
commit
1b2811920a
1 changed files with 4 additions and 2 deletions
|
@ -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 <pepe.schlehofer@gmail.com>
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue