* Do specifier matching correctly when the specifier contains an epoch number
and has more components than the version (:issue:`683`)
* Support the experimental ``--disable-gil`` builds in packaging.tags
(:issue:`727`)
* BREAKING: Make optional ``metadata.Metadata`` attributes default to ``None`` (:issue:`733`)
* Fix errors when trying to access the ``description_content_type``, ``keywords``,
and ``requires_python`` attributes on ``metadata.Metadata`` when those values
have not been provided (:issue:`733`)
* Fix a bug preventing the use of the built in ``ExceptionGroup`` on versions of
Python that support it (:issue:`725`)
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 python-packages group with 5 updates:
24.2.2
24.3.1
7.0.1
7.0.2
23.2
24.0
0.3.0
0.3.2
1.7.0
1.7.1
Updates
pontos
from 24.2.2 to 24.3.1Release notes
Sourced from pontos's releases.
Commits
2fa7c6a
Automatic release to 24.3.1dc093e8
Add: Undocumented "Reference Tag Update" event26e7f66
Automatic adjustments after release [skip ci]416dd46
Automatic release to 24.3.0d7f417c
Change: Use for "automatic adjustments after a release" commit (#991)5c5190a
Deps: Bump the python-packages group with 5 updatesf5981a5
Change: Document how to use shell command completion44a00a9
Automatic adjustments after releaseUpdates
importlib-metadata
from 7.0.1 to 7.0.2Changelog
Sourced from importlib-metadata's changelog.
Commits
913352a
Finalize26b22b8
Merge pull request #483 from Danyal-Faheem/add-types-for-untyped-methods9d4908e
🧎‍♀️ Genuflect to the types.fd3a0ab
Re-order imports for consistency.0ae1d24
Merge https://github.com/jaraco/skeleton55a55ea
Fix docs error due to duplicate explicit target name.79521e1
Moved example sources to the tests/data directory, avoiding build issues.9f2d682
đź‘ą Feed the hobgoblins (delint).b434f69
Use 'extend-select' to avoid disabling the default config. Ref jaraco/skeleto...d1c5444
Enable complexity check and pycodestyle warnings. Closes jaraco/skeleton#110.Updates
packaging
from 23.2 to 24.0Release notes
Sourced from packaging's releases.
Changelog
Sourced from packaging's changelog.
Commits
7a983f7
Bump for release4d85340
Add riscv64 as a supported manylinux architecture (#751)4dce761
Apply some ruff suggestions (#772)57a6a7f
Appply some bugbear suggestions (#761)7bcd6d8
Apply some refurb suggestions (#763)d0067e9
[StepSecurity] ci: Harden GitHub Actions (#1) (#758)eae70dd
feat: Create dependabot.yml (#757)241bb35
Update URLs (#764)7698237
Remove coverage ignore for non-existent file (#752)b271d2b
Replace PEP references with PUG links (#750)Updates
ruff
from 0.3.0 to 0.3.2Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
a892fc7
Bump version to v0.3.2 (#10304)a067d87
Fix incorrectParameter
range for*args
and**kwargs
(#10283)b64f2ea
Formatter: Improve single-with item formatting for Python 3.8 or older (#10276)4bce801
Fix unstable with-items formatting (#10274)a56d42f
Refactor with statement formatting to have explicit layouts (#10296)1d97f27
Start tracking quoting style in the AST (#10298)965adbe
Fix trailing kwargs end of line comment after slash (#10297)c504d7a
Track quoting style in the tokenizer (#10256)72c9f7e
Include actual conditions in E712 diagnostics (#10254)57be3fc
Treattyping.Annotated
subscripts as type definitions (#10285)Updates
shtab
from 1.7.0 to 1.7.1Release notes
Sourced from shtab's releases.
Commits
61ec99d
Merge pull request #164 from iterative/double-dash3b40ff3
bash: support -- delimeterc65c362
Merge pull request #166 from dustinlagoy/replace-all-non-word-characters47e8401
slight tidyc33102b
replace all non-word characters with wordify2be59e4
CI: add codecov tokena3f3c72
CI: remove comment-botDependabot 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