Skip to content
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 glom from 22.1.0 to 23.3.0 #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps glom from 22.1.0 to 23.3.0.

Changelog

Sourced from glom's changelog.

23.3.0

(March 30, 2023)

Officially drop Python 2/3.6 support and fix a small warning caused by a docstring (#258i258).

23.1.1

(January 19, 2023)

Fix a dependency issue by pinning the face library.

23.1.0

(January 18, 2023)

Note: Planned last release to support Python 2.

Two long-awaited big changes in this release, with a couple smaller ones:

  • Enabled the star/wildcard (*/**) behavior initially released in 22.1.0 (see below) by default.
    • If you had a spec broken by this, you can quick-fix it without downgrading by setting glom.core.PATH_STAR = False.
    • You can fix the broken paths by using the Path spec type explicitly, e.g., Path('a', '*') instead of simply 'a.*'.
    • ** now includes the current target element itself. Useful for **-prefixed specs (e.g., '**.key') so that the root element is considered.
  • Rationalized argument behavior for several spec types
    • Affected spec types: Coalesce, Call, T, Match, And, Or, Not, Check, Assign
    • In short, before 23.1.0, each of these implemented their own logic around interpreting arguments. Some treated them as literals, others had varying support for specs.
    • Now they all use glom.core.arg_val to consistently handle arguments. In brief, they now all support conservative evaluation of specs (such as explicit T objects), very useful for when you want your spec's default to reference the target.
    • More docs forthcoming.
    • We did our best to make this as seamless and sane as possible. If this breaks something, please file an issue, we're eager to hear from you.
  • Patched an issue where OrderedDict would be treated as a plain object by Delete (#246i246).
    • Even better fix forthcoming.
  • Tweaked Iter() to use Pipe() for .all(), mostly for benefits to the repr.
Commits
  • ce910a8 write v23.3.0 changelog
  • e014dcb bump docs version
  • af446a9 also remove py3.6 pypi classifier
  • 82943b1 bump version for v23.3.0 release
  • f3b4071 Fix invalid escape sequence '\ ' warning (#258)
  • e343043 Delete setup.cfg (#257)
  • ec19f8b Only supporting Python 3.7+ (including dropping Python 2) (#255)
  • a8de39d bump version for v23.1.2 dev
  • 53666f5 fix face dep and bump version for v23.1.1 release
  • d2df6af bump version for v23.1.1dev
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
glom [>= 23.5.a, < 23.6]
glom [>= 23.4.a, < 23.5]

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 22, 2024
Bumps [glom](https://github.com/mahmoud/glom) from 22.1.0 to 23.3.0.
- [Changelog](https://github.com/mahmoud/glom/blob/master/CHANGELOG.md)
- [Commits](mahmoud/glom@v22.1.0...v23.3.0)

---
updated-dependencies:
- dependency-name: glom
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/glom-23.3.0 branch from 642d524 to 8a31f68 Compare July 24, 2024 18:03
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.

0 participants