From patchwork Tue Sep 26 13:24:10 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7258 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Rw0p13n0dz3wkw for ; Tue, 26 Sep 2023 13:24:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Rw0nx3L1Dz4PF; Tue, 26 Sep 2023 13:24:21 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Rw0nx1gTJz30Hg; Tue, 26 Sep 2023 13:24:21 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Rw0nv23x4z2ySr for ; Tue, 26 Sep 2023 13:24:19 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Rw0nt63KFz1Zb; Tue, 26 Sep 2023 13:24:18 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1695734658; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xtSWS9l7dhnHWDDxBrYGUzPwqh4Xs/vBXWLywTqjzhM=; b=yFJL4+9CbhZSw/KbBieA+S76urMRz/mpl7eeMKPHWRO6TJWOgf5J4seNKRvVk6eaSGW5nT gPcwG4qYUCA/jpDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1695734658; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xtSWS9l7dhnHWDDxBrYGUzPwqh4Xs/vBXWLywTqjzhM=; b=PJswCO+/oMwrj7/kcpBwgaT/dVvWu7NZzYVOtaIOV07XJy0c5hum9QC/6CZ9EwK7Q3/5t8 JHNrO00/3pGu0Pn7OzAc/he753RPWhG0nGsQ95Vu90rVYaGKNqB1uyJa/hTFaLt1a9Bxjv 8WrZZgpWzUZ/SFaj+8XezVtiHY5ZHN9W7+h1i2NHI32RscUcQOhQ5RzaLpjG0RVRdnSqTF gxJhzkRzp/hF2D9I7qPlOGGRDbNmEAYBg0z0J+pBII1sT4nFlogw7flMXl8zxJXFX2vx22 pX1y6Qla5WVwi5M8kaOZ05zQalIbMTn3OXm2qNh9Kc3+qVxBSzoCL2yAxpjJvg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] python3-lxml: Update to version 4.9.3-1 Date: Tue, 26 Sep 2023 15:24:10 +0200 Message-ID: <20230926132410.7915-5-adolf.belka@ipfire.org> In-Reply-To: <20230926132410.7915-1-adolf.belka@ipfire.org> References: <20230926132410.7915-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - IPFire-3.x - Update from version 4.3.4-1 to 4.9.3-1 - Changelog is too large to include here. For details see https://lxml.de/4.9/changes-4.9.2.html Signed-off-by: Adolf Belka --- python3-lxml/python3-lxml.nm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python3-lxml/python3-lxml.nm b/python3-lxml/python3-lxml.nm index 11216a9be..a7f68c7a0 100644 --- a/python3-lxml/python3-lxml.nm +++ b/python3-lxml/python3-lxml.nm @@ -4,7 +4,7 @@ ############################################################################### name = python3-lxml -version = 4.3.4 +version = 4.9.3 release = 1 thisapp = lxml-%{version} @@ -29,6 +29,7 @@ build libxslt-devel python3-devel zlib-devel + python3-setuptools end # Setting LC_CTYPE to workaround encoding issue