-
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 21.3 to 22.0 #178
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 21.3 to 22.0. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@21.3...22.0) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov ReportBase: 99.11% // Head: 99.11% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #178 +/- ##
=======================================
Coverage 99.11% 99.11%
=======================================
Files 20 20
Lines 1022 1022
=======================================
Hits 1013 1013
Misses 9 9 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@dependabot merge
…On Wed, Dec 7, 2022 at 7:13 PM dependabot[bot] ***@***.***> wrote:
Bumps packaging <https://github.com/pypa/packaging> from 21.3 to 22.0.
Release notes
*Sourced from packaging's releases
<https://github.com/pypa/packaging/releases>.*
22.0 What's Changed
- Fix compatible version specifier incorrectly strip trailing '0' by
@kasium <https://github.com/kasium> in pypa/packaging#493
<https://github-redirect.dependabot.com/pypa/packaging/pull/493>
- Remove support for Python 3.6 by @abravalheri
<https://github.com/abravalheri> in pypa/packaging#500
<https://github-redirect.dependabot.com/pypa/packaging/pull/500>
- Use concurrency limit in ci by @blink1073
<https://github.com/blink1073> in pypa/packaging#510
<https://github-redirect.dependabot.com/pypa/packaging/pull/510>
- Fix issue link in changelog. by @bdice <https://github.com/bdice>
in pypa/packaging#509
<https://github-redirect.dependabot.com/pypa/packaging/pull/509>
- chore: test with PyPy 3.8 & 3.9 by @mayeut
<https://github.com/mayeut> in pypa/packaging#512
<https://github-redirect.dependabot.com/pypa/packaging/pull/512>
- Accept locally installed prereleases by @q0w
<https://github.com/q0w> in pypa/packaging#515
<https://github-redirect.dependabot.com/pypa/packaging/pull/515>
- Always run GHA workflows when they change by @mayeut
<https://github.com/mayeut> in pypa/packaging#516
<https://github-redirect.dependabot.com/pypa/packaging/pull/516>
- Add __hash__/__eq__ to requirements by @abravalheri
<https://github.com/abravalheri> in pypa/packaging#499
<https://github-redirect.dependabot.com/pypa/packaging/pull/499>
- Upgrade to setup-python v3 and use caching for GHA by @brettcannon
<https://github.com/brettcannon> in pypa/packaging#521
<https://github-redirect.dependabot.com/pypa/packaging/pull/521>
- allow pre-release versions in marker evaluation by @graingert
<https://github.com/graingert> in pypa/packaging#523
<https://github-redirect.dependabot.com/pypa/packaging/pull/523>
- Error out from workflow on missing interpreter by @mayeut
<https://github.com/mayeut> in pypa/packaging#525
<https://github-redirect.dependabot.com/pypa/packaging/pull/525>
- chore: update pre-commit config to the latest repos' versions by
@mayeut <https://github.com/mayeut> in pypa/packaging#534
<https://github-redirect.dependabot.com/pypa/packaging/pull/534>
- chore: remove Windows PyPy 3.9 workaround on GHA by @mayeut
<https://github.com/mayeut> in pypa/packaging#533
<https://github-redirect.dependabot.com/pypa/packaging/pull/533>
- Use pipx to run nox / build in GHA workflows by @mayeut
<https://github.com/mayeut> in pypa/packaging#517
<https://github-redirect.dependabot.com/pypa/packaging/pull/517>
- Run tests with all PyPy versions locally by @mayeut
<https://github.com/mayeut> in pypa/packaging#535
<https://github-redirect.dependabot.com/pypa/packaging/pull/535>
- Adhere to PEP 685 when evaluating markers with extras by @hroncok
<https://github.com/hroncok> in pypa/packaging#545
<https://github-redirect.dependabot.com/pypa/packaging/pull/545>
- chore: update mypy and move to toml by @henryiii
<https://github.com/henryiii> in pypa/packaging#547
<https://github-redirect.dependabot.com/pypa/packaging/pull/547>
- Normalize extra comparison in markers for output by @brettcannon
<https://github.com/brettcannon> in pypa/packaging#549
<https://github-redirect.dependabot.com/pypa/packaging/pull/549>
- Evaluate markers under environment with empty "extra" by @MrMino
<https://github.com/MrMino> in pypa/packaging#550
<https://github-redirect.dependabot.com/pypa/packaging/pull/550>
- Do not set extra in default_environment() by @sbidoul
<https://github.com/sbidoul> in pypa/packaging#554
<https://github-redirect.dependabot.com/pypa/packaging/pull/554>
- Update extlinks strings to use a format string by @mayeut
<https://github.com/mayeut> in pypa/packaging#555
<https://github-redirect.dependabot.com/pypa/packaging/pull/555>
- Update CI test workflow to use ***@***.*** by @mayeut
<https://github.com/mayeut> in pypa/packaging#556
<https://github-redirect.dependabot.com/pypa/packaging/pull/556>
- CI: Update actions/* to their latest major versions by @mayeut
<https://github.com/mayeut> in pypa/packaging#557
<https://github-redirect.dependabot.com/pypa/packaging/pull/557>
- Fix a spelling mistake by @venthur <https://github.com/venthur> in
pypa/packaging#558
<https://github-redirect.dependabot.com/pypa/packaging/pull/558>
- fix: macOS platform tags with old macOS SDK by @mayeut
<https://github.com/mayeut> in pypa/packaging#513
<https://github-redirect.dependabot.com/pypa/packaging/pull/513>
- Correctly parse ELF for musllinux on Big Endian by @uranusjr
<https://github.com/uranusjr> in pypa/packaging#538
<https://github-redirect.dependabot.com/pypa/packaging/pull/538>
- A metadata module with a data class for core metadata by
@brettcannon <https://github.com/brettcannon> in pypa/packaging#518
<https://github-redirect.dependabot.com/pypa/packaging/pull/518>
- Document utils.NormalizedName by @brettcannon
<https://github.com/brettcannon> in pypa/packaging#565
<https://github-redirect.dependabot.com/pypa/packaging/pull/565>
- Drop LegacySpecifier and LegacyVersion by @pradyunsg
<https://github.com/pradyunsg> in pypa/packaging#407
<https://github-redirect.dependabot.com/pypa/packaging/pull/407>
- Move metadata, versions and specifiers API documentation to
sphinx.ext.autodoc by @pradyunsg <https://github.com/pradyunsg> in
pypa/packaging#572
<https://github-redirect.dependabot.com/pypa/packaging/pull/572>
- Demonstrate behaviour of SpecifierSet.__iter__ by @hauntsaninja
<https://github.com/hauntsaninja> in pypa/packaging#575
<https://github-redirect.dependabot.com/pypa/packaging/pull/575>
- Handwritten parser for parsing requirements by @hrnciar
<https://github.com/hrnciar> in pypa/packaging#484
<https://github-redirect.dependabot.com/pypa/packaging/pull/484>
- Add changelog entry for removal of pyparsing dependency by @hroncok
<https://github.com/hroncok> in pypa/packaging#581
<https://github-redirect.dependabot.com/pypa/packaging/pull/581>
- Use Iterator instead of Iterable for specifier filter methods by
@ichard26 <https://github.com/ichard26> in pypa/packaging#584
<https://github-redirect.dependabot.com/pypa/packaging/pull/584>
- Better output on linter failure by @henryiii
<https://github.com/henryiii> in pypa/packaging#478
<https://github-redirect.dependabot.com/pypa/packaging/pull/478>
- Add a "cpNNN-none-any" tag by @joonis <https://github.com/joonis>
in pypa/packaging#541
<https://github-redirect.dependabot.com/pypa/packaging/pull/541>
- Document exceptions raised by functions in utils by @MrMino
<https://github.com/MrMino> in pypa/packaging#544
<https://github-redirect.dependabot.com/pypa/packaging/pull/544>
- Refactor ELF parsing logic to standlone class by @uranusjr
<https://github.com/uranusjr> in pypa/packaging#553
<https://github-redirect.dependabot.com/pypa/packaging/pull/553>
- Forbid prefix version matching on pre-release/post-release segments
by @mayeut <https://github.com/mayeut> in pypa/packaging#563
<https://github-redirect.dependabot.com/pypa/packaging/pull/563>
- Update coverage to >=5.0.0 by @mayeut <https://github.com/mayeut>
in pypa/packaging#586
<https://github-redirect.dependabot.com/pypa/packaging/pull/586>
- Normalize specifier version for prefix matching by @mayeut
<https://github.com/mayeut> in pypa/packaging#561
<https://github-redirect.dependabot.com/pypa/packaging/pull/561>
- Add python 3.11 by @mayeut <https://github.com/mayeut> in
pypa/packaging#587
<https://github-redirect.dependabot.com/pypa/packaging/pull/587>
- Fix prefix version matching by @mayeut <https://github.com/mayeut>
in pypa/packaging#564
<https://github-redirect.dependabot.com/pypa/packaging/pull/564>
- Remove duplicate namedtuple by @layday <https://github.com/layday>
in pypa/packaging#589
<https://github-redirect.dependabot.com/pypa/packaging/pull/589>
- Update changelog by @pradyunsg <https://github.com/pradyunsg> in
pypa/packaging#595
<https://github-redirect.dependabot.com/pypa/packaging/pull/595>
- Change email-related fields in Metadata to str by @brettcannon
<https://github.com/brettcannon> in pypa/packaging#596
<https://github-redirect.dependabot.com/pypa/packaging/pull/596>
- Add versionchanged for 21.3 by @brettcannon
<https://github.com/brettcannon> in pypa/packaging#599
<https://github-redirect.dependabot.com/pypa/packaging/pull/599>
- refactor: use flit as a backend by @henryiii
<https://github.com/henryiii> in pypa/packaging#546
<https://github-redirect.dependabot.com/pypa/packaging/pull/546>
... (truncated)
Changelog
*Sourced from packaging's changelog
<https://github.com/pypa/packaging/blob/main/CHANGELOG.rst>.*
22.0 - 2022-12-07
* Explicitly declare support for Python 3.11 (:issue:`587`)
* Remove support for Python 3.6 (:issue:`500`)
* Remove ``LegacySpecifier`` and ``LegacyVersion`` (:issue:`407`)
* Add ``__hash__`` and ``__eq__`` to ``Requirement`` (:issue:`499`)
* Add a ``cpNNN-none-any`` tag (:issue:`541`)
* Adhere to :pep:`685` when evaluating markers with extras (:issue:`545`)
* Allow accepting locally installed prereleases with ``SpecifierSet`` (:issue:`515`)
* Allow pre-release versions in marker evaluation (:issue:`523`)
* Correctly parse ELF for musllinux on Big Endian (:issue:`538`)
* Document ``packaging.utils.NormalizedName`` (:issue:`565`)
* Document exceptions raised by functions in ``packaging.utils`` (:issue:`544`)
* Fix compatible version specifier incorrectly strip trailing ``0`` (:issue:`493`)
* Fix macOS platform tags with old macOS SDK (:issue:`513`)
* Forbid prefix version matching on pre-release/post-release segments (:issue:`563`)
* Normalize specifier version for prefix matching (:issue:`561`)
* Improve documentation for ``packaging.specifiers`` and ``packaging.version``. (:issue:`572`)
* ``Marker.evaluate`` will now assume evaluation environment with empty ``extra``.
Evaluating markers like ``"extra == 'xyz'"`` without passing any extra in the
``environment`` will no longer raise an exception (:issue:`550`)
* Remove dependency on ``pyparsing``, by replacing it with a hand-written parser.
This package now has no runtime dependencies (:issue:`468`)
* Update return type hint for ``Specifier.filter`` and ``SpecifierSet.filter``
to use ``Iterator`` instead of ``Iterable`` (:issue:`584`)
Commits
- b6e9bbc
<pypa/packaging@b6e9bbc>
Bump for release
- 55bdc66
<pypa/packaging@55bdc66>
Bump version to 22.0
- b997a48
<pypa/packaging@b997a48>
Permit arbitrary whitespace around versions specifier in parenthesis
- e7ce051
<pypa/packaging@e7ce051>
Fix a typo in an error message
- cb09331
<pypa/packaging@cb09331>
Enforce word boundaries in operators and names
- b41326d
<pypa/packaging@b41326d>
Rename marker_expr to marker
- 975cd32
<pypa/packaging@975cd32>
Permit whitespace around marker_atom
- 8cba45c
<pypa/packaging@8cba45c>
Add ParserSyntaxError as the cause of Invalid{Requirement/Marker}
- 7930b73
<pypa/packaging@7930b73>
Improve error message for bad version specifiers in Requirement
- 258d252
<pypa/packaging@258d252>
Rewrite test suite for requirements parsing
- Additional commits viewable in compare view
<pypa/packaging@21.3...22.0>
[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 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:
#178
Commit Summary
- 8324ca4
<8324ca4>
Bump packaging from 21.3 to 22.0
File Changes
(2 files <https://github.com/j01101111sh/metabase-tools/pull/178/files>)
- *M* poetry.lock
<https://github.com/j01101111sh/metabase-tools/pull/178/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(28)
- *M* pyproject.toml
<https://github.com/j01101111sh/metabase-tools/pull/178/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711>
(2)
Patch Links:
- https://github.com/j01101111sh/metabase-tools/pull/178.patch
- https://github.com/j01101111sh/metabase-tools/pull/178.diff
—
Reply to this email directly, view it on GitHub
<#178>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUZK73GSZKBGYODYYPW2AYTWMEY2PANCNFSM6AAAAAASXQIRGA>
.
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps packaging from 21.3 to 22.0.
Release notes
Sourced from packaging's releases.
... (truncated)
Changelog
Sourced from packaging's changelog.
Commits
b6e9bbc
Bump for release55bdc66
Bump version to 22.0b997a48
Permit arbitrary whitespace around versions specifier in parenthesise7ce051
Fix a typo in an error messagecb09331
Enforce word boundaries in operators and namesb41326d
Renamemarker_expr
tomarker
975cd32
Permit whitespace aroundmarker_atom
8cba45c
AddParserSyntaxError
as the cause ofInvalid{Requirement/Marker}
7930b73
Improve error message for bad version specifiers inRequirement
258d252
Rewrite test suite for requirements parsingDependabot 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 will merge this PR once CI passes on it, as requested by @j01101111sh.
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)