Skip to content
Snippets Groups Projects

Update dependency django-phonenumber-field to v6

Merged Tine Wittler requested to merge renovate/django-phonenumber-field-6.x into master

This MR contains the following updates:

Package Type Update Change
django-phonenumber-field dependencies major ^5.2 -> ^6.1

Release Notes

stefanfoulis/django-phonenumber-field

v6.1.0

Compare Source

  • Make formfields.PhoneNumberField honor PHONENUMBER_DEFAULT_REGION
  • Use PHONENUMBER_DEFAULT_REGION for example phone number in form field errors.
  • Add support for Django 4.0
  • Add Persian (farsi) translations.
  • Update uk_AR translations

Backwards incompatible changes

  • Drop support for Python 3.6

v6.0.0

Compare Source

  • 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.

Configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Tine Wittler

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Author Developer

    :warning: Artifact update problem

    Renovate failed to update an artifact related to this branch. You probably do not want to merge this MR as-is.

    :recycle: Renovate will retry this branch, including artifacts, only when one of the following happens:

    • any of the package files in this branch needs updating, or
    • the branch becomes conflicted, or
    • you check the rebase/retry checkbox if found above, or
    • you rename this MR's title to start with "rebase!" to trigger it manually

    The artifact failure details are included below:

    File name: poetry.lock
    Creating virtualenv aleksis-core-VCs0wlCr-py3.10 in /home/ubuntu/.cache/pypoetry/virtualenvs
    Updating dependencies
    Resolving dependencies...
    
      SolverProblemError
    
      Because no versions of django-two-factor-auth match >1.12.1,<1.13 || >1.13,<1.13.1 || >1.13.1,<2.0.0
       and django-two-factor-auth (1.12.1) depends on django-phonenumber-field (>=1.1.0,<3.99), django-two-factor-auth (>=1.12.1,<1.13 || >1.13,<1.13.1 || >1.13.1,<2.0.0) requires django-phonenumber-field (>=1.1.0,<3.99).
      And because django-two-factor-auth (1.13) depends on django-phonenumber-field (>=1.1.0,<3.99)
       and django-two-factor-auth (1.13.1) depends on django-phonenumber-field (>=1.1.0,<6), django-two-factor-auth (>=1.12.1,<2.0.0) requires django-phonenumber-field (>=1.1.0,<6).
      Because no versions of django-phonenumber-field match >6.0,<7.0
       and django-phonenumber-field (6.0.0) depends on django-phonenumber-field (6.0.0), django-phonenumber-field (>=6.0,<7.0) requires django-phonenumber-field (6.0.0).
      Thus, django-phonenumber-field (>=6.0,<7.0) is incompatible with django-two-factor-auth (>=1.12.1,<2.0.0).
      So, because aleksis-core depends on both django-phonenumber-field (^6.0) and django-two-factor-auth (^1.12.1), version solving failed.
    
      at /usr/local/poetry/1.1.11/venv/lib/python3.10/site-packages/poetry/puzzle/solver.py:241 in _solve
          237│             packages = result.packages
          238│         except OverrideNeeded as e:
          239│             return self.solve_in_compatibility_mode(e.overrides, use_latest=use_latest)
          240│         except SolveFailure as e:
        → 241│             raise SolverProblemError(e)
          242│ 
          243│         results = dict(
          244│             depth_first_search(
          245│                 PackageNode(self._package, packages), aggregate_package_nodes
    
    
  • Jonathan Weth approved this merge request

    approved this merge request

  • Tine Wittler changed the description

    changed the description

  • Tine Wittler changed the description

    changed the description

  • Nik | Klampfradler marked the checklist item If you want to rebase/retry this MR, click this checkbox. as completed

    marked the checklist item If you want to rebase/retry this MR, click this checkbox. as completed

  • Tine Wittler added 117 commits

    added 117 commits

    Compare with previous version

  • Tine Wittler marked the checklist item If you want to rebase/retry this MR, click this checkbox. as incomplete

    marked the checklist item If you want to rebase/retry this MR, click this checkbox. as incomplete

  • Tine Wittler added 128 commits

    added 128 commits

    Compare with previous version

  • Tine Wittler added 40 commits

    added 40 commits

    Compare with previous version

  • Tine Wittler added 37 commits

    added 37 commits

    Compare with previous version

  • Waiting for new release of django-two-factor-auth …

  • Tine Wittler changed the description

    changed the description

  • Tine Wittler added 342 commits

    added 342 commits

    Compare with previous version

  • Tine Wittler added 25 commits

    added 25 commits

    Compare with previous version

  • mentioned in commit 428c41fe

Please register or sign in to reply
Loading