From eb1a0ba2575763c4be02abfbe97a2e7741da3be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 24 Oct 2024 20:35:26 +0200 Subject: [PATCH] hatchling: bump version --- .../{hatchling-1.17.0.recipe => hatchling-1.25.0.recipe} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-python/hatchling/{hatchling-1.17.0.recipe => hatchling-1.25.0.recipe} (94%) diff --git a/dev-python/hatchling/hatchling-1.17.0.recipe b/dev-python/hatchling/hatchling-1.25.0.recipe similarity index 94% rename from dev-python/hatchling/hatchling-1.17.0.recipe rename to dev-python/hatchling/hatchling-1.25.0.recipe index fbc802947..31edae192 100644 --- a/dev-python/hatchling/hatchling-1.17.0.recipe +++ b/dev-python/hatchling/hatchling-1.25.0.recipe @@ -5,7 +5,7 @@ COPYRIGHT="2021-present Ofek Lev" LICENSE="MIT" REVISION="1" SOURCE_URI="https://files.pythonhosted.org/packages/source/h/$portName/$portName-$portVersion.tar.gz" -CHECKSUM_SHA256="b1244db3f45b4ef5a00106a46612da107cdfaf85f1580b8e1c059fefc98b0930" +CHECKSUM_SHA256="7064631a512610b52250a4d3ff1bd81551d6d1431c4eb7b72e734df6c74f4262" ARCHITECTURES="any" @@ -41,7 +41,7 @@ for i in "${!PYTHON_PACKAGES[@]}"; do eval "REQUIRES_$pythonPackage=\" haiku editables_$pythonPackage >= 0.3 - packaging_$pythonPackage >= 21.3 + packaging_$pythonPackage >= 23.2 pathspec_$pythonPackage >= 0.10.1 pluggy_$pythonPackage >= 1.0.0 tomli_$pythonPackage > 1.2.2 # Only for Python < 3.11