Browse Source

python-requests: bump to version 2.24.0

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 5 years ago
committed by Hannu Nyman
parent
commit
c1c1d864f9
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      lang/python/python-requests/Makefile

+ 3
- 3
lang/python/python-requests/Makefile View File

@ -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


Loading…
Cancel
Save