2024-11-01 01:10:50 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-pdm_backend: update to 2.4.3.
Bump validate-pyproject to 0.9.0 - by @henryiii in #265 (23484)
Update dependencies - by @frostming (7f7dd)
Update badge - by @frostming (6fdd4)
Migrate tool config to pyproject.toml - by @frostming (d5d5c)
|
2024-07-16 05:11:05 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-pdm_backend: updated to 2.3.3
2.3.3
Bug Fixes
Pdm_build.py added twice in sdist file.
|
2024-04-21 17:39:52 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-pdm_backend: update to 2.2.1.
Add parameter --build-number to wheel builder - by @0xfabioo and Frost Ming in \
#229 (d7d15)
Bump pyproject-metadata to 0.8.0 - by @frostming in #231 (5f538)
|
2024-04-15 07:15:56 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-pdm_backend: updated to 2.2.0
2.2.0
Features
Don't add '+editable' to the editable version
Custom version format for source="scm"
Fallback_version config for scm version
vendor: Update packaging to 24.0
vendors: Update pyproject-metadata to 0.8.0rc1
Bug Fixes
Change to datetime.now(tz=UTC)
Documentation
Add missing dep
Chores
Update lockfile to the latest version
|
2023-12-31 22:35:08 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-pdm_backend: update to 2.1.8.
Can't include nested data files in built wheel
Correct pep number
Update domain name
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) |  |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-10-09 12:39:07 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-pdm_backend: updated to 2.1.7
2.1.7
Bug Fixes
Rename tag-pattern to tag_regex in the docs
Copytree handle existing dirs
Normalize the dist info name in the wheel
|
2023-08-29 14:43:11 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-pdm_backend: updated to 2.1.6
2.1.6
Bug Fixes
Path to uri expansion in dependency string
|
2023-08-10 14:35:25 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-pdm_backend: updated to 2.1.5
2.1.5
Bug Fixes
Don't quote project root in file:// urls
Write version to file doesn't work for editable installs
|
2023-07-19 10:16:33 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-pdm_backend: updated to 2.1.4
2.1.4
Bug Fixes
Write version file for sdist build as well
|