-
-
Couldn't load subscription status.
- Fork 82
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededsource: poetry
Description
poetry v2 just got released: https://github.com/python-poetry/poetry/releases/tag/2.0.0
Let's add support for it and it's new features, if any
- new lock file format?
- any new
pytproject.tomldeclarations- support for PEP621 - metadata and dependencies
Goal: not either/or, but simultaneously the "old"tool.poetryand the "new"projectAdd support for the
projectsection in thepyproject.tomlfile according to PEP 621
-- Add support for theprojectsection (PEP 621) python-poetry/poetry#9135
-- PEP 621: fixpoetry source addif there is notool.poetrysection yet python-poetry/poetry#9917 - investigate what else is new ... TBC ...
- support for PEP621 - metadata and dependencies
- ... TBC ...
- tests
- since poetry v2 there is a new lock file format in town:
2.1. this means we can keep current test structures and add a new folder for each lockfile thing where needed. - some new cases may not be available for older poetry - like the PEP621 in all its variants... -
- since poetry v2 there is a new lock file format in town:
[⤴ this list will be updated continuously based on comments below, until the initial feature was provided eventually]
uli-f, m-erhardt, armingerten, tewfik-ghariani, Gepardgame and 11 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededsource: poetry