From 1b3b47f01e514e129ce868d9dc70d6ef0287fec7 Mon Sep 17 00:00:00 2001 From: Ralf Hubert Date: Thu, 15 Jan 2026 08:25:31 +0100 Subject: [PATCH 1/3] python::flit_core: bump to 3.12.0 --- recipes/python/flit_core.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/python/flit_core.yaml b/recipes/python/flit_core.yaml index 25db367c..460cef11 100644 --- a/recipes/python/flit_core.yaml +++ b/recipes/python/flit_core.yaml @@ -1,13 +1,13 @@ inherit: ["basement::bits::python3-pkg"] metaEnvironment: - PKG_VERSION: "3.9.0" + PKG_VERSION: "3.12.0" PKG_LICENSE: "BSD-3-Clause" checkoutSCM: scm: url url: https://files.pythonhosted.org/packages/source/f/flit/flit-${PKG_VERSION}.tar.gz - digestSHA256: d75edf5eb324da20d53570a6a6f87f51e606eee8384925cd66a90611140844c7 + digestSHA256: 1c80f34dd96992e7758b40423d2809f48f640ca285d0b7821825e50745ec3740 stripComponents: 1 buildScript: | From b62b20d87ebd265404bef7cf89ccf4a634914e51 Mon Sep 17 00:00:00 2001 From: Ralf Hubert Date: Thu, 15 Jan 2026 08:25:59 +0100 Subject: [PATCH 2/3] python::packaging: bump to 25.0 --- recipes/python/packaging.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/python/packaging.yaml b/recipes/python/packaging.yaml index 6b4e4117..b5bb3fa5 100644 --- a/recipes/python/packaging.yaml +++ b/recipes/python/packaging.yaml @@ -1,13 +1,13 @@ inherit: ["python3::flit"] metaEnvironment: - PKG_VERSION: "24.1" + PKG_VERSION: "25.0" PKG_LICENSE: "Apache-2.0 OR BSD-2-Clause" checkoutSCM: scm: url url: ${GITHUB_MIRROR}/pypa/packaging/archive/refs/tags/${PKG_VERSION}.tar.gz - digestSHA256: 7b31090ae4ddd6c48a5ed10073a880e6e2612ce8ac2f81e34f42aaabefd1b81b + digestSHA256: 15b6ba95eb12d8f99dcf215ea37cbea16812ef28358e8ef3d9344acb827acac1 stripComponents: 1 buildScript: | From bf43497be8773c3d339a6b156ae2cf12bd7f93b5 Mon Sep 17 00:00:00 2001 From: Ralf Hubert Date: Thu, 15 Jan 2026 08:27:04 +0100 Subject: [PATCH 3/3] python::python3-setuptools: bump to 80.9.0 --- recipes/python/python3-setuptools.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/python/python3-setuptools.yaml b/recipes/python/python3-setuptools.yaml index 221580a9..fbd623ff 100644 --- a/recipes/python/python3-setuptools.yaml +++ b/recipes/python/python3-setuptools.yaml @@ -1,13 +1,13 @@ inherit: [patch] metaEnvironment: - PKG_VERSION: "75.3.2" + PKG_VERSION: "80.9.0" PKG_LICENSE: "MIT" checkoutSCM: scm: url url: ${GITHUB_MIRROR}/pypa/setuptools/archive/v${PKG_VERSION}.tar.gz - digestSHA256: 22463710a3393a745176726645fd7ec87dc60504f5ed38b6fcaac654384e81dd + digestSHA256: 06921ef18c10968ab35116603645c6e64cde851ff3886838d9c448db5329fe35 stripComponents: 1 checkoutDeterministic: True