From 9a76b31814e36df6c816137041c5f8410bce6928 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sun, 26 May 2019 23:57:01 +0200 Subject: [PATCH] python-urllib3: update to version 1.25.3 Signed-off-by: Josef Schlehofer --- lang/python/python-urllib3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-urllib3/Makefile b/lang/python/python-urllib3/Makefile index c935a5773..747501ba2 100644 --- a/lang/python/python-urllib3/Makefile +++ b/lang/python/python-urllib3/Makefile @@ -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 @@ -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)