From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 24 Jun 2022 13:47:11 +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 1o4hmH-00DAzy-Rv for lore@lore.pengutronix.de; Fri, 24 Jun 2022 13:47:11 +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 1o4hmI-0004kT-AI; Fri, 24 Jun 2022 13:47:10 +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-0004QA-4l; 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-002PtG-0P; 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 1o4hlM-000gDN-Us; Fri, 24 Jun 2022 13:46:13 +0200 From: Enrico Jorns To: ptxdist@pengutronix.de Date: Fri, 24 Jun 2022 13:42:40 +0200 Message-Id: <20220624114246.161813-1-ejo@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH v2 0/6] python3-aiohttp version bump to 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 Changes since v1: * Added proper PYTHON3_CHARSET_NORMALIZER_LICENSE_FILES * Fixed mode and line break for install of python3-idna-ssl Enrico Jorns (6): python3-charset-normalizer: new package python3-async-timeout.make: version bump 3.0.1 -> 4.0.2 python3-idna-ssl: new package python3-frozenlist: new package python3-aiosignal: new package python3-aiohttp: version bump 3.6.1 -> 3.8.1 rules/python3-aiohttp.in | 3 ++ rules/python3-aiohttp.make | 4 +- rules/python3-aiosignal.in | 9 +++++ rules/python3-aiosignal.make | 52 ++++++++++++++++++++++++++ rules/python3-async-timeout.make | 4 +- rules/python3-charset-normalizer.in | 8 ++++ rules/python3-charset-normalizer.make | 53 ++++++++++++++++++++++++++ rules/python3-frozenlist.in | 9 +++++ rules/python3-frozenlist.make | 52 ++++++++++++++++++++++++++ rules/python3-idna-ssl.in | 8 ++++ rules/python3-idna-ssl.make | 54 +++++++++++++++++++++++++++ 11 files changed, 252 insertions(+), 4 deletions(-) create mode 100644 rules/python3-aiosignal.in create mode 100644 rules/python3-aiosignal.make create mode 100644 rules/python3-charset-normalizer.in create mode 100644 rules/python3-charset-normalizer.make create mode 100644 rules/python3-frozenlist.in create mode 100644 rules/python3-frozenlist.make create mode 100644 rules/python3-idna-ssl.in create mode 100644 rules/python3-idna-ssl.make -- 2.30.2