15
0

- Update to 1.5.0

## Changed
  * Drop support for Python 3.7 (#189).
  * Improve warning when the lock file is not consistent with
    pyproject.toml (#215).
  ## Fixed
  * Fix an issue where markers for dependencies required by an
    extra were not generated correctly (#209).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-plugin-export?expand=0&rev=15
This commit is contained in:
2023-09-23 10:15:01 +00:00
committed by Git OBS Bridge
parent 85cde3e276
commit bcc2bbfbbf
4 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Sep 23 10:12:53 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 1.5.0
## Changed
* Drop support for Python 3.7 (#189).
* Improve warning when the lock file is not consistent with
pyproject.toml (#215).
## Fixed
* Fix an issue where markers for dependencies required by an
extra were not generated correctly (#209).
-------------------------------------------------------------------
Mon May 29 17:05:59 UTC 2023 - Ben Greiner <code@bnavigator.de>