aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Ardelean <ardeleanalex@gmail.com>2022-07-04 12:59:12 +0300
committerRosen Penev <rosenp@gmail.com>2022-07-07 10:35:14 -0700
commit884ac1e35be5d5512ca77fd8d97600c79586813e (patch)
tree1dce232677925d2e066380373debdc01595a67d6
parent44e880df4bf298dfd65bd8e0b4038beca42defc3 (diff)
python-requests: bump to version 2.28.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
-rw-r--r--lang/python/python-requests/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-requests/Makefile b/lang/python/python-requests/Makefile
index 5853897be..9fffa277f 100644
--- a/lang/python/python-requests/Makefile
+++ b/lang/python/python-requests/Makefile
@@ -8,8 +8,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-requests
-PKG_VERSION:=2.26.0
-PKG_RELEASE:=1
+PKG_VERSION:=2.28.1
+PKG_RELEASE:=$(AUTORELEASE)
PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>, Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE:=Apache-2.0
@@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=LICENSE
PKG_CPE_ID:=cpe:/a:python-requests:requests
PYPI_NAME:=requests
-PKG_HASH:=b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7
+PKG_HASH:=7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk