aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Ardelean <ardeleanalex@gmail.com>2020-12-21 09:43:49 +0200
committerAlexandru Ardelean <ardeleanalex@gmail.com>2020-12-21 09:43:49 +0200
commit1b17319051e5a9c77323d361cef7338db629d0d2 (patch)
treec72cb434e659f3b39b7268dfae10b3ff3a1e3fbf
parent36944fc7ae9521ba0643a9ace676ee64e81b81fa (diff)
python-requests: bump to version 2.25.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
-rw-r--r--lang/python/python-requests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-requests/Makefile b/lang/python/python-requests/Makefile
index c48265d69..3ea0ef2d4 100644
--- a/lang/python/python-requests/Makefile
+++ b/lang/python/python-requests/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-requests
-PKG_VERSION:=2.25.0
+PKG_VERSION:=2.25.1
PKG_RELEASE:=1
PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>, Alexandru Ardelean <ardeleanalex@gmail.com>
@@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=LICENSE
PKG_CPE_ID:=cpe:/a:python-requests:requests
PYPI_NAME:=requests
-PKG_HASH:=7f1a0b932f4a60a1a65caa4263921bb7d9ee911957e0ae4a23a6dd08185ad5f8
+PKG_HASH:=27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk