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