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 chameleon from 4.4.2 to 4.5.0 in /dependabot #20

Merged
merged 3 commits into from
Jan 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 25, 2024

Bumps chameleon from 4.4.2 to 4.5.0.

Release notes

Sourced from chameleon's releases.

4.5.0

What's Changed

New Contributors

Full Changelog: malthe/chameleon@4.4.3...4.5.0

4.4.4

Full Changelog: malthe/chameleon@4.4.3...4.4.4

4.4.3

What's Changed

New Contributors

Full Changelog: malthe/chameleon@4.4.2...4.4.3

Changelog

Sourced from chameleon's changelog.

4.5.0 (2024-01-18)

  • Chameleon now has type annotations!

  • The list of names previously disallowed for use as variables in templates such as "int" and "float" has been trimmed significantly, not because it's a good idea to use such names but because the list of disallowed names was not exhaustive and complicated the compiler code; and perhaps more importantly, the technical reason for disallowing the names in the first place no longer applies.

  • Fix a regression where generated template code would suboptimal due to incorrect handling of internal variables.

  • Always cook templates in debug mode, even when using CHAMELEON_CACHE option to persist generated code on disk.

  • Parsing the AST back to Python code now uses the built-in ast.unparse function. This change is not directly surfaced but means that the unparsing code is now more correctly tracking changes to the interpreter.

  • Drop support for platforms where AST nodes aren't weakref-capable (e.g., older PyPy).

4.4.4 (2024-01-18)

  • Fix a PyPy compatibility issue having to do with determining the set of versions when some packages (e.g. cffi) would not carry a version.

4.4.3 (2023-12-30)

  • Remove zope.interface.

  • Fix an issue where auto_reload is enabled and a file is loaded from a package that wasn't zip-compressed. ([#402](https://github.com/malthe/chameleon/issues/402) <https://github.com/malthe/chameleon/issues/402>_)

Commits
  • b42ad15 Prepare release
  • 9aa29dd Lint
  • 84dbc5c Prepare release
  • b1e4448 Unused import
  • efb0968 This is really just a string type
  • f541d63 This assertion seems to be wrong
  • 7ef1a97 Update year
  • e1a0758 Remove copyright notice because this code is no longer included
  • 016484f Merge pull request #408 from malthe/ast-codegen-cleanup
  • 480c1b5 Rewrite node annotation logic to use straight-up transformation
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [chameleon](https://github.com/malthe/chameleon) from 4.4.2 to 4.5.0.
- [Release notes](https://github.com/malthe/chameleon/releases)
- [Changelog](https://github.com/malthe/chameleon/blob/master/CHANGES.rst)
- [Commits](malthe/chameleon@4.4.2...4.5.0)

---
updated-dependencies:
- dependency-name: chameleon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 25, 2024

The following labels could not be found: dependencies.

@icemac icemac enabled auto-merge (squash) January 25, 2024 07:45
@icemac icemac merged commit ae4c33d into master Jan 25, 2024
14 checks passed
@icemac icemac deleted the dependabot-pip-dependabot-chameleon-4.5.0 branch January 25, 2024 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant