Adopted the bdist_wheel command from the wheel project -- by :user:agronholm (#1386)
Improve error message when pkg_resources.ZipProvider tries to extract resources with a missing Egg -- by :user:Avasam
Added variables and parameter type annotations to pkg_resources to be nearly on par with typeshed.* -- by :user:Avasam
* Excluding TypeVar and overload. Return types are currently inferred. (#4246)
Migrated Setuptools' own config to pyproject.toml (#4310)
Bugfixes
Prevent a TypeError: 'NoneType' object is not callable when shutil_rmtree is called without an onexc parameter on Python<=3.11 -- by :user:Avasam (#4382)
Replace use of mktemp with can_symlink from the stdlib test suite. (#4403)
Improvement for attr: directives in configuration to handle
more edge cases related to complex package_dir. (#4405)
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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the minor-patch-dependencies group with 2 updates in the / directory: sentry-sdk and setuptools.
Updates
sentry-sdk
from 2.5.1 to 2.7.1Release notes
Sourced from sentry-sdk's releases.
Changelog
Sourced from sentry-sdk's changelog.
Commits
1ab1fa9
release: 2.7.1dc57972
fix(otel): Fix missing baggage (#3218)0629094
This is the config file of asdf-vm which we do not use.c210ad6
Added option to disable middleware spans in Starlette (#3052)168600f
build: Update tornado version in setup.py to match code check. (#3206)a0c836b
Merge branch 'release/2.7.0'3314307
updated changeloge60c0b6
release: 2.7.09506913
Do not raise error when channels is not installed (#3203)7c1685e
Set up typing for OTel (#3168)Updates
setuptools
from 70.0.0 to 70.1.1Changelog
Sourced from setuptools's changelog.
Commits
222ebf9
Bump version: 70.1.0 → 70.1.1a66cedc
"Embed" test_bdist_wheel files and execution (#4429)48ce5ed
pkg_resources: Merge@overload
andTypeVar
annotations from typeshed (#4390)11bd24c
Use set instead of True-only dict for non-public names (#4381)82145bc
Merge branch 'main' of https://github.com/pypa/setuptools into typeshed-overl...807d7c1
Move check to _fn2adbd4f
Simplify setuptools owntool.setuptools.packages.find
by using include rule...b4f5a07
Add news fragmentffea3b0
Remove no longer used bdist_wheel_testdata directory61e18ff
Adopt latest change from wheel testDependabot 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