From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 24 Jun 2022 13:47:22 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1o4hmT-00DB1e-N8 for lore@lore.pengutronix.de; Fri, 24 Jun 2022 13:47:22 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1o4hmR-0005HB-Em; Fri, 24 Jun 2022 13:47:19 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o4hlP-0004Qg-Oh; Fri, 24 Jun 2022 13:46:15 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1o4hlN-002PtS-Gp; Fri, 24 Jun 2022 13:46:14 +0200 Received: from ejo by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1o4hlN-000gDe-4Y; Fri, 24 Jun 2022 13:46:13 +0200 From: Enrico Jorns To: ptxdist@pengutronix.de Date: Fri, 24 Jun 2022 13:42:46 +0200 Message-Id: <20220624114246.161813-7-ejo@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220624114246.161813-1-ejo@pengutronix.de> References: <20220624114246.161813-1-ejo@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH v2 6/6] python3-aiohttp: version bump 3.6.1 -> 3.8.1 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ejo@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Signed-off-by: Enrico Jorns --- rules/python3-aiohttp.in | 3 +++ rules/python3-aiohttp.make | 4 ++-- 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)) -- 2.30.2