YuzuRyo61 / Misskey.py

The Misskey API library for Python. Misskey is made by syuilo. 🐡( '-' 🐡 )hug punch!!!!
https://misskeypy.readthedocs.io/ja/latest/
MIT License
83 stars 7 forks source link

Bump babel from 2.6.0 to 2.7.0 #18

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps babel from 2.6.0 to 2.7.0.

Release notes *Sourced from [babel's releases](https://github.com/python-babel/babel/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](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)) > * Tests: Fix conftest.py compatibility with pytest 4.3 - Miro Hrončok ([#635](https://github-redirect.dependabot.com/python-babel/babel/issues/635)) > * Tests: Update pytest and pytest-cov - Miro Hrončok ([#635](https://github-redirect.dependabot.com/python-babel/babel/issues/635))
Changelog *Sourced from [babel's changelog](https://github.com/python-babel/babel/blob/master/CHANGES).* > 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)) > ... (truncated)
Commits - [`8b684d5`](https://github.com/python-babel/babel/commit/8b684d56e90d593d4f431263a6a3fea1aabc0d0c) Merge pull request [#650](https://github-redirect.dependabot.com/python-babel/babel/issues/650) from python-babel/become-270 - [`6aa3032`](https://github.com/python-babel/babel/commit/6aa30320c2d4173e4475b0dd328e17a1a09767cd) Bump copyright year from 2018 to 2019 - [`469cce9`](https://github.com/python-babel/babel/commit/469cce913c0a7d7f028a3701450dc0d27cc18323) Bump version - [`8fcffaf`](https://github.com/python-babel/babel/commit/8fcffaf9abffff2c57e414e8bc2db4481261cc6f) Distill changelog from git log - [`b294828`](https://github.com/python-babel/babel/commit/b294828b4124548d2c156dfb51ea891af262b10a) Update AUTHORS with generate_authors.py - [`4b6cd34`](https://github.com/python-babel/babel/commit/4b6cd34c5c4436c60747a30d15a915cb2702ca0b) parse_decimal(): assume spaces are equivalent to non-breaking spaces when not... - [`d7f2e84`](https://github.com/python-babel/babel/commit/d7f2e84dedcce223d73229c79f0f1085d4dc84be) py.test: document all_locales marker - [`03215bc`](https://github.com/python-babel/babel/commit/03215bc33ba4c8ecf7f9966344aae51cc7c420e1) Catalog update: keep user comments from destination by default - [`adea98c`](https://github.com/python-babel/babel/commit/adea98c986f9f0d0ad134a638508fc07c3aeba3c) Merge pull request [#647](https://github-redirect.dependabot.com/python-babel/babel/issues/647) from akx/pybabel-exit-code - [`ceb074a`](https://github.com/python-babel/babel/commit/ceb074a8f94e4a0d33bdab3ba54803488c0ce682) pybabel compile: exit with code 1 if errors were encountered - Additional commits viewable in [compare view](https://github.com/python-babel/babel/compare/v2.6.0...v2.7.0)


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](https://app.dependabot.com): - 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  🎉