From b836a2efb7e74ea55cc499e9a9fb8f42bd4f6665 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 14 Nov 2018 09:52:33 -0800 Subject: [PATCH] python-requests: Update to 2.20.1 Signed-off-by: Rosen Penev --- lang/python/python-requests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-requests/Makefile b/lang/python/python-requests/Makefile index 3397a779f..0ce0e4d63 100644 --- a/lang/python/python-requests/Makefile +++ b/lang/python/python-requests/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-requests -PKG_VERSION:=2.20.0 +PKG_VERSION:=2.20.1 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_SOURCE:=requests-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/r/requests -PKG_HASH:=99dcfdaaeb17caf6e526f32b6a7b780461512ab3f1d992187801694cba42770c +PKG_HASH:=ea881206e59f41dbd0bd445437d792e43906703fff75ca8ff43ccdb11f33f263 PKG_BUILD_DIR:=$(BUILD_DIR)/requests-$(PKG_VERSION) PKG_CPE_ID:=cpe:/a:python-requests:requests