Path to this page:
./
devel/py-poetry-plugin-export,
Poetry plugin to export the dependencies to various formats
Branch: CURRENT,
Version: 1.9.0,
Package name: py312-poetry-plugin-export-1.9.0,
Maintainer: pkgsrc-usersThis package is a plugin that allows the export of locked packages to various
formats.
Master sites:
Filesize: 30.112 KB
Version history: (Expand)
- (2025-01-13) Updated to version: py312-poetry-plugin-export-1.9.0
- (2024-10-14) Updated to version: py312-poetry-plugin-export-1.8.0
- (2024-05-15) Updated to version: py311-poetry-plugin-export-1.8.0
- (2024-03-20) Updated to version: py311-poetry-plugin-export-1.7.1
- (2023-11-07) Updated to version: py311-poetry-plugin-export-1.6.0
- (2023-10-28) Updated to version: py311-poetry-plugin-export-1.5.0nb1
CVS history: (Expand)
2025-01-13 09:37:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-poetry-plugin-export: updated to 1.9.0
1.9.0
Added
Add an --all-groups option to export dependencies from all groups
Changed
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
Fixed
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
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-05-15 10:11:40 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-poetry-plugin-export: updated to 1.8.0
1.8.0
Changed
Relax the constraint on poetry and poetry-core to allow (future) 2.* versions.
Fixed
Fix an issue where editable installs where not exported correctly
|
2024-03-20 12:40:05 by Thomas Klausner | Files touched by this commit (2) | |
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) | |
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) | |
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) | |
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
|