-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump packaging from 24.0 to 24.2 #32
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [packaging](https://github.com/pypa/packaging) from 24.0 to 24.2. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.0...24.2) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Nov 11, 2024
@dependabot merge
…On Mon, 11 Nov 2024, 22:11 dependabot[bot], ***@***.***> wrote:
Bumps packaging <https://github.com/pypa/packaging> from 24.0 to 24.2.
Release notes
*Sourced from packaging's releases
<https://github.com/pypa/packaging/releases>.*
24.2 What's Changed
- The source is auto-formatted with ruff, not black by
@DimitriPapadopoulos <https://github.com/DimitriPapadopoulos> in
pypa/packaging#798
<https://github.com/pypa/packaging/pull/798>
- Bump the github-actions group across 1 directory with 3 updates by
@dependabot <https://github.com/dependabot> in pypa/packaging#813
<https://github.com/pypa/packaging/pull/813>
- Apply ruff rules (RUF) by @DimitriPapadopoulos
<https://github.com/DimitriPapadopoulos> in pypa/packaging#800
<https://github.com/pypa/packaging/pull/800>
- Fix typo in Version __str__ by @aryanpingle
<https://github.com/aryanpingle> in pypa/packaging#817
<https://github.com/pypa/packaging/pull/817>
- Bump the github-actions group with 3 updates by @dependabot
<https://github.com/dependabot> in pypa/packaging#819
<https://github.com/pypa/packaging/pull/819>
- Get rid of duplicate test cases by @DimitriPapadopoulos
<https://github.com/DimitriPapadopoulos> in pypa/packaging#821
<https://github.com/pypa/packaging/pull/821>
- Fix doc for canonicalize_version and a typo in a docstring by
@Laurent-Dx <https://github.com/Laurent-Dx> in pypa/packaging#801
<https://github.com/pypa/packaging/pull/801>
- docs: public/base_version comparison by @henryiii
<https://github.com/henryiii> in pypa/packaging#818
<https://github.com/pypa/packaging/pull/818>
- Apply ruff/bugbear rules (B) by @DimitriPapadopoulos
<https://github.com/DimitriPapadopoulos> in pypa/packaging#787
<https://github.com/pypa/packaging/pull/787>
- Apply ruff/pyupgrade rules (UP) by @DimitriPapadopoulos
<https://github.com/DimitriPapadopoulos> in pypa/packaging#786
<https://github.com/pypa/packaging/pull/786>
- Add a changelog entry for dropping Python 3.7 support by @alexwlchan
<https://github.com/alexwlchan> in pypa/packaging#824
<https://github.com/pypa/packaging/pull/824>
- Patch python_full_version unconditionally by @jaraco
<https://github.com/jaraco> in pypa/packaging#825
<https://github.com/pypa/packaging/pull/825>
- Refactor canonicalize_version by @jaraco <https://github.com/jaraco>
in pypa/packaging#793
<https://github.com/pypa/packaging/pull/793>
- Allow creating a SpecifierSet from a list of specifiers by @pfmoore
<https://github.com/pfmoore> in pypa/packaging#777
<https://github.com/pypa/packaging/pull/777>
- Fix uninformative error message by @abravalheri
<https://github.com/abravalheri> in pypa/packaging#830
<https://github.com/pypa/packaging/pull/830>
- Fix prerelease detection for > and < by @notatallshaw
<https://github.com/notatallshaw> in pypa/packaging#794
<https://github.com/pypa/packaging/pull/794>
- Bump the github-actions group across 1 directory with 4 updates by
@dependabot <https://github.com/dependabot> in pypa/packaging#839
<https://github.com/pypa/packaging/pull/839>
- Add support for PEP 730 iOS tags. by @freakboy3742
<https://github.com/freakboy3742> in pypa/packaging#832
<https://github.com/pypa/packaging/pull/832>
- Update the changelog to reflect 24.1 changes by @pradyunsg
<https://github.com/pradyunsg> in pypa/packaging#840
<https://github.com/pypa/packaging/pull/840>
- Mention updating changelog in release process by @pradyunsg
<https://github.com/pradyunsg> in pypa/packaging#841
<https://github.com/pypa/packaging/pull/841>
- Add a comment as to why Metadata.name isn't normalized by
@brettcannon <https://github.com/brettcannon> in pypa/packaging#842
<https://github.com/pypa/packaging/pull/842>
- Use !r formatter for error messages with filenames. by @Carreau
<https://github.com/Carreau> in pypa/packaging#844
<https://github.com/pypa/packaging/pull/844>
- PEP 639: Implement License-Expression and License-File by @ewdurbin
<https://github.com/ewdurbin> in pypa/packaging#828
<https://github.com/pypa/packaging/pull/828>
- Bump the github-actions group with 4 updates by @dependabot
<https://github.com/dependabot> in pypa/packaging#852
<https://github.com/pypa/packaging/pull/852>
- Upgrade to latest mypy by @hauntsaninja
<https://github.com/hauntsaninja> in pypa/packaging#853
<https://github.com/pypa/packaging/pull/853>
- Extraneous quotes by @ewdurbin <https://github.com/ewdurbin> in
pypa/packaging#848
<https://github.com/pypa/packaging/pull/848>
New Contributors
- @aryanpingle <https://github.com/aryanpingle> made their first
contribution in pypa/packaging#817
<https://github.com/pypa/packaging/pull/817>
- @Laurent-Dx <https://github.com/Laurent-Dx> made their first
contribution in pypa/packaging#801
<https://github.com/pypa/packaging/pull/801>
- @alexwlchan <https://github.com/alexwlchan> made their first
contribution in pypa/packaging#824
<https://github.com/pypa/packaging/pull/824>
- @jaraco <https://github.com/jaraco> made their first contribution
in pypa/packaging#825
<https://github.com/pypa/packaging/pull/825>
- @notatallshaw <https://github.com/notatallshaw> made their first
contribution in pypa/packaging#794
<https://github.com/pypa/packaging/pull/794>
- @freakboy3742 <https://github.com/freakboy3742> made their first
contribution in pypa/packaging#832
<https://github.com/pypa/packaging/pull/832>
- @Carreau <https://github.com/Carreau> made their first contribution
in pypa/packaging#844
<https://github.com/pypa/packaging/pull/844>
- @ewdurbin <https://github.com/ewdurbin> made their first
contribution in pypa/packaging#828
<https://github.com/pypa/packaging/pull/828>
*Full Changelog*: ***@***.***
<pypa/packaging@24.1...24.2>
24.1 What's Changed
- pyupgrade/black/isort/flake8 → ruff by @DimitriPapadopoulos
<https://github.com/DimitriPapadopoulos> in pypa/packaging#769
<https://github.com/pypa/packaging/pull/769>
- Add support for Python 3.13 and drop EOL 3.7 by @hugovk
<https://github.com/hugovk> in pypa/packaging#783
<https://github.com/pypa/packaging/pull/783>
- Bump the github-actions group with 4 updates by @dependabot
<https://github.com/dependabot> in pypa/packaging#782
<https://github.com/pypa/packaging/pull/782>
- Fix typo in _parser docstring by @pradyunsg
<https://github.com/pradyunsg> in pypa/packaging#784
<https://github.com/pypa/packaging/pull/784>
- Modernise type annotations using FA rules from ruff by @pradyunsg
<https://github.com/pradyunsg> in pypa/packaging#785
<https://github.com/pypa/packaging/pull/785>
- Document markers.default_environment() by @edgarrmondragon
<https://github.com/edgarrmondragon> in pypa/packaging#753
<https://github.com/pypa/packaging/pull/753>
- Bump the github-actions group with 3 updates by @dependabot
<https://github.com/dependabot> in pypa/packaging#789
<https://github.com/pypa/packaging/pull/789>
... (truncated)
Changelog
*Sourced from packaging's changelog
<https://github.com/pypa/packaging/blob/main/CHANGELOG.rst>.*
24.2 - 2024-11-08
* PEP 639: Implement License-Expression and License-File (:issue:`828`)
* Use ``!r`` formatter for error messages with filenames (:issue:`844`)
* Add support for PEP 730 iOS tags (:issue:`832`)
* Fix prerelease detection for ``>`` and ``<`` (:issue:`794`)
* Fix uninformative error message (:issue:`830`)
* Refactor ``canonicalize_version`` (:issue:`793`)
* Patch python_full_version unconditionally (:issue:`825`)
* Fix doc for ``canonicalize_version`` to mention ``strip_trailing_zero`` and a typo in a docstring (:issue:`801`)
* Fix typo in Version ``__str__`` (:issue:`817`)
* Support creating a ``SpecifierSet`` from an iterable of ``Specifier`` objects (:issue:`775`)
24.1 - 2024-06-10
- Document markers.default_environment() (:issue:753).
- Add support for Python 3.13 (:issue:783).
- Modernise type annotations (:issue:785).
- Work around platform.python_version() returning non PEP 440
compliant version for non-tagged CPython builds (:issue:802).
Commits
- d8e3b31
<pypa/packaging@d8e3b31>
Bump for release
- 2de393d
<pypa/packaging@2de393d>
Update changelog for release
- 9c66f5c
<pypa/packaging@9c66f5c>
Remove extraneous quotes in f-strings by using !r (#848
<https://github.com/pypa/packaging/issues/848>)
- 4dc334c
<pypa/packaging@4dc334c>
Upgrade to latest mypy (#853
<https://github.com/pypa/packaging/issues/853>)
- d1a9f93
<pypa/packaging@d1a9f93>
Bump the github-actions group with 4 updates (#852
<https://github.com/pypa/packaging/issues/852>)
- 029f415
<pypa/packaging@029f415>
PEP 639: Implement License-Expression and License-File (#828
<https://github.com/pypa/packaging/issues/828>)
- 6c338a8
<pypa/packaging@6c338a8>
Use !r formatter for error messages with filenames. (#844
<https://github.com/pypa/packaging/issues/844>)
- 28e7da7
<pypa/packaging@28e7da7>
Add a comment as to why Metadata.name isn't normalized (#842
<https://github.com/pypa/packaging/issues/842>)
- ce0d79c
<pypa/packaging@ce0d79c>
Mention updating changelog in release process (#841
<https://github.com/pypa/packaging/issues/841>)
- ac5bdf3
<pypa/packaging@ac5bdf3>
Update the changelog to reflect 24.1 changes (#840
<https://github.com/pypa/packaging/issues/840>)
- Additional commits viewable in compare view
<pypa/packaging@24.0...24.2>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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 <dependency name> 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)
------------------------------
You can view, comment on, or merge this pull request online at:
#32
Commit Summary
- 7429305
<7429305>
Bump packaging from 24.0 to 24.2
File Changes
(2 files <https://github.com/never147/ansible-desktop/pull/32/files>)
- *M* poetry.lock
<https://github.com/never147/ansible-desktop/pull/32/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(10)
- *M* pyproject.toml
<https://github.com/never147/ansible-desktop/pull/32/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711>
(2)
Patch Links:
- https://github.com/never147/ansible-desktop/pull/32.patch
- https://github.com/never147/ansible-desktop/pull/32.diff
—
Reply to this email directly, view it on GitHub
<#32>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANGICCPZWE22RXATEEYKP32AETSFAVCNFSM6AAAAABRSW3PZSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY2TANJRGE4DMMI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps packaging from 24.0 to 24.2.
Release notes
Sourced from packaging's releases.
... (truncated)
Changelog
Sourced from packaging's changelog.
Commits
d8e3b31
Bump for release2de393d
Update changelog for release9c66f5c
Remove extraneous quotes in f-strings by using!r
(#848)4dc334c
Upgrade to latest mypy (#853)d1a9f93
Bump the github-actions group with 4 updates (#852)029f415
PEP 639: Implement License-Expression and License-File (#828)6c338a8
Use !r formatter for error messages with filenames. (#844)28e7da7
Add a comment as to whyMetadata.name
isn't normalized (#842)ce0d79c
Mention updating changelog in release process (#841)ac5bdf3
Update the changelog to reflect 24.1 changes (#840)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 <dependency name> 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)