aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-urllib3
diff options
context:
space:
mode:
authorJosef Schlehofer <pepe.schlehofer@gmail.com>2019-04-29 21:53:04 +0200
committerJosef Schlehofer <pepe.schlehofer@gmail.com>2019-04-29 21:54:24 +0200
commit624699413039f0e38b2c3278554211ca0a76f728 (patch)
treede763f4632cc326d2fcc2ba12dc77e8746be277f /lang/python/python-urllib3
parent0f21b03a46b65bf34312b064f7750f5a9e468826 (diff)
python-urllib3: update to version 1.25.2
Add me as maintainer Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'lang/python/python-urllib3')
-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 97fb21d8e..c935a5773 100644
--- a/lang/python/python-urllib3/Makefile
+++ b/lang/python/python-urllib3/Makefile
@@ -8,16 +8,17 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-urllib3
-PKG_VERSION:=1.25
+PKG_VERSION:=1.25.2
PKG_RELEASE:=1
+PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>
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:=f03eeb431c77b88cf8747d47e94233a91d0e0fdae1cf09e0b21405a885700266
+PKG_HASH:=a53063d8b9210a7bdec15e7b272776b9d42b2fd6816401a0d43006ad2f9902db
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-urllib3-$(PKG_VERSION)