python-aiohttp: Update 3.8.5, update dependencies
authorJeffery To <jeffery.to@gmail.com>
Thu, 20 Jul 2023 07:43:37 +0000 (15:43 +0800)
committerRosen Penev <rosenp@gmail.com>
Tue, 25 Jul 2023 05:46:12 +0000 (22:46 -0700)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/python/python-aiohttp/Makefile

index 007f41b2010126c597bb0d1a8b3579814491ef0b..e5246d2b4a219ab3d206c7f05f4d8448ca8c8af1 100644 (file)
@@ -7,16 +7,16 @@
 
 include $(TOPDIR)/rules.mk
 
-PKG_NAME:=aiohttp
-PKG_VERSION:=3.7.4.post0
+PKG_NAME:=python-aiohttp
+PKG_VERSION:=3.8.5
 PKG_RELEASE:=1
 
-PYPI_NAME:=$(PKG_NAME)
-PKG_HASH:=493d3299ebe5f5a7c66b9819eacdcfbbaaf1a8e84911ddffcdc48888497afecf
+PYPI_NAME:=aiohttp
+PKG_HASH:=b9552ec52cc147dbf1944ac7ac98af7602e51ea2dcd076ed194ca3c0d1c7d0bc
 
 PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>
 PKG_LICENSE:=Apache-2.0
-PKG_LICENSE_FILES:=LICENSE
+PKG_LICENSE_FILES:=LICENSE.txt
 PKG_CPE_ID:=cpe:/a:aio-libs_project:aiohttp
 
 include ../pypi.mk
@@ -30,17 +30,14 @@ define Package/python3-aiohttp
   TITLE:=Async http client/server framework (asyncio)
   URL:=https://github.com/aio-libs/aiohttp
   DEPENDS:= \
-       +python3-light \
+       +python3 \
+       +python3-aiosignal \
+       +python3-async-timeout \
        +python3-attrs \
-       +python3-chardet \
+       +python3-charset-normalizer \
+       +python3-frozenlist \
        +python3-multidict \
-       +python3-async-timeout \
-       +python3-yarl \
-       +python3-logging \
-       +python3-codecs \
-       +python3-cgi \
-       +python3-openssl \
-       +python3-typing-extensions
+       +python3-yarl
 endef
 
 define Package/python3-aiohttp/description