mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
python-urllib3: update to 2.5.0
Changelogs can be found in https://github.com/urllib3/urllib3/releases. Signed-off-by: Wei-Ting Yang <williamatcg@gmail.com>
This commit is contained in:
committed by
Josef Schlehofer
parent
7289cb0119
commit
c6ba0ce292
@@ -8,7 +8,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-urllib3
|
||||
PKG_VERSION:=2.0.7
|
||||
PKG_VERSION:=2.5.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>
|
||||
@@ -17,10 +17,16 @@ PKG_LICENSE_FILES:=LICENSE.txt
|
||||
PKG_CPE_ID:=cpe:/a:python:urllib3
|
||||
|
||||
PYPI_NAME:=urllib3
|
||||
PKG_HASH:=c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84
|
||||
PKG_HASH:=3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760
|
||||
|
||||
PKG_BUILD_DEPENDS:=python-hatchling/host
|
||||
HOST_BUILD_DEPENDS:=python-hatchling/host
|
||||
PKG_BUILD_DEPENDS:= \
|
||||
python-hatch-vcs/host \
|
||||
python-hatchling/host \
|
||||
python-setuptools-scm/host
|
||||
HOST_BUILD_DEPENDS:= \
|
||||
python-hatch-vcs/host \
|
||||
python-hatchling/host \
|
||||
python-setuptools-scm/host
|
||||
|
||||
include ../pypi.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
Reference in New Issue
Block a user