From patchwork Thu Sep 21 18:34:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7244 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 4Rs3vy4lcSz3wnC for ; Thu, 21 Sep 2023 18:34:22 +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 4Rs3vx315gz1Nr; Thu, 21 Sep 2023 18:34:21 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Rs3vx2FBbz2yT6; Thu, 21 Sep 2023 18:34: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 4Rs3vw5VByz2xBH for ; Thu, 21 Sep 2023 18:34:20 +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 4Rs3vv6WWMzdl; Thu, 21 Sep 2023 18:34:19 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1695321260; 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; bh=TPFnVBJEsK5G9kR4Awm1rrggr7UzS/BSyx0zt/TF/KA=; b=jlhh7GuiY4fUI1n53ObYAq5Q/4FXDSUyXm0oO4voStI3ichEvxmAZIYqUmmyMBa7PTIWA3 tjSjM/tg3VvljIDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1695321260; 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; bh=TPFnVBJEsK5G9kR4Awm1rrggr7UzS/BSyx0zt/TF/KA=; b=GuQopKMg21nT3aZrta+bx884v2RLNUYFcXQZyS/t48enQlGL7aN//iKJm0kOzZuVZk4PY7 zjxwjzqQozZq6Hi4r2BPLmbccQI6KzVwmvDX8pb9tEIMUm3RAVuDLHiUGnDxh9P/Xegxxm +ZaXahIpvK5RjiAo4cm/8kD58FSI98AurPirE8oqSAq8U7x9GpENWQiez05Sq3SIn92yES 76qXOVYr4X57JmIJesS43TNqOcdlSU5+AH9lhCNF2ku6FDW0CVceFFHk4SQrkfioLNsO2w YqzMC7Ku4zdhgUUuGn4WqRHtLqdD3aNwM+3tLm0+PXkYcSd0lBWURSWSyz1TmQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] python3-setuptools: Update to version 68.2.2-1 Date: Thu, 21 Sep 2023 20:34:16 +0200 Message-ID: <20230921183416.7922-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 65.6.3-1 to 68.2.2-1 - arches = noarch had to be removed otherwise the build came up with the error message that python3-setuptools could not be built for x86_64 and failed. Removing that line allowed the build to complete successfully. All the other python3 packages that I checked did not have that line in them. - The source_dl line required a change for the new version as the url is not maintained with the same structure for each version. - Changelog is too large to include here. Details can be read at the following link https://setuptools.pypa.io/en/stable/history.html Signed-off-by: Adolf Belka --- python3-setuptools/python3-setuptools.nm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/python3-setuptools/python3-setuptools.nm b/python3-setuptools/python3-setuptools.nm index d5d3d7ec9..5bf1f27bd 100644 --- a/python3-setuptools/python3-setuptools.nm +++ b/python3-setuptools/python3-setuptools.nm @@ -4,7 +4,7 @@ ############################################################################### name = python3-setuptools -version = 65.6.3 +version = 68.2.2 release = 1 thisapp = setuptools-%{version} @@ -19,10 +19,9 @@ description especially ones that have dependencies on other packages. end -source_dl = https://files.pythonhosted.org/packages/b6/21/cb9a8d0b2c8597c83fce8e9c02884bce3d4951e41e807fc35791c6b23d9a +source_dl = https://files.pythonhosted.org/packages/ef/cc/93f7213b2ab5ed383f98ce8020e632ef256b406b8569606c3f160ed8e1c9 build - arches = noarch requires python3