CVS log for pkgsrc/devel/py-poetry-plugin-export/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / devel / py-poetry-plugin-export
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jan 13 08:37:36 2025 UTC (3 months, 4 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1,
HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
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
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Oct 14 06:45:40 2024 UTC (6 months, 4 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -3
lines
*: clean-up after python38 removal
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed May 15 08:11:40 2024 UTC (11 months, 4 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4
lines
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
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Mar 20 11:40:05 2024 UTC (13 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base,
pkgsrc-2024Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
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).
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Nov 7 09:27:36 2023 UTC (18 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -9
lines
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).
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Oct 28 19:57:05 2023 UTC (18 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1
lines
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.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Aug 26 14:41:57 2023 UTC (20 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
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
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Aug 1 23:20:41 2023 UTC (21 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
*: remove more references to Python 3.7
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jul 1 08:37:46 2023 UTC (22 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
*: restrict py-numpy users to 3.9+ in preparation for update
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jun 8 10:13:30 2023 UTC (23 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3
lines
py-poetry-plugin-export: update DEPENDS
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jun 6 10:41:46 2023 UTC (23 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -2
lines
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).
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Apr 17 20:53:30 2023 UTC (2 years ago) by adam
Branches: MAIN
py-poetry-plugin-export: added version 1.3.1
This package is a plugin that allows the export of locked packages to various formats.
CVSweb <webmaster@jp.NetBSD.org>