./devel/py-poetry-plugin-export, Poetry plugin to export the dependencies to various formats

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.7.1, Package name: py311-poetry-plugin-export-1.7.1, Maintainer: pkgsrc-users

This package is a plugin that allows the export of locked packages to various
formats.


Master sites:

Filesize: 28.961 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-20 12:40:05 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-poetry-plugin-export: update to 1.7.1.

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).

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).
   2023-11-07 10:27:36 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-poetry-plugin-export: update to 1.6.0.

poetry-plugin-export (^1.6.0)

    Add an --all-extras option (#241).
    Fix an issue where git dependencies are exported with the branch name \ 
instead of the resolved commit hash (#213).
   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-08-26 16:41:57 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-poetry-plugin-export: updated to 1.5.0

1.5.0

Changed

Drop support for Python 3.7
Improve warning when the lock file is not consistent with pyproject.toml

Fixed

Fix an issue where markers for dependencies required by an extra were not \ 
generated correctly
   2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158)
Log message:
*: remove more references to Python 3.7
   2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) | Package updated
Log message:
*: restrict py-numpy users to 3.9+ in preparation for update
   2023-06-08 12:13:30 by Adam Ciarcinski | Files touched by this commit (1) | Package updated
Log message:
py-poetry-plugin-export: update DEPENDS
   2023-06-06 12:41:46 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-poetry-plugin-export: update to 1.4.0.

poetry-plugin-export (^1.4.0)

    Fix an issue where --extra-index-url and --trusted-host was not generated \ 
for sources with priority explicit (#205).