package/python-poetry-core: bump version to 2.3.2

https://github.com/python-poetry/poetry-core/blob/2.3.2/CHANGELOG.md

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-05-01 14:30:24 +02:00
committed by Julien Olivain
parent 2be360a44d
commit 97fa1b70ca
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/poetry-core/json
md5 c2595d34582ba92b5c90df411f3ecddb poetry_core-2.3.1.tar.gz
sha256 96f791d5d7d4e040f3983d76779425cf9532690e2756a24fd5ca0f86af19ef82 poetry_core-2.3.1.tar.gz
md5 75622eedc30fc131eb3947630aa622e6 poetry_core-2.3.2.tar.gz
sha256 20cb71be27b774628da9f384effd9183dfceb53bcef84063248a8672aa47031f poetry_core-2.3.2.tar.gz
# Locally computed sha256 checksums
sha256 f1978133782b90f4733bc308ddb19267c3fe04797c88d9ed3bc219032495a982 LICENSE

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_POETRY_CORE_VERSION = 2.3.1
PYTHON_POETRY_CORE_VERSION = 2.3.2
PYTHON_POETRY_CORE_SOURCE = poetry_core-$(PYTHON_POETRY_CORE_VERSION).tar.gz
PYTHON_POETRY_CORE_SITE = https://files.pythonhosted.org/packages/39/46/7cc89b6ef47803528673585bfa40fa729a7050d9eaedeb7e7f5816300c88
PYTHON_POETRY_CORE_SITE = https://files.pythonhosted.org/packages/10/48/5b4f344c252ee2f75051b6bf7dfb68ab53aa00a107f5f8e5cbf795701dad
PYTHON_POETRY_CORE_SETUP_TYPE = pep517
PYTHON_POETRY_CORE_LICENSE = MIT
PYTHON_POETRY_CORE_LICENSE_FILES = LICENSE