From: Alexandru Ardelean Date: Sat, 21 Jan 2023 19:45:41 +0000 (+0100) Subject: python-requests: bump to version 2.28.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1f1bd5ade9f32da7c535fe94385b3b6543e7ca9d;p=openwrt-packages.git python-requests: bump to version 2.28.2 Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-requests/Makefile b/lang/python/python-requests/Makefile index 163c49831..c375c1cd6 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.28.1 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=2.28.2 +PKG_RELEASE:=1 PKG_MAINTAINER:=Josef Schlehofer , Alexandru Ardelean 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:=7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983 +PKG_HASH:=98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf include ../pypi.mk include $(INCLUDE_DIR)/package.mk