summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Jorns <ejo@pengutronix.de>2022-06-24 13:42:46 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-06-25 21:31:21 +0200
commit5daf109b8154e959913df5ce0c82dec20d14bfd0 (patch)
tree384528706231d02f13008acf497dc0c2eb3aadbd
parente47d8dbee2c01f7ab39ebb1ff8b54acf482cb54d (diff)
downloadptxdist-5daf109b8154e959913df5ce0c82dec20d14bfd0.tar.gz
ptxdist-5daf109b8154e959913df5ce0c82dec20d14bfd0.tar.xz
python3-aiohttp: version bump 3.6.1 -> 3.8.1
Signed-off-by: Enrico Jorns <ejo@pengutronix.de> Message-Id: <20220624114246.161813-7-ejo@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/python3-aiohttp.in3
-rw-r--r--rules/python3-aiohttp.make4
2 files changed, 5 insertions, 2 deletions
diff --git a/rules/python3-aiohttp.in b/rules/python3-aiohttp.in
index 6e9d4a2db..333d78e58 100644
--- a/rules/python3-aiohttp.in
+++ b/rules/python3-aiohttp.in
@@ -9,6 +9,9 @@ config PYTHON3_AIOHTTP
select PYTHON3_YARL if RUNTIME
select PYTHON3_ASYNC_TIMEOUT if RUNTIME
select PYTHON3_ATTRS if RUNTIME
+ select PYTHON3_IDNA_SSL if RUNTIME
+ select PYTHON3_CHARSET_NORMALIZER if RUNTIME
+ select PYTHON3_AIOSIGNAL if RUNTIME
prompt "aiohttp"
help
http client/server for asyncio
diff --git a/rules/python3-aiohttp.make b/rules/python3-aiohttp.make
index 7ced97fd3..64bd6b0e8 100644
--- a/rules/python3-aiohttp.make
+++ b/rules/python3-aiohttp.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PYTHON3_AIOHTTP) += python3-aiohttp
#
# Paths and names
#
-PYTHON3_AIOHTTP_VERSION := 3.6.2
-PYTHON3_AIOHTTP_MD5 := ca40144c199a09fc1a141960cf6295f0
+PYTHON3_AIOHTTP_VERSION := 3.8.1
+PYTHON3_AIOHTTP_MD5 := faf7726dc65a940272874c0f441e8ec6
PYTHON3_AIOHTTP := aiohttp-$(PYTHON3_AIOHTTP_VERSION)
PYTHON3_AIOHTTP_SUFFIX := tar.gz
PYTHON3_AIOHTTP_URL := $(call ptx/mirror-pypi, aiohttp, $(PYTHON3_AIOHTTP).$(PYTHON3_AIOHTTP_SUFFIX))