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 2.22 to 3.9.1 #105

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

Conversation

dependabot-preview[bot]
Copy link

Bumps chameleon from 2.22 to 3.9.1.

Changelog

Sourced from chameleon's changelog.

3.9.1 (2021-05-14)

  • Avoid various traceback reference cycles.

3.9.0 (2021-02-26)

  • Removed compatibility code for unsupported Python versions
  • Dropped support for obsolete Python 3.4
  • Fixed namespace handling when redefining a variable in the same tal:define (#237)
  • Fixed failure computing a template's digest if template.filename is None (#254)

3.8.1 (2020-07-06)

  • Added code optimization to reduce sequential appends of static text.
  • The default symbol in dynamic attributes is now symbolic. Previously, it was assigned the string value of the default attribute text. A similar change has been made for switch/case expressions.
  • The built-in attrs dictionary of static element attributes now correctly works with tal:define, etc.
  • Fix slice code generation compatibility issue on Python 3.9.

3.8.0 (2020-06-25)

  • Expose default marker as importable symbol chameleon.tales.DEFAULT_MARKER.
  • Removed legacy flag literal_false. To get a similar behavior, use boolean_attributes.

3.7.4 (2020-06-17)

  • Fix brown-bag release.

3.7.3 (2020-06-17)

  • Fix regression introduced in 3.6.2 where the default marker would incorrectly change its value between templates, causing issues in software which depends on the value being treated as a global object.

3.7.2 (2020-05-31)

  • Allow setting a custom value representation function, allowing custom formatting of variables during exception formatting.

3.7.1 (2020-05-10)

  • Fix compatiblity issue with Python 3.9.

3.7.0 (2020-03-26)

... (truncated)

Commits
  • 7c0c3fe Preparing release
  • 5278083 Merge pull request #344 from cjwatson/traceback-reference-cycle
  • 48716ef Avoid various traceback reference cycles
  • e7034bd Merge pull request #343 from felixonmars/patch-1
  • 800df45 Correct a typo in test_templates.py
  • 407402f - vb [ci skip]
  • b0a3a92 - prepare release 3.9.0
  • a3e495c Merge pull request #340 from malthe/dataflake/issue_254
  • b94fa46 Merge pull request #341 from malthe/dataflake/cleanup
  • d835cd4 - Removed compatibility code for unsupported Python versions
  • 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants