Releases: python-poetry/poetry-plugin-export
Releases · python-poetry/poetry-plugin-export
1.1.1
This release fixes test suite compatibility with upcoming Poetry releases. No functional changes.
1.1.0
1.0.7
Added
- Add support for multiple extras in a single flag (#103).
- Add
homepage
andrepository
to metadata (#113). - Add a
poetry-export
pre-commit hook (#85).
Fixed
- Fix an issue where a virtual environment was created unnecessarily when running
poetry export
(requires poetry 1.2.1) (#106). - Fix an issue where package sources were not taken into account (#111).
- Fix an issue where trying to export with extras that do not exist results in empty output (#103).
- Fix an issue where exporting a dependency on a package with a non-existent extra fails (#109).
- Fix an issue where only one of
--index-url
and--extra-index-url
were exported (#117).
1.0.6
1.0.5
1.0.4
1.0.3
This release fixes test suite compatibility with upcoming Poetry releases. No functional changes.
1.0.2
Release 1.0.2
1.0.1
Release 1.0.1
1.0.0
Fixed
- Fixed an issue with dependency selection when duplicates exist with different markers. poetry#4932
- Fixed an issue where unconstrained duplicate dependencies are listed with conditional on python version. poetry#5141
Changes
- Export command now constraints all exported dependencies with the root project's python version constraint. poetry#5156
Added
- Added support for
--without-urls
option. poetry#4763