Skip to content

Releases: python-poetry/poetry-plugin-export

1.1.1

03 Oct 17:28
1.1.1
Compare
Choose a tag to compare

This release fixes test suite compatibility with upcoming Poetry releases. No functional changes.

1.1.0

03 Oct 15:18
1.1.0
Compare
Choose a tag to compare

Added

  • Add support for exporting constraints.txt files (#128).

Fixed

  • Fix an issue where a relative path passed via -o was not interpreted relative to the current working directory (#130).
  • Fix an issue where the names of extras were not normalized according to PEP 685 (#123).

1.0.7

16 Sep 16:51
Compare
Choose a tag to compare

Added

  • Add support for multiple extras in a single flag (#103).
  • Add homepage and repository 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

08 Aug 19:28
2e30f05
Compare
Choose a tag to compare

Fixed

  • Fixed an issue the markers of exported dependencies overlapped. #94

1.0.5

12 Jul 20:06
c554d95
Compare
Choose a tag to compare

Added

  • Added LICENSE file. #81

1.0.4

26 May 21:17
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where the exported dependencies did not list their active extras. #65

1.0.3

23 May 21:03
Compare
Choose a tag to compare

This release fixes test suite compatibility with upcoming Poetry releases. No functional changes.

1.0.2

10 May 16:30
Compare
Choose a tag to compare
Release 1.0.2

1.0.1

11 Apr 18:47
Compare
Choose a tag to compare
Release 1.0.1

1.0.0

05 Apr 17:34
Compare
Choose a tag to compare

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