Path to this page:
Subject: CVS commit: pkgsrc/devel/py-poetry-core
From: Adam Ciarcinski
Date: 2023-08-26 16:41:10
Message id: 20230826144110.67550FBDB@cvs.NetBSD.org
Log Message:
py-poetry-core: updated to 1.7.0
1.7.0
Added
Optionally use resolved references when converting a VCS dependency to a PEP 508 \
dependency specification
Improve performance of marker handling
Changed
Drop support for Python 3.7
Remove deprecated poetry.core.constraints.generic and poetry.core.semver
Allow | as a value separator in markers with the operators in and not in
Put pretty name (instead of normalized name) in metadata
Update list of supported licenses
Fixed
Fix an issue where the encoding was not handled correctly when calling a subprocess
Fix an issue where caret constraints with additional whitespace could not be parsed
Fix an issue where PEP 508 dependency specifications with names starting with a \
digit could not be parsed
Fix an issue where Poetry considered an unrelated .gitignore file resulting in \
an empty wheel
Vendoring
lark==1.1.7
Files: