From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 03 May 2022 14:04:34 +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 1nlrGc-000WmI-9X for lore@lore.pengutronix.de; Tue, 03 May 2022 14:04:34 +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 1nlrGb-0004Mu-IB; Tue, 03 May 2022 14:04:33 +0200 Received: from smtp15.bhosted.nl ([2a02:9e0:8000::26]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nlrG5-0004Lx-Hv for ptxdist@pengutronix.de; Tue, 03 May 2022 14:04:02 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonic.nl; s=202111; h=content-transfer-encoding:mime-version:message-id:date:subject:cc:to:from: from; bh=hmnJbOVoYZ7Q6Rnb8nJZF86cR1G/mRicQl1JVI0ydYU=; b=gxYoq+krhnyDC7m8Lxn18BLNLbKYn+zeWq+t4hkESdr4MO7ImBlBHS9Txhq4YsgeZg6FbzmaXkNYZ evt0Z3hi4VnMB9/1tDZjgS9pKZQDzduFRb3T+AKrV5JqaDujDYA8aW5QZK4kfdVc7LnEzjGoYyVPKE DqHYb5c8FqKchOC5vtrpOoRZXCcFH0cunEtbgAJ9SpzVaI6VacH32DvBSGd85FAL6tRs9Ka9fwBF/1 4HieAlgEB3Sv4zdlY7FGeaMlXnL7P0HcaJZ9Hy71SFC0LTY98FEQdX9i+CSvRH5ONh7Ik2Gr9XCfGA guZqlPWCt4zBzpeuxg/pvfsisYy2qlg== X-MSG-ID: 1d412722-cad9-11ec-b450-0050569d3a82 From: David Jander To: ptxdist@pengutronix.de Date: Tue, 3 May 2022 14:03:53 +0200 Message-Id: <20220503120355.1437606-1-david@protonic.nl> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.1 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH 0/2] Add python3-uvloop 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: Michael Olbrich , Marc Kleine-Budde , David Jander 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 Bump libuv to version 1.42.0 as required by python3-uvloop 0.16. Add python3-uvloop 0.16, which is a much faster replacement for the python asyncio event loop. The performance improvements on embedded systems are well worthwhile the effort. David Jander (2): libuv version bump 1.34.0 -> 1.42.0 python3-uvloop: new package .../autogen.sh | 0 rules/libuv.make | 4 +- rules/python3-uvloop.in | 10 ++++ rules/python3-uvloop.make | 59 +++++++++++++++++++ 4 files changed, 71 insertions(+), 2 deletions(-) rename patches/{libuv-v1.34.0 => libuv-v1.42.0}/autogen.sh (100%) create mode 100644 rules/python3-uvloop.in create mode 100644 rules/python3-uvloop.make -- 2.32.0