- 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 -- 2.42.0