From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 28 Mar 2023 14:33:09 +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 1ph8Vg-0001qO-Eg for lore@lore.pengutronix.de; Tue, 28 Mar 2023 14:33:09 +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 1ph8Vg-0002vH-90; Tue, 28 Mar 2023 14:33:08 +0200 Received: from smtp16.bhosted.nl ([2a02:9e0:8000::27]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ph8VO-0002SF-Vv for ptxdist@pengutronix.de; Tue, 28 Mar 2023 14:32:51 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonic.nl; s=202111; h=content-transfer-encoding:mime-version:references:in-reply-to:message-id:date: subject:cc:to:from:from; bh=bwnVYX4mai4BWOOgUPnnpl0s024srxorPrAZfeH0MeY=; b=qnPSg5sAjSX5oFN4m3MLnfTJyfPOdpe9MlEFKjyM1I4xZ+HfN20CjW6WTEzdzplgK2oisitDj8iMw 8er37qg3n79S2CTUGuB0jvodvttySgqYnrwjcSfw7198CFWl1WlqtsrcFX23v6TKIE8t0BS5uzmUqX CA+ePRoaf/aW/q11UUCq4JWWh7BJKqbwXClLC450+iM3ql7AJpcoAXna61aUJpqAggozy2GKshtxlF sZKsNpKpRVOPziktKdYVWP//QoSXQ7uLmNxBqE7M+Z7o9IfoDZlOmizBRvO29qm/q03hpXUth4IBb2 L0DU6eh0wZoCAccL6LJQu45XvKba+Fw== X-MSG-ID: a6f23669-cd64-11ed-829c-0050569d2c73 From: Robin van der Gracht To: ptxdist@pengutronix.de Date: Tue, 28 Mar 2023 14:32:26 +0200 Message-Id: <20230328123226.668075-6-robin@protonic.nl> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20230328123226.668075-1-robin@protonic.nl> References: <20230328123226.668075-1-robin@protonic.nl> 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.6 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH v2 5/5] python3-yarl: Version bumb to 1.8.2 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: robin@protonic.nl 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 Current version has no Python3.11 support. yarl/_quoting_c.c:196:12: fatal error: longintrepr.h: No such file or directory 196 | #include "longintrepr.h" | ^~~~~~~~~~~~~~~ compilation terminated. Signed-off-by: Robin van der Gracht --- rules/python3-yarl.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/python3-yarl.make b/rules/python3-yarl.make index d6831493f..0f6f2d8e3 100644 --- a/rules/python3-yarl.make +++ b/rules/python3-yarl.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PYTHON3_YARL) += python3-yarl # # Paths and names # -PYTHON3_YARL_VERSION := 1.5.1 -PYTHON3_YARL_MD5 := a9b20bf0b8a6962e1101b28908a67bf8 +PYTHON3_YARL_VERSION := 1.8.2 +PYTHON3_YARL_MD5 := 57c82725b9f4895eecee45faf5e61a54 PYTHON3_YARL := yarl-$(PYTHON3_YARL_VERSION) PYTHON3_YARL_SUFFIX := tar.gz PYTHON3_YARL_URL := $(call ptx/mirror-pypi, yarl, $(PYTHON3_YARL).$(PYTHON3_YARL_SUFFIX)) -- 2.37.2