Fix a crash issue when requires-python is absent in the project metadata. (#3062)
Now correctly sets related config for PDM_IGNORE_SAVED_PYTHON when it is set to "false", "no", "0". (#3064)
Fix a bug that PDM plugins installed from project-root cannot be loaded, if they have dependencies. (#3067)
v2.17.2
Features & Improvements
Improve the installation progress output to show the time elapsed. (#3051)
The effect of pypi.ignore_stored_index changes a bit. Now even if it is true, index configurations in the config will still be loaded if the index is listed in the pyproject.toml. (#3052)
Bug Fixes
Ignore invalid requires-python values from index. (#3038)
Fix the group selection logic, to make --without GROUP work as expected. (#3045)
Suppress outputs for pdm python install --quiet. (#3049)
Fix a crash issue when requires-python is absent in the project metadata. (#3062)
Now correctly sets related config for PDM_IGNORE_SAVED_PYTHON when it is set to "false", "no", "0". (#3064)
Fix a bug that PDM plugins installed from project-root cannot be loaded, if they have dependencies. (#3067)
Release v2.17.2 (2024-07-31)
Features & Improvements
Improve the installation progress output to show the time elapsed. (#3051)
The effect of pypi.ignore_stored_index changes a bit. Now even if it is true, index configurations in the config will still be loaded if the index is listed in the pyproject.toml. (#3052)
Bug Fixes
Ignore invalid requires-python values from index. (#3038)
Fix the group selection logic, to make --without GROUP work as expected. (#3045)
Suppress outputs for pdm python install --quiet. (#3049)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps pdm from 2.17.1 to 2.17.3.
Release notes
Sourced from pdm's releases.
Changelog
Sourced from pdm's changelog.
Commits
3d3c849
chore: Release 2.17.37ecf86d
fix: rename the news08c58f7
fix: PDM plugins installed from project-root cannot be loaded, if they have d...c81b1a0
fix: Ensure bool pdm ignore saved python (#3064)46c72be
fix: No requires-python in project metadata crashes pdm (#3068)5f8e4cf
doc: fix changelogfa61dbc
chore: Release 2.17.22e33be1
fix: Allow to disable default PyPI without overriding it (#3061)7112b4e
feat: Display Installation Time (#3060)7c58887
feat: replace literal types with type aliases (#3056)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show