[PR #2253] [MERGED] Bump django-phonenumber-field[phonenumbers] from 5.1.0 to 5.2.0 #2489

Closed
opened 2026-02-27 12:11:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2253
Author: @dependabot[bot]
Created: 6/1/2021
Status: Merged
Merged: 6/28/2021
Merged by: @tonioo

Base: masterHead: dependabot/pip/django-phonenumber-field-phonenumbers--5.2.0


📝 Commits (1)

  • 9b099cd Bump django-phonenumber-field[phonenumbers] from 5.1.0 to 5.2.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps django-phonenumber-field[phonenumbers] from 5.1.0 to 5.2.0.

Changelog

Sourced from django-phonenumber-field[phonenumbers]'s changelog.

5.2.0 (2021-05-31)

  • Lazy load formfields.PhoneNumberField translation for invalid data.
  • Update Russian translations

Backwards incompatible changes

  • Drop support for end-of-life Django 3.0
Commits
  • e0fdc98 Bump version to prepare for the next release
  • 0947555 Lazy load form field error message translation
  • e653a09 Verify translations are compiled in the CI
  • bcd0608 Use older Django compiled messages
  • 80fcfb0 Merge two concatenated strings in tests
  • 15a9630 Remove intermediary assignment in PhonePrefixSelect
  • 05c1cfb Drop support for end-of-life Django 3.0
  • cd1d244 Merge pull request #445 from francoisfreitag/coverage-reports
  • 882f982 Ignore coverage reports
  • c029c61 Fix Russian translation
  • See full diff 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/2253 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/1/2021 **Status:** ✅ Merged **Merged:** 6/28/2021 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `dependabot/pip/django-phonenumber-field-phonenumbers--5.2.0` --- ### 📝 Commits (1) - [`9b099cd`](https://github.com/modoboa/modoboa/commit/9b099cd6fde2df5016408e4befd33fa8374134ee) Bump django-phonenumber-field[phonenumbers] from 5.1.0 to 5.2.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [django-phonenumber-field[phonenumbers]](https://github.com/stefanfoulis/django-phonenumber-field) from 5.1.0 to 5.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stefanfoulis/django-phonenumber-field/blob/main/CHANGELOG.rst">django-phonenumber-field[phonenumbers]'s changelog</a>.</em></p> <blockquote> <h2>5.2.0 (2021-05-31)</h2> <ul> <li>Lazy load <code>formfields.PhoneNumberField</code> translation for <code>invalid</code> data.</li> <li>Update Russian translations</li> </ul> <p><strong>Backwards incompatible changes</strong></p> <ul> <li>Drop support for end-of-life Django 3.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/e0fdc98a3f642c18dcac8ef40e581c56278ec1f3"><code>e0fdc98</code></a> Bump version to prepare for the next release</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/0947555031a3949cf2b96c9db5a702b040a4d9b4"><code>0947555</code></a> Lazy load form field error message translation</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/e653a0972b56d39f1f51fa1f5124b70c2a5549bc"><code>e653a09</code></a> Verify translations are compiled in the CI</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/bcd0608431ffb925ebe80acf530dda1cea60c45f"><code>bcd0608</code></a> Use older Django compiled messages</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/80fcfb0b616e638ad63799199e1cf81023b1a42e"><code>80fcfb0</code></a> Merge two concatenated strings in tests</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/15a96308ce492e38ac7c4f8b46035c9eaf9dc426"><code>15a9630</code></a> Remove intermediary assignment in PhonePrefixSelect</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/05c1cfb6c334deb323c4db462a39d5eea586c070"><code>05c1cfb</code></a> Drop support for end-of-life Django 3.0</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/cd1d2441f08ba449a5a9198ce6f5509071741511"><code>cd1d244</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/stefanfoulis/django-phonenumber-field/issues/445">#445</a> from francoisfreitag/coverage-reports</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/882f982aa26a514ae36ac2a4b2e518eef026862f"><code>882f982</code></a> Ignore coverage reports</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/c029c6129049bfac5423bbec72e683c83021958c"><code>c029c61</code></a> Fix Russian translation</li> <li>See full diff in <a href="https://github.com/stefanfoulis/django-phonenumber-field/compare/5.1.0...5.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django-phonenumber-field[phonenumbers]&package-manager=pip&previous-version=5.1.0&new-version=5.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:11:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2489
No description provided.