From 4b24a4210e9b53915dfb2e5a9ce82fa3b22834e4 Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Fri, 3 Jul 2020 01:40:52 +0200 Subject: [PATCH] python-urllib3: Update to version 1.25.9 Signed-off-by: Javier Marcet --- lang/python/python-urllib3/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-urllib3/Makefile b/lang/python/python-urllib3/Makefile index e7d1aa026..d3fd4132b 100644 --- a/lang/python/python-urllib3/Makefile +++ b/lang/python/python-urllib3/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-urllib3 -PKG_VERSION:=1.25.7 -PKG_RELEASE:=2 +PKG_VERSION:=1.25.9 +PKG_RELEASE:=1 PKG_MAINTAINER:=Josef Schlehofer PKG_LICENSE:=MIT @@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=LICENSE.txt PKG_CPE_ID:=cpe:/a:urllib3_project:urllib3 PYPI_NAME:=urllib3 -PKG_HASH:=f3c5fd51747d450d4dcf6f923c81f78f811aab8205fda64b0aba34a4e48b0745 +PKG_HASH:=3018294ebefce6572a474f0604c2021e33b3fd8006ecd11d62107a5d2a963527 include ../pypi.mk include $(INCLUDE_DIR)/package.mk