2.13.2
版本发布时间: 2024-03-30 19:35:25
pdm-project/pdm最新发布版本:2.18.1(2024-08-16 17:48:47)
Bug Fixes
- Fix errors when parsing poetry format that contains special characters in author name.
Poetry-specific
parse_name_email
andNAME_EMAIL_RE
moved frompdm.formats.base
topdm.formats.poetry
. #2665 - Fix a race condition in cached packages. When a cached package is being created it shouldn't be used for installation. #2739
- Add back
PreparedCandidate.build()
for backward-compatibility. #2747
Documentation
- Fixed a small non-code typo in docs and prodivded better wording. #2740