apryor6 / flaskerize

Python CLI build/dev tool for templated code generation and project modification. Think Angular schematics for Python.
BSD 3-Clause "New" or "Revised" License
121 stars 13 forks source link

Bump babel from 2.7.0 to 2.11.0 #71

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps babel from 2.7.0 to 2.11.0.

Release notes

Sourced from babel's releases.

Version 2.11.0

The below release notes are auto-generated; please see CHANGES.rst for a human-crafted one.

Thank you to all contributors!

What's Changed

New Contributors

Full Changelog: https://github.com/python-babel/babel/compare/v2.10.3...v2.11.0

v2.10.2

This is a bugfix release for Babel 2.10.1.

What's Changed

New Contributors

Full Changelog: https://github.com/python-babel/babel/compare/v2.10.1...v2.10.2

... (truncated)

Changelog

Sourced from babel's changelog.

Version 2.11.0

Upcoming deprecation


* This version, Babel 2.11, is the last version of Babel to support Python 3.6.
  Babel 2.12 will require Python 3.7 or newer.

Improvements


* Support for hex escapes in JavaScript string literals :gh:`[#877](https://github.com/python-babel/babel/issues/877)` - Przemyslaw Wegrzyn
* Add support for formatting decimals in compact form :gh:`[#909](https://github.com/python-babel/babel/issues/909)` - Jonah Lawrence
* Adapt parse_date to handle ISO dates in ASCII format :gh:`[#842](https://github.com/python-babel/babel/issues/842)` - Eric L.
* Use `ast` instead of `eval` for Python string extraction :gh:`[#915](https://github.com/python-babel/babel/issues/915)` - Aarni Koskela
    * This also enables extraction from static f-strings.
      F-strings with expressions are silently ignored (but won't raise an error as they used to).

Infrastructure
  • Tests: Use regular asserts and pytest.raises() :gh:[#875](https://github.com/python-babel/babel/issues/875) – Aarni Koskela
  • Wheels are now built in GitHub Actions :gh:[#888](https://github.com/python-babel/babel/issues/888) – Aarni Koskela
  • Small improvements to the CLDR downloader script :gh:[#894](https://github.com/python-babel/babel/issues/894) – Aarni Koskela
  • Remove antiquated __nonzero__ methods :gh:[#896](https://github.com/python-babel/babel/issues/896) - Nikita Sobolev
  • Remove superfluous __unicode__ declarations :gh:[#905](https://github.com/python-babel/babel/issues/905) - Lukas Juhrich
  • Mark package compatible with Python 3.11 :gh:[#913](https://github.com/python-babel/babel/issues/913) - Aarni Koskela
  • Quiesce pytest warnings :gh:[#916](https://github.com/python-babel/babel/issues/916) - Aarni Koskela

Bugfixes


* Use email.Message for pofile header parsing instead of the deprecated ``cgi.parse_header`` function. :gh:`[#876](https://github.com/python-babel/babel/issues/876)` – Aarni Koskela
* Remove determining time zone via systemsetup on macOS :gh:`[#914](https://github.com/python-babel/babel/issues/914)` - Aarni Koskela

Documentation
  • Update Python versions in documentation :gh:[#898](https://github.com/python-babel/babel/issues/898) - Raphael Nestler
  • Align BSD-3 license with OSI template :gh:[#912](https://github.com/python-babel/babel/issues/912) - Lukas Kahwe Smith

Version 2.10.3

This is a bugfix release for Babel 2.10.2, which was mistakenly packaged with outdated locale data.

Thanks to Michał Górny for pointing this out and Jun Omae for verifying.

This and future Babel PyPI packages will be built by a more automated process, </tr></table>

... (truncated)

Commits
  • a30d7cf Become 2.11.0
  • bc9dc84 Quiesce pytest warnings (#916)
  • 52b83d3 Setup: mark as compatible with Python 3.11
  • f117ead CI: test on Python 3.11
  • 2e5708f Use ast instead of eval for string extraction
  • a946ae6 Adapt parse_date to handle ISO dates in ASCII format
  • 05df10f Add support for compact decimal formats (#909)
  • 03c8fae Remove determining time zone via systemsetup on macOS
  • c7d04e8 Support for hex escapes in JavaScript string literals
  • 8f5757c align license with OSI template (#912)
  • 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[bot] commented 1 year ago

Superseded by #78.