Path to this page:
Subject: CVS commit: pkgsrc/devel/py-hatchling
From: Adam Ciarcinski
Date: 2022-09-27 10:20:34
Message id: 20220927082034.83D1DFA90@cvs.NetBSD.org
Log Message:
py-hatchling: updated to 1.10.0
1.10.0 - 2022-09-18
Added:
Add the following to the list of directories that cannot be traversed: \
__pypackages__, .hg, .hatch, .tox, .nox
Add deprecated option to allow ambiguous features
Fixed:
Improve tracking of dynamic metadata
Fix core metadata for entries in project.optional-dependencies that use direct \
references
1.9.0 - 2022-09-09
Changed:
File pattern matching now more closely resembles Git's behavior
Added:
Implement a minimal version of prepare_metadata_for_build_wheel and \
prepare_metadata_for_build_editable for non-frontend tools that only need to \
inspect a project's metadata
Add metadata command to view PEP 621 project metadata
Improve error messages for SPDX license errors
Retroactively support License-File for core metadata starting at version 2.1
Bump the minimum supported version of pathspec to 0.10.1
Fixed:
Allow the valid non-SPDX license values LicenseRef-Public-Domain and \
LicenseRef-Proprietary
Show the help text of the CLI when no subcommand is selected
Files: