From mboxrd@z Thu Jan 1 00:00:00 1970 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 Content-Type: multipart/mixed; boundary="===============1669520133493708268==" List-Id: --===============1669520133493708268== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - IPFire-3.x - Update from version 65.6.3-1 to 68.2.2-1 - arches =3D noarch had to be removed otherwise the build came up with the er= ror 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 followin= g 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/py= thon3-setuptools.nm index d5d3d7ec9..5bf1f27bd 100644 --- a/python3-setuptools/python3-setuptools.nm +++ b/python3-setuptools/python3-setuptools.nm @@ -4,7 +4,7 @@ ############################################################################= ### =20 name =3D python3-setuptools -version =3D 65.6.3 +version =3D 68.2.2 release =3D 1 thisapp =3D setuptools-%{version} =20 @@ -19,10 +19,9 @@ description especially ones that have dependencies on other packages. end =20 -source_dl =3D https://files.pythonhosted.org/packages/b6/21/cb9a8d0b2c8597c8= 3fce8e9c02884bce3d4951e41e807fc35791c6b23d9a +source_dl =3D https://files.pythonhosted.org/packages/ef/cc/93f7213b2ab5ed38= 3f98ce8020e632ef256b406b8569606c3f160ed8e1c9 =20 build - arches =3D noarch =20 requires python3 --=20 2.42.0 --===============1669520133493708268==--