aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosef Schlehofer <pepe.schlehofer@gmail.com>2019-04-25 00:06:04 +0200
committerGitHub <noreply@github.com>2019-04-25 00:06:04 +0200
commit0f21b03a46b65bf34312b064f7750f5a9e468826 (patch)
tree46db59b033c60849d9f86b643bc842f783d48ad4
parentaee8628696fbaa697a604c2895a016dde8b764c5 (diff)
parent6dcaa769d8ce8921dc3bfaf78ab9a8c1cef4a9b9 (diff)
Merge pull request #8754 from BKPepe/urllib3
python-urllib3: update to version 1.25
-rw-r--r--lang/python/python-urllib3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/python/python-urllib3/Makefile b/lang/python/python-urllib3/Makefile
index 512140e10..97fb21d8e 100644
--- a/lang/python/python-urllib3/Makefile
+++ b/lang/python/python-urllib3/Makefile
@@ -8,15 +8,16 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-urllib3
-PKG_VERSION:=1.24.2
+PKG_VERSION:=1.25
PKG_RELEASE:=1
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE.txt
+PKG_CPE_ID:=cpe:/a:urllib3_project:urllib3
PKG_SOURCE:=urllib3-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/u/urllib3
-PKG_HASH:=9a247273df709c4fedb38c711e44292304f73f39ab01beda9f6b9fc375669ac3
+PKG_HASH:=f03eeb431c77b88cf8747d47e94233a91d0e0fdae1cf09e0b21405a885700266
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-urllib3-$(PKG_VERSION)