Path to this page:
Subject: CVS commit: pkgsrc/devel/py-poetry-core
From: Adam Ciarcinski
Date: 2024-02-02 17:23:11
Message id: 20240202162311.9853AFA42@cvs.NetBSD.org
Log Message:
py-poetry-core: updated to 1.9.0
1.9.0
Added
Add a to key in tool.poetry.packages to allow custom subpackage names
Add support for path dependencies that do not define a build system
Add a tool.poetry.package-mode key to support non-package mode
Changed
Update list of supported licenses
Improve support for PEP 691 JSON-based Simple API
Establish zipapp compatibility
Rework list of files included in build artifacts
Improve performance by treating collections in packages as immutable
Deprecate poetry.core.masonry.builder
Deprecate scripts that depend on extras
Fixed
Fix an issue where insignificant errors were printed if the working directory is \
not inside a git repository
Fix an issue where the project's directory was not recognized as git repository \
on Windows due to an encoding issue
Vendoring
fastjsonschema==2.19.1
lark==1.1.8
Files: