forked from pool/python-poetry-plugin-export
- 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
108 lines
4.0 KiB
Plaintext
108 lines
4.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Update to 1.8.0
|
|
## Changed
|
|
* Relax the constraint on poetry and poetry-core to allow
|
|
(future) 2.* versions (#280).
|
|
## Fixed
|
|
* Fix an issue where editable installs where not exported
|
|
correctly (#258).
|
|
- Release 1.7.1
|
|
## Changed
|
|
* Export --index-url before --extra-index-url to work around a
|
|
pip bug (#270).
|
|
## Fixed
|
|
* Fix an issue where the source with the highest priority was
|
|
exported with --index-url despite PyPI being among the sources
|
|
(#270).
|
|
- Release 1.7.0
|
|
## Changed
|
|
* Bump minimum required poetry version to 1.8.0 (#263).
|
|
## Fixed
|
|
* Fix an issue where all sources were exported with
|
|
--extra-index-url even though PyPI was deactivated (#263).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 14 21:03:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.6.0:
|
|
* Add an --all-extras option
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Update to 1.4.0
|
|
* Fix an issue where --extra-index-url and --trusted-host was not
|
|
generated for sources with priority explicit (#205).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 8 06:43:37 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
|
|
|
- add sle15_python_module_pythons
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 24 19:13:42 UTC 2023 - Torsten Gruner <simmphonie@opensuse.org>
|
|
|
|
- Update to 1.3.1
|
|
* This release mainly fixes test suite compatibility with
|
|
upcoming Poetry releases.
|
|
* Improve error message in some cases when the dependency walk fails (#184).
|
|
- Version 1.3.0
|
|
* Drop some compatibility code and bump minimum required
|
|
poetry version to 1.3.0 (#167).
|
|
* Fix an issue where the export failed if there was a circular
|
|
dependency on the root package (#118).
|
|
|
|
------------------------------------------------------------------
|
|
Wed Dec 14 16:06:49 UTC 2022 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- Bump requirements
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 14 13:07:11 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Update to 1.2.0
|
|
* Drop some compatibility code and bump minimum required poetry version to
|
|
1.2.2 (#143).
|
|
* Ensure compatibility with upcoming Poetry releases (#151).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 10 20:04:57 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to 1.1.2
|
|
* Fix an issue where exporting a constraints.txt file fails if an
|
|
editable dependency is locked (#140).
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 9 13:19:33 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Initial specfile for v1.1.1
|
|
- Required by poetry 1.2
|