Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps pdm from 2.7.4 to 2.8.0.

Release notes

Sourced from pdm's releases.

v2.8.0

Features & Improvements

  • Support target python with other architectures. #2078
  • Display the help information when running pdm directly. #2081
  • Allow to change the python providers from the config. Support finding pythons from Rye installation location with the new findpython. #2099
  • Option to save static URLs in the lockfile. By default only filenames are saved. #2101

Bug Fixes

  • Fix a bug that egg-info directories are not removed completely, leading to incomplete distribution. #2027
  • Skip distributions with wrong package meta information and duplicate path. #2075
  • Avoid mistakenly passing command-line arguments while testing. #2083
  • Fix a bug that lockfile groups are overwritten when running locking in a preceding step of pdm install. #2086
  • Tolerate and actually ignore the local versions in version specifiers. #2102
  • Fix a bug that shared cache cannot support overlapping namespace packages. #2105

Documentation

  • Add notes about using custom venv path. #2096

v2.8.0a2

Bug Fixes

  • Fix a bug that dependencies can't be updated when the table is separated by another table. #2056
  • Fix a bug that *_lock hooks are always emitted with dry_run=True in pdm update. #2060
  • Fix a bug that pdm install --plugins can't install self. #2062
  • Fix a cache collision between named requirements and url requirements. #2064

v2.8.0a1

Features & Improvements

  • Add support for cookiecutter and copier as project generator. #2059

v2.8.0a0

Get the latest version

pipx upgrade --pip-args=--pre pdm

Or

pdm self update --pre

... (truncated)

Changelog

Sourced from pdm's changelog.

Release v2.8.0 (2023-07-15)

Features & Improvements

  • Support target python with other architectures. #2078
  • Display the help information when running pdm directly. #2081
  • Allow to change the python providers from the config. Support finding pythons from Rye installation location with the new findpython. #2099
  • Option to save static URLs in the lockfile. By default only filenames are saved. #2101

Bug Fixes

  • Fix a bug that egg-info directories are not removed completely, leading to incomplete distribution. #2027
  • Skip distributions with wrong package meta information and duplicate path. #2075
  • Avoid mistakenly passing command-line arguments while testing. #2083
  • Fix a bug that lockfile groups are overwritten when running locking in a preceding step of pdm install. #2086
  • Tolerate and actually ignore the local versions in version specifiers. #2102
  • Fix a bug that shared cache cannot support overlapping namespace packages. #2105

Documentation

  • Add notes about using custom venv path. #2096

Release v2.8.0a2 (2023-06-30)

Bug Fixes

  • Fix a bug that dependencies can't be updated when the table is separated by another table. #2056
  • Fix a bug that *_lock hooks are always emitted with dry_run=True in pdm update. #2060
  • Fix a bug that pdm install --plugins can't install self. #2062
  • Fix a cache collision between named requirements and url requirements. #2064

Release v2.8.0a1 (2023-06-27)

Features & Improvements

  • Add support for cookiecutter and copier as project generator. #2059

Release v2.8.0a0 (2023-06-27)

Features & Improvements

  • pdm init now accepts a template argument to initialize project from a built-in or Git template. #2053
  • Replace the DeprecationWarning with FutureWarning for better exposure. #2012

... (truncated)

Commits

Dependabot compatibility score

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 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](https://github.com/pdm-project/pdm) from 2.7.4 to 2.8.0.
- [Release notes](https://github.com/pdm-project/pdm/releases)
- [Changelog](https://github.com/pdm-project/pdm/blob/main/CHANGELOG.md)
- [Commits](pdm-project/pdm@2.7.4...2.8.0)

---
updated-dependencies:
- dependency-name: pdm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 17, 2023
@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (ca99e77) 99.69% compared to head (24c0b17) 99.69%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1648   +/-   ##
=======================================
  Coverage   99.69%   99.69%           
=======================================
  Files          71       71           
  Lines        4937     4937           
  Branches      646      646           
=======================================
  Hits         4922     4922           
  Misses         13       13           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@adamtheturtle adamtheturtle merged commit 39fd8c5 into master Jul 17, 2023
@adamtheturtle adamtheturtle deleted the dependabot/pip/pdm-2.8.0 branch July 17, 2023 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants