From 2c1fd3e5e2ee63a80b979816e88d5e993d62f555 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Mon, 6 Sep 2021 15:58:38 +0200 Subject: [PATCH] python-aiohttp: update to version 3.7.4post0 Changelog: - Bumped upper bound of the chardet runtime dependency to allow their v4.0 version stream. From https://github.com/aio-libs/aiohttp/blob/a1158c5389854f9885c30e08b0020e2d7d8a290f/CHANGES.rst Signed-off-by: Josef Schlehofer --- lang/python/python-aiohttp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-aiohttp/Makefile b/lang/python/python-aiohttp/Makefile index 66205349dd..007f41b201 100644 --- a/lang/python/python-aiohttp/Makefile +++ b/lang/python/python-aiohttp/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aiohttp -PKG_VERSION:=3.7.4 +PKG_VERSION:=3.7.4.post0 PKG_RELEASE:=1 PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=5d84ecc73141d0a0d61ece0742bb7ff5751b0657dab8405f899d3ceb104cc7de +PKG_HASH:=493d3299ebe5f5a7c66b9819eacdcfbbaaf1a8e84911ddffcdc48888497afecf PKG_MAINTAINER:=Josef Schlehofer PKG_LICENSE:=Apache-2.0