diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2019-09-25 21:00:15 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2019-09-26 11:45:40 +0200 |
commit | da51877e7f34f16a777b8007a1041db1e38877e2 (patch) | |
tree | 65b30b9f5bff242c51f93400a3bb3916bb820e0f /lang/python/python-urllib3 | |
parent | 6ed8abd958fd48386349f08d885366ee9041d187 (diff) |
python-urllib3: Update to version 1.25.6
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'lang/python/python-urllib3')
-rw-r--r-- | lang/python/python-urllib3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-urllib3/Makefile b/lang/python/python-urllib3/Makefile index 747501ba2..9d1c60f75 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.3 +PKG_VERSION:=1.25.6 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:=dbe59173209418ae49d485b87d1681aefa36252ee85884c31346debd19463232 +PKG_HASH:=9a107b99a5393caf59c7aa3c1249c16e6879447533d0887f4336dde834c7be86 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-urllib3-$(PKG_VERSION) |