python-aiohttp: update to version 3.7.4post0 16542/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Mon, 6 Sep 2021 13:58:38 +0000 (15:58 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Mon, 6 Sep 2021 14:00:52 +0000 (16:00 +0200)
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 <pepe.schlehofer@gmail.com>
lang/python/python-aiohttp/Makefile

index 66205349dd6e459fd1f56ff4818dfd1d8fc6fb57..007f41b2010126c597bb0d1a8b3579814491ef0b 100644 (file)
@@ -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 <pepe.schlehofer@gmail.com>
 PKG_LICENSE:=Apache-2.0