Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Bump babel from 2.6.0 to 2.7.0 #157

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

Conversation

dependabot-preview[bot]
Copy link

Bumps babel from 2.6.0 to 2.7.0.

Release notes

Sourced from babel's releases.

Version 2.7.0

🎉 A new version, almost exactly a year since 2.6.0!

Possibly incompatible changes

These may be backward incompatible in some cases, as some more-or-less internal
APIs have changed. Please feel free to file issues if you bump into anything
strange and we'll try to help!

  • General: Internal uses of babel.util.odict have been replaced with
    collections.OrderedDict from The Python standard library.

Improvements

  • CLDR: Upgrade to CLDR 35.1 - Alberto Mardegan, Aarni Koskela (#626, #643)
  • General: allow anchoring path patterns to the start of a string - Brian Cappello (#600)
  • General: Bumped version requirement on pytz - @​chrisbrake (#592)
  • Messages: pybabel compile: exit with code 1 if errors were encountered - Aarni Koskela (#647)
  • Messages: Add omit-header to update_catalog - Cédric Krier (#633)
  • Messages: Catalog update: keep user comments from destination by default - Aarni Koskela (#648)
  • Messages: Skip empty message when writing mo file - Cédric Krier (#564)
  • Messages: Small fixes to avoid crashes on badly formatted .po files - Bryn Truscott (#597)
  • Numbers: parse_decimal() strict argument and suggestions - Charly C (#590)
  • Numbers: don't repeat suggestions in parse_decimal strict - Serban Constantin (#599)
  • Numbers: implement currency formatting with long display names - Luke Plant (#585)
  • Numbers: parse_decimal(): assume spaces are equivalent to non-breaking spaces when not in strict mode - Aarni Koskela (#649)
  • Performance: Cache locale_identifiers() - Aarni Koskela (#644)

Bugfixes

  • CLDR: Skip alt=... for week data (minDays, firstDay, weekendStart, weekendEnd) - Aarni Koskela (#634)
  • Dates: Fix wrong weeknumber for 31.12.2018 - BT-sschmid (#621)
  • Locale: Avoid KeyError trying to get data on WindowsXP - mondeja (#604)
  • Locale: get_display_name(): Don't attempt to concatenate variant information to None - Aarni Koskela (#645)
  • Messages: pofile: Add comparison operators to _NormalizedString - Aarni Koskela (#646)
  • Messages: pofile: don't crash when message.locations can't be sorted - Aarni Koskela (#646)

Tooling & docs

  • Docs: Remove all references to deprecated easy_install - Jon Dufresne (#610)
  • Docs: Switch print statement in docs to print function - NotAFile
  • Docs: Update all pypi.python.org URLs to pypi.org - Jon Dufresne (#587)
  • Docs: Use https URLs throughout project where available - Jon Dufresne (#588)
  • Support: Add testing and document support for Python 3.7 - Jon Dufresne (#611)
  • Support: Test on Python 3.8-dev - Aarni Koskela (#642)
  • Support: Using ABCs from collections instead of collections.abc is deprecated. - Julien Palard (#609)
  • Tests: Fix conftest.py compatibility with pytest 4.3 - Miro Hrončok (#635)
  • Tests: Update pytest and pytest-cov - Miro Hrončok (#635)
Changelog

Sourced from babel's changelog.

Version 2.7.0

Possibly incompatible changes


These may be backward incompatible in some cases, as some more-or-less internal
APIs have changed. Please feel free to file issues if you bump into anything
strange and we'll try to help!

* General: Internal uses of ``babel.util.odict`` have been replaced with
  ``collections.OrderedDict`` from The Python standard library.

Improvements
~~~~~~~~~~~~

* CLDR: Upgrade to CLDR 35.1 - Alberto Mardegan, Aarni Koskela ([#626](https://github-redirect.dependabot.com/python-babel/babel/issues/626), [#643](https://github-redirect.dependabot.com/python-babel/babel/issues/643))
* General: allow anchoring path patterns to the start of a string - Brian Cappello ([#600](https://github-redirect.dependabot.com/python-babel/babel/issues/600))
* General: Bumped version requirement on pytz - [@​chrisbrake](https://github.com/chrisbrake) ([#592](https://github-redirect.dependabot.com/python-babel/babel/issues/592))
* Messages: `pybabel compile`: exit with code 1 if errors were encountered - Aarni Koskela ([#647](https://github-redirect.dependabot.com/python-babel/babel/issues/647))
* Messages: Add omit-header to update_catalog - Cédric Krier ([#633](https://github-redirect.dependabot.com/python-babel/babel/issues/633))
* Messages: Catalog update: keep user comments from destination by default - Aarni Koskela ([#648](https://github-redirect.dependabot.com/python-babel/babel/issues/648))
* Messages: Skip empty message when writing mo file - Cédric Krier ([#564](https://github-redirect.dependabot.com/python-babel/babel/issues/564))
* Messages: Small fixes to avoid crashes on badly formatted .po files - Bryn Truscott ([#597](https://github-redirect.dependabot.com/python-babel/babel/issues/597))
* Numbers: `parse_decimal()` `strict` argument and `suggestions` - Charly C ([#590](https://github-redirect.dependabot.com/python-babel/babel/issues/590))
* Numbers: don't repeat suggestions in parse_decimal strict - Serban Constantin ([#599](https://github-redirect.dependabot.com/python-babel/babel/issues/599))
* Numbers: implement currency formatting with long display names - Luke Plant ([#585](https://github-redirect.dependabot.com/python-babel/babel/issues/585))
* Numbers: parse_decimal(): assume spaces are equivalent to non-breaking spaces when not in strict mode - Aarni Koskela ([#649](https://github-redirect.dependabot.com/python-babel/babel/issues/649))
* Performance: Cache locale_identifiers() - Aarni Koskela ([#644](https://github-redirect.dependabot.com/python-babel/babel/issues/644))

Bugfixes
~~~~~~~~

* CLDR: Skip alt=... for week data (minDays, firstDay, weekendStart, weekendEnd) - Aarni Koskela ([#634](https://github-redirect.dependabot.com/python-babel/babel/issues/634))
* Dates: Fix wrong weeknumber for 31.12.2018 - BT-sschmid ([#621](https://github-redirect.dependabot.com/python-babel/babel/issues/621))
* Locale: Avoid KeyError trying to get data on WindowsXP - mondeja ([#604](https://github-redirect.dependabot.com/python-babel/babel/issues/604))
* Locale: get_display_name(): Don't attempt to concatenate variant information to None - Aarni Koskela ([#645](https://github-redirect.dependabot.com/python-babel/babel/issues/645))
* Messages: pofile: Add comparison operators to _NormalizedString - Aarni Koskela ([#646](https://github-redirect.dependabot.com/python-babel/babel/issues/646))
* Messages: pofile: don't crash when message.locations can't be sorted - Aarni Koskela ([#646](https://github-redirect.dependabot.com/python-babel/babel/issues/646))

Tooling & docs
~~~~~~~~~~~~~~

* Docs: Remove all references to deprecated easy_install - Jon Dufresne ([#610](https://github-redirect.dependabot.com/python-babel/babel/issues/610))
* Docs: Switch print statement in docs to print function - NotAFile
* Docs: Update all pypi.python.org URLs to pypi.org - Jon Dufresne ([#587](https://github-redirect.dependabot.com/python-babel/babel/issues/587))
* Docs: Use https URLs throughout project where available - Jon Dufresne ([#588](https://github-redirect.dependabot.com/python-babel/babel/issues/588))
* Support: Add testing and document support for Python 3.7 - Jon Dufresne ([#611](https://github-redirect.dependabot.com/python-babel/babel/issues/611))
* Support: Test on Python 3.8-dev - Aarni Koskela ([#642](https://github-redirect.dependabot.com/python-babel/babel/issues/642))
* Support: Using ABCs from collections instead of collections.abc is deprecated. - Julien Palard ([#609](https://github-redirect.dependabot.com/python-babel/babel/issues/609))
</tr></table> ... (truncated)
Commits
  • 8b684d5 Merge pull request #650 from python-babel/become-270
  • 6aa3032 Bump copyright year from 2018 to 2019
  • 469cce9 Bump version
  • 8fcffaf Distill changelog from git log
  • b294828 Update AUTHORS with generate_authors.py
  • 4b6cd34 parse_decimal(): assume spaces are equivalent to non-breaking spaces when not...
  • d7f2e84 py.test: document all_locales marker
  • 03215bc Catalog update: keep user comments from destination by default
  • adea98c Merge pull request #647 from akx/pybabel-exit-code
  • ceb074a pybabel compile: exit with code 1 if errors were encountered
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


Dependabot has been acquired by GitHub  🎉

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants