diff mbox series

[31/49] python3-poetry-core: upgrade 2.3.1 -> 2.3.2

Message ID 20260421095559.1856-31-wangmy@fujitsu.com
State Under Review
Headers show
Series [01/49] acpica: upgrade 20251212 -> 20260408 | expand

Commit Message

Wang Mingyu April 21, 2026, 9:55 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changed
========
- Update list of supported licenses (#917).

Fixed
======
- Fix an issue where platform_release could not be parsed on Debian Trixie
- Fix an issue where using project.readme.text in the pyproject.toml file
  resulted in broken metadata
- Fix an issue where dependency groups were considered equal when their
  resolved dependencies were equal, even if the groups themselves were not
- Fix an issue where removing a dependency from a group that included another
  group resulted in other dependencies being added to the included group
- Fix an issue where PEP 735 include-group entries were lost when
  [tool.poetry.group] also defined include-groups for the same group
- Fix an issue where the union of <value> not in <marker> constraints was
  wrongly treated as always satisfied
- Fix an issue where a post release with a local version identifier was wrongly
  allowed by a > version constraint
- Fix an issue where a version with the local version identifier 0 was treated
  as equal to the corresponding public version
- Fix an issue where a != <version> constraint wrongly disallowed pre releases
  and post releases of the specified version
- Fix an issue where in and not in constraints were wrongly not allowed by
  specific compound constraints
- Fix an issue where data entries in generated setup.py files were duplicated

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-poetry-core_2.3.1.bb => python3-poetry-core_2.3.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-poetry-core_2.3.1.bb => python3-poetry-core_2.3.2.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-poetry-core_2.3.1.bb b/meta/recipes-devtools/python/python3-poetry-core_2.3.2.bb
similarity index 93%
rename from meta/recipes-devtools/python/python3-poetry-core_2.3.1.bb
rename to meta/recipes-devtools/python/python3-poetry-core_2.3.2.bb
index 705e08d98b..0f55368d13 100644
--- a/meta/recipes-devtools/python/python3-poetry-core_2.3.1.bb
+++ b/meta/recipes-devtools/python/python3-poetry-core_2.3.2.bb
@@ -15,7 +15,7 @@  LIC_FILES_CHKSUM = "\
     file://src/poetry/core/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \
 "
 
-SRC_URI[sha256sum] = "96f791d5d7d4e040f3983d76779425cf9532690e2756a24fd5ca0f86af19ef82"
+SRC_URI[sha256sum] = "20cb71be27b774628da9f384effd9183dfceb53bcef84063248a8672aa47031f"
 
 inherit python_poetry_core pypi