python-urllib3: update to version 1.25.3 9087/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 26 May 2019 21:57:01 +0000 (23:57 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 26 May 2019 21:57:01 +0000 (23:57 +0200)
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
lang/python/python-urllib3/Makefile

index c935a577371165344407d49f74f9ccfee4b8a3dc..747501ba21016bce525c6907ebd7da80820d785d 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-urllib3
-PKG_VERSION:=1.25.2
+PKG_VERSION:=1.25.3
 PKG_RELEASE:=1
 
 PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>
@@ -18,7 +18,7 @@ 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:=a53063d8b9210a7bdec15e7b272776b9d42b2fd6816401a0d43006ad2f9902db
+PKG_HASH:=dbe59173209418ae49d485b87d1681aefa36252ee85884c31346debd19463232
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-urllib3-$(PKG_VERSION)