From: Jeffery To Date: Thu, 20 Jul 2023 07:43:37 +0000 (+0800) Subject: python-aiohttp: Update 3.8.5, update dependencies X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2c1b66c8867ee3a5351abad2ab5d522ca76f26db;p=openwrt-packages.git python-aiohttp: Update 3.8.5, update dependencies Signed-off-by: Jeffery To --- diff --git a/lang/python/python-aiohttp/Makefile b/lang/python/python-aiohttp/Makefile index 007f41b20..e5246d2b4 100644 --- a/lang/python/python-aiohttp/Makefile +++ b/lang/python/python-aiohttp/Makefile @@ -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 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