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.0 to 4.5.3 #1838

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2024

Bumps chameleon from 4.4.0 to 4.5.3.

Release notes

Sourced from chameleon's releases.

4.5.3

What's Changed

Full Changelog: malthe/chameleon@4.5.2...4.5.3

4.5.2

What's Changed

4.5.1

What's Changed

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

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

4.4.2

... (truncated)

Changelog

Sourced from chameleon's changelog.

4.5.3 (2024-04-05)

  • Minor optimization when rendering translations with a static message id (don't need to test if it's non-empty).

  • Fix a bug where a macro could not be used correctly to render a translation name. ([#419](https://github.com/malthe/chameleon/issues/419) <https://github.com/malthe/chameleon/issues/419>_)

4.5.2 (2024-01-29)

  • Fix a regression where a static symbol would not get correctly imported. ([#414](https://github.com/malthe/chameleon/issues/414) <https://github.com/malthe/chameleon/issues/414>_)

4.5.1 (2024-01-28)

  • Add Python 3.13 classifier.

  • Fix a regression where default_extension was no longer permitted as a positional argument to PageTemplateLoader. ([#411](https://github.com/malthe/chameleon/issues/411) <https://github.com/malthe/chameleon/issues/411>_)

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

... (truncated)

Commits
  • 2d399ec Prepare release
  • b757a4d Merge pull request #418 from Daverball/minor-type-improvements
  • 0822ac9 Merge pull request #421 from malthe/translate-msgid-check-optimization
  • 5202150 Minor optimization
  • 0d52645 Narrow type for mangle
  • c265cbd Merge pull request #420 from malthe/issue-419
  • 8a3f589 Fix issue where macro would not get correctly rendered for a translation name
  • c9c550d Improves mypy config. Adds explicit re-exports to __init__.py.
  • 95ceb0c Add Shields to README
  • 6b4b6c3 Merge pull request #416 from malthe/test-ecosystem
  • 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.0 to 4.5.3.
- [Release notes](https://github.com/malthe/chameleon/releases)
- [Changelog](https://github.com/malthe/chameleon/blob/master/CHANGES.rst)
- [Commits](malthe/chameleon@4.4.0...4.5.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 5, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 8, 2024

Superseded by #1840.

@dependabot dependabot bot closed this Apr 8, 2024
@dependabot dependabot bot deleted the dependabot/pip/chameleon-4.5.3 branch April 8, 2024 10:29
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