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 babel from 2.7.0 to 2.8.0 #3702

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps babel from 2.7.0 to 2.8.0.

Release notes

Sourced from babel's releases.

Version 2.8.0

Improvements

  • CLDR: Upgrade to CLDR 36.0 - Aarni Koskela (#679)
  • Messages: Don't even open files with the "ignore" extraction method - @sebleblanc (#678)

Bugfixes

  • Numbers: Fix formatting very small decimals when quantization is disabled - Lev Lybin, @miluChen (#662)
  • Messages: Attempt to sort all messages – Mario Frasca (#651, #606)

Docs

  • Add years to changelog - Romuald Brunet
  • Note that installation requires pytz - Steve (Gadget) Barnes
Changelog

Sourced from babel's changelog.

Version 2.8.0

Improvements


* CLDR: Upgrade to CLDR 36.0 - Aarni Koskela ([#679](https://github.com/python-babel/babel/issues/679))
* Messages: Don't even open files with the "ignore" extraction method - @sebleblanc ([#678](https://github.com/python-babel/babel/issues/678))

Bugfixes


* Numbers: Fix formatting very small decimals when quantization is disabled - Lev Lybin, @miluChen ([#662](https://github.com/python-babel/babel/issues/662))
* Messages: Attempt to sort all messages – Mario Frasca ([#651](https://github.com/python-babel/babel/issues/651), [#606](https://github.com/python-babel/babel/issues/606))

Docs


* Add years to changelog - Romuald Brunet
* Note that installation requires pytz - Steve (Gadget) Barnes
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/python-babel/babel/commit/d45b2d300b1e2ef261c243ab7d094045d61fcd8e"><code>d45b2d3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/python-babel/babel/issues/683">#683</a> from python-babel/become-2.8.0</li>
<li><a href="https://github.com/python-babel/babel/commit/692ad094c8fdf1895b7f56a071f38f8e463a2c62"><code>692ad09</code></a> Bump version</li>
<li><a href="https://github.com/python-babel/babel/commit/eb1b24f49760eadb13dee0d505b25f93befa5c97"><code>eb1b24f</code></a> Update authors file</li>
<li><a href="https://github.com/python-babel/babel/commit/dc012d4961c8a58c761252053a9954ccdbf4afd2"><code>dc012d4</code></a> Distill changelog from git log</li>
<li><a href="https://github.com/python-babel/babel/commit/c42bc9e907d638b368d07a326daa841e4a0bd691"><code>c42bc9e</code></a> Hardcode "ignore" method</li>
<li><a href="https://github.com/python-babel/babel/commit/df9c01c6480ef20523418079b6774612e47b8c63"><code>df9c01c</code></a> fix small decimal with disabled decimal_quantization</li>
<li><a href="https://github.com/python-babel/babel/commit/30355cadf58fc26fe87064a04901a321225df273"><code>30355ca</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/python-babel/babel/issues/679">#679</a> from python-babel/cldr-36</li>
<li><a href="https://github.com/python-babel/babel/commit/d4a7c266ba119ee8564a14575a60948f723a15cb"><code>d4a7c26</code></a> Correct format_unit test based on new Welsh data</li>
<li><a href="https://github.com/python-babel/babel/commit/fab99b8924ad37e9f04798f464f37e2359ebafeb"><code>fab99b8</code></a> CLDR import: assume files without revision tags to be new</li>
<li><a href="https://github.com/python-babel/babel/commit/49c68d335f8443ba5fee0a5201dd8c2d033e59ff"><code>49c68d3</code></a> Download CLDR 36.0</li>
<li>Additional commits viewable in <a href="https://github.com/python-babel/babel/compare/v2.7.0...v2.8.0">compare view</a></li>
</ul>
</details>

<br />
</code></pre>


[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=babel&package-manager=pip&previous-version=2.7.0&new-version=2.8.0)](https://dependabot.com/compatibility-score/?dependency-name=babel&package-manager=pip&previous-version=2.7.0&new-version=2.8.0)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- 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)



</details>

Bumps [babel](https://github.com/python-babel/babel) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/python-babel/babel/releases)
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES)
- [Commits](python-babel/babel@v2.7.0...v2.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 11, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #3838.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/babel-2.8.0 branch November 11, 2020 12:08
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.

None yet

0 participants