[PR #2405] [CLOSED] Bump django-phonenumber-field[phonenumbers] from 5.2.0 to 6.0.0 #2548

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

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2405
Author: @dependabot[bot]
Created: 11/11/2021
Status: Closed

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


📝 Commits (1)

  • 4534c4c Bump django-phonenumber-field[phonenumbers] from 5.2.0 to 6.0.0

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

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

Release notes

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

6.0.0

What's Changed

  • Add support for Python 3.10
  • Update Czech, Dutch and pt_BR translations

Backwards incompatible changes

  • formfields.PhoneNumberField with a region now display national phone numbers in the national format instead of PHONENUMBER_DEFAULT_FORMAT. International numbers are displayed in the PHONENUMBER_DEFAULT_FORMAT.

New Contributors

Full Changelog: https://github.com/stefanfoulis/django-phonenumber-field/compare/5.2.0...6.0.0

Changelog

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

6.0.0 (2021-10-20)

  • Add support for Python 3.10
  • Update Czech, Dutch and pt_BR translations

Backwards incompatible changes

  • formfields.PhoneNumberField with a region now display national phone numbers in the national format instead of PHONENUMBER_DEFAULT_FORMAT. International numbers are displayed in the PHONENUMBER_DEFAULT_FORMAT.
Commits
  • e9f2e76 Bump version to prepare for the next release
  • bb8cec6 Drop deprecated setup.py
  • 005769c Format local phone numbers as national when region is specified
  • 84549a7 Add support for Python 3.10
  • 2fa60ad Add tests for PHONENUMBER_DEFAULT_FORMAT
  • 2553c28 Prefer SimpleTestCase for tests without DB queries
  • ae22190 Document library settings
  • 7234960 Move PhoneNumber tests to their own module
  • a7755d9 Update pt_BR translations
  • e875047 fix: update Czech translation files
  • 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)

🔄 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/2405 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/11/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/django-phonenumber-field-phonenumbers--6.0.0` --- ### 📝 Commits (1) - [`4534c4c`](https://github.com/modoboa/modoboa/commit/4534c4ca8152ffb2057f8248ba233c151e7a8491) Bump django-phonenumber-field[phonenumbers] from 5.2.0 to 6.0.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.2.0 to 6.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stefanfoulis/django-phonenumber-field/releases">django-phonenumber-field[phonenumbers]'s releases</a>.</em></p> <blockquote> <h2>6.0.0</h2> <h2>What's Changed</h2> <ul> <li>Add support for Python 3.10</li> <li>Update Czech, Dutch and pt_BR translations</li> </ul> <p><strong>Backwards incompatible changes</strong></p> <ul> <li><code>formfields.PhoneNumberField</code> with a <code>region</code> now display national phone numbers in the national format instead of <code>PHONENUMBER_DEFAULT_FORMAT</code>. International numbers are displayed in the <code>PHONENUMBER_DEFAULT_FORMAT</code>.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/maartenkling"><code>@​maartenkling</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/stefanfoulis/django-phonenumber-field/pull/449">stefanfoulis/django-phonenumber-field#449</a></li> <li><a href="https://github.com/melanger"><code>@​melanger</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/stefanfoulis/django-phonenumber-field/pull/454">stefanfoulis/django-phonenumber-field#454</a></li> <li><a href="https://github.com/willunicamp"><code>@​willunicamp</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/stefanfoulis/django-phonenumber-field/pull/456">stefanfoulis/django-phonenumber-field#456</a></li> <li><a href="https://github.com/fraimondo"><code>@​fraimondo</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/stefanfoulis/django-phonenumber-field/pull/469">stefanfoulis/django-phonenumber-field#469</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/stefanfoulis/django-phonenumber-field/compare/5.2.0...6.0.0">https://github.com/stefanfoulis/django-phonenumber-field/compare/5.2.0...6.0.0</a></p> </blockquote> </details> <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>6.0.0 (2021-10-20)</h2> <ul> <li>Add support for Python 3.10</li> <li>Update Czech, Dutch and pt_BR translations</li> </ul> <p><strong>Backwards incompatible changes</strong></p> <ul> <li><code>formfields.PhoneNumberField</code> with a <code>region</code> now display national phone numbers in the national format instead of <code>PHONENUMBER_DEFAULT_FORMAT</code>. International numbers are displayed in the <code>PHONENUMBER_DEFAULT_FORMAT</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/e9f2e7697df68213dae3ce3d76c29c9814bc0469"><code>e9f2e76</code></a> Bump version to prepare for the next release</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/bb8cec63f2b2da44c776f5bd3f1e867ac53de65f"><code>bb8cec6</code></a> Drop deprecated setup.py</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/005769cf39323e5b23710783f45befb546672cd6"><code>005769c</code></a> Format local phone numbers as national when region is specified</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/84549a74c3e33bb5945890cccbf476e3edf17fae"><code>84549a7</code></a> Add support for Python 3.10</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/2fa60adae346464d94a789f706758204c9a73e35"><code>2fa60ad</code></a> Add tests for PHONENUMBER_DEFAULT_FORMAT</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/2553c28c3e034260471a84a34e156a40b291340a"><code>2553c28</code></a> Prefer SimpleTestCase for tests without DB queries</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/ae22190d2bebebc052ed7c557d3872a251f657e7"><code>ae22190</code></a> Document library settings</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/723496061a7a77b01c3a900acce308c224e57dc5"><code>7234960</code></a> Move PhoneNumber tests to their own module</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/a7755d96a2cc0a34d10eb80cd706c42b64865eb5"><code>a7755d9</code></a> Update pt_BR translations</li> <li><a href="https://github.com/stefanfoulis/django-phonenumber-field/commit/e875047969bb31154186469f0942bcacbfd137a2"><code>e875047</code></a> fix: update Czech translation files</li> <li>Additional commits viewable in <a href="https://github.com/stefanfoulis/django-phonenumber-field/compare/5.2.0...6.0.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.2.0&new-version=6.0.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:34 +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#2548
No description provided.