python-aiohttp: Update 3.8.5, update dependencies
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
parent
0eabbb8ef7
commit
2c1b66c886
1 changed files with 12 additions and 15 deletions
|
@ -7,16 +7,16 @@
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=aiohttp
|
PKG_NAME:=python-aiohttp
|
||||||
PKG_VERSION:=3.7.4.post0
|
PKG_VERSION:=3.8.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PYPI_NAME:=$(PKG_NAME)
|
PYPI_NAME:=aiohttp
|
||||||
PKG_HASH:=493d3299ebe5f5a7c66b9819eacdcfbbaaf1a8e84911ddffcdc48888497afecf
|
PKG_HASH:=b9552ec52cc147dbf1944ac7ac98af7602e51ea2dcd076ed194ca3c0d1c7d0bc
|
||||||
|
|
||||||
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>
|
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE.txt
|
||||||
PKG_CPE_ID:=cpe:/a:aio-libs_project:aiohttp
|
PKG_CPE_ID:=cpe:/a:aio-libs_project:aiohttp
|
||||||
|
|
||||||
include ../pypi.mk
|
include ../pypi.mk
|
||||||
|
@ -30,17 +30,14 @@ define Package/python3-aiohttp
|
||||||
TITLE:=Async http client/server framework (asyncio)
|
TITLE:=Async http client/server framework (asyncio)
|
||||||
URL:=https://github.com/aio-libs/aiohttp
|
URL:=https://github.com/aio-libs/aiohttp
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+python3-light \
|
+python3 \
|
||||||
+python3-attrs \
|
+python3-aiosignal \
|
||||||
+python3-chardet \
|
|
||||||
+python3-multidict \
|
|
||||||
+python3-async-timeout \
|
+python3-async-timeout \
|
||||||
+python3-yarl \
|
+python3-attrs \
|
||||||
+python3-logging \
|
+python3-charset-normalizer \
|
||||||
+python3-codecs \
|
+python3-frozenlist \
|
||||||
+python3-cgi \
|
+python3-multidict \
|
||||||
+python3-openssl \
|
+python3-yarl
|
||||||
+python3-typing-extensions
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-aiohttp/description
|
define Package/python3-aiohttp/description
|
||||||
|
|
Loading…
Reference in a new issue