diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2020-06-25 16:41:46 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2020-06-25 19:30:14 +0300 |
commit | c1c1d864f928fb20d70de202b6c9ee2367e50f2b (patch) | |
tree | 246944e5e8560f3ad5177058d7efc8301eb1c060 /lang/python/python-requests | |
parent | c7153f22a74b3183bd7fb575e0ae045ecf2f0fff (diff) |
python-requests: bump to version 2.24.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'lang/python/python-requests')
-rw-r--r-- | lang/python/python-requests/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-requests/Makefile b/lang/python/python-requests/Makefile index fbcd95b8e..5c412cdb2 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.23.0 -PKG_RELEASE:=2 +PKG_VERSION:=2.24.0 +PKG_RELEASE:=1 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:=b3f43d496c6daba4493e7c431722aeb7dbc6288f52a6e04e7b6023b0247817e6 +PKG_HASH:=b3559a131db72c33ee969480840fff4bb6dd111de7dd27c8ee1f820f4f00231b include ../pypi.mk include $(INCLUDE_DIR)/package.mk |