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

[UPDATE] Bump django-phonenumber-field from 6.4.0 to 7.1.0 #637

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 27, 2023

Bumps django-phonenumber-field from 6.4.0 to 7.1.0.

Release notes

Sourced from django-phonenumber-field's releases.

7.1.0

What's Changed

Miscellaneous

New Contributors

Full Changelog: stefanfoulis/django-phonenumber-field@7.0.2...7.1.0

7.0.2

What's Changed

New Contributors

Full Changelog: stefanfoulis/django-phonenumber-field@7.0.1...7.0.2

7.0.1

What's Changed

New Contributors

Full Changelog: stefanfoulis/django-phonenumber-field@7.0.0...7.0.1

7.0.0

Possible backward incompatibilities

  • RegionalPhoneNumberWidget becomes the default widget for the formfields.PhoneNumberField.
  • The formfields.PhoneNumberField no longer sets the input_type attribute of its widget to tel. That behavior did not make sense for the existing PhoneNumberPrefixWidget and was dropped.
  • PhoneNumberInternationalFallbackWidget will be replaced by RegionalPhoneNumberWidget in the next major version. It is deprecated until the next major release.

Changes

  • Restore PhoneNumberPrefixWidget number input on form errors by @​francoisfreitag in stefanfoulis/django-phonenumber-field#520

    Fixes a bug where the form field prepare_value() transformed the PhoneNumber value to an str in the national format, but PhoneNumberPrefixWidget expects its value to be a PhoneNumber. formfields.PhoneNumberField now represents its value with a PhoneNumber object, giving widgets more control on how to display the value.

    That behavior prompted the change to PhoneNumberInternationalFallbackWidget becoming the default widget, to preserve the behavior established in stefanfoulis/django-phonenumber-field@005769c. Switching to the widget allows users to opt-out from that behavior (e.g. by using a TextInput widget), whereas prepare_value() forced the conversion to the national string format.

... (truncated)

Commits
  • 60b5886 Drop support for Django 4.0, add Django 4.2
  • d52b6ec Strip trailing line from beautifulsoup prettify output
  • ac54915 Document E164 lack of support for phone extensions
  • 58d0bc1 Improved and added missing Norwegian translations
  • 1da8660 Add virtualenv locations and .env file to .gitignore
  • 27e47b7 Add the common virtualenv locations to flake8 exclude
  • 4752a0f Update python and Django matrix
  • 0ae33cb Updated Swedish translations
  • 1005c97 Fix test
  • 9e9babb Fix import, add test for multiple DRF is_valid calls
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 27, 2023
@dependabot dependabot bot requested a review from a team April 27, 2023 09:07
@Juknum
Copy link
Member

Juknum commented May 10, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/taiste/django-phonenumber-field-7.1.0 branch from 5968eee to 8a7e9fd Compare May 10, 2023 10:59
Bumps [django-phonenumber-field](https://github.com/stefanfoulis/django-phonenumber-field) from 6.4.0 to 7.1.0.
- [Release notes](https://github.com/stefanfoulis/django-phonenumber-field/releases)
- [Changelog](https://github.com/stefanfoulis/django-phonenumber-field/blob/main/CHANGELOG.rst)
- [Commits](stefanfoulis/django-phonenumber-field@6.4.0...7.1.0)

---
updated-dependencies:
- dependency-name: django-phonenumber-field
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/taiste/django-phonenumber-field-7.1.0 branch from 8a7e9fd to 8c3a943 Compare May 11, 2023 12:21
@Juknum Juknum added this to the Qualifications Octobre 2023 milestone Sep 6, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 5, 2023

Superseded by #670.

@dependabot dependabot bot closed this Oct 5, 2023
@dependabot dependabot bot deleted the dependabot/pip/taiste/django-phonenumber-field-7.1.0 branch October 5, 2023 08:29
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.

1 participant