From b4ad6e6f8b9c059c5612f64de865acc0bc32ff43 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Mon, 15 Sep 2025 19:45:39 -0600 Subject: [PATCH] package/python-poetry-core: bump to version 2.2.0 Signed-off-by: James Hilliard Signed-off-by: Julien Olivain --- package/python-poetry-core/python-poetry-core.hash | 4 ++-- package/python-poetry-core/python-poetry-core.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-poetry-core/python-poetry-core.hash b/package/python-poetry-core/python-poetry-core.hash index 94c876d918..888f220e96 100644 --- a/package/python-poetry-core/python-poetry-core.hash +++ b/package/python-poetry-core/python-poetry-core.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/poetry-core/json -md5 799f582e2644e6c2c7865498f3b37394 poetry_core-2.0.1.tar.gz -sha256 10177c2772469d9032a49f0d8707af761b1c597cea3b4fb31546e5cd436eb157 poetry_core-2.0.1.tar.gz +md5 dd09886c53c482680536e8ce8ffd483e poetry_core-2.2.0.tar.gz +sha256 b4033b71b99717a942030e074fec7e3082e5fde7a8ed10f02cd2413bdf940b1f poetry_core-2.2.0.tar.gz # Locally computed sha256 checksums sha256 f1978133782b90f4733bc308ddb19267c3fe04797c88d9ed3bc219032495a982 LICENSE diff --git a/package/python-poetry-core/python-poetry-core.mk b/package/python-poetry-core/python-poetry-core.mk index ebbb9b73c2..eac7f75a9f 100644 --- a/package/python-poetry-core/python-poetry-core.mk +++ b/package/python-poetry-core/python-poetry-core.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_POETRY_CORE_VERSION = 2.0.1 +PYTHON_POETRY_CORE_VERSION = 2.2.0 PYTHON_POETRY_CORE_SOURCE = poetry_core-$(PYTHON_POETRY_CORE_VERSION).tar.gz -PYTHON_POETRY_CORE_SITE = https://files.pythonhosted.org/packages/c4/f5/89d11008714e0a49cab9cba7cce89c66ea5a94f37cc6d283798cc1725fac +PYTHON_POETRY_CORE_SITE = https://files.pythonhosted.org/packages/6c/73/8cc4cdc3992d9e03a749dd0ef7438093042a1ed197df8fcfc9dc9502ef0b PYTHON_POETRY_CORE_SETUP_TYPE = pep517 PYTHON_POETRY_CORE_LICENSE = MIT PYTHON_POETRY_CORE_LICENSE_FILES = LICENSE