2023-07-12 09:00:18 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pdm_backend: updated to 2.1.3
2.1.3
Remove duplicate files when building wheel
|
2023-06-28 16:03:52 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pdm_backend: updated to 2.1.2
2.1.2
Fix file permissions to 644 for wheel
2.1.1
Pdm-backend should not normalize names in project metadata
2.1.0
🚀 Features
Change the default build dir to a pdm-specific one
Allow to include files in wheel .data directory
🐞 Bug Fixes
Scm versionning fails when package is not top-level directory
Cleanup logic to first check config_settings
Raise an error when SCM version can't be determined
📝 Documentation
Clarify order of pdm_build_initialize and pdm_build_clean
|
2023-05-15 22:41:35 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pdm_backend: updated to 2.0.7
2.0.7
Convert boolean value to lowercase in Root-Is-Purelib
PDM_BUILD_NO_CLEAN handling is incorrect
|
2023-05-04 07:50:35 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
py-pdm_backend: added version 2.0.6
This is the backend for PDM projects that is fully-compatible with PEP 517
spec, but you can also use it alone. It reads the metadata of PEP 621 format
and coverts it to Core metadata.
|