15
0

Accepting request 1273997 from home:mcalabkova:branches:devel:languages:python

- Update to 1.9.0
  * Add an --all-groups option to export dependencies from all groups
  * Drop support for Python 3.8
  * Clarify the help text of --with and --only and deprecate --without
  * Fail if the poetry.lock file is not consistent with the pyproject.toml
    file
  * Fix an issue where the export failed with the message "dependency walk
    failed". This fix requires a poetry.lock file created with Poetry 2.x
  * Fix an issue where the pre-commit hook regex matched wrong files
- Add upstream tests.patch to fix tests with recent poetry

OBS-URL: https://build.opensuse.org/request/show/1273997
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-plugin-export?expand=0&rev=21
This commit is contained in:
2025-05-02 15:27:11 +00:00
committed by Git OBS Bridge
parent 6c2f70982b
commit 8c3fb499c7
5 changed files with 163 additions and 6 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri May 2 11:26:45 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 1.9.0
* Add an --all-groups option to export dependencies from all groups
* Drop support for Python 3.8
* Clarify the help text of --with and --only and deprecate --without
* Fail if the poetry.lock file is not consistent with the pyproject.toml
file
* Fix an issue where the export failed with the message "dependency walk
failed". This fix requires a poetry.lock file created with Poetry 2.x
* Fix an issue where the pre-commit hook regex matched wrong files
- Add upstream tests.patch to fix tests with recent poetry
-------------------------------------------------------------------
Mon Nov 4 19:08:14 UTC 2024 - Ben Greiner <code@bnavigator.de>