django-phonenumber-field 8.0.0-1 source package in Ubuntu

Changelog

django-phonenumber-field (8.0.0-1) unstable; urgency=low

  * New upstream version 8.0.0
  * Refresh patches.
  * Clean up artifacts to allow two builds in a row.

 -- Michael Fladischer <email address hidden>  Thu, 18 Jul 2024 09:13:41 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-phonenumber-field_8.0.0-1.dsc 2.3 KiB e739b94a21be24f1f1fc0d047234c1ae712c8881d6903d6c51d259b1a526010d
django-phonenumber-field_8.0.0.orig.tar.gz 36.3 KiB d8fe439ea01339894d3cfbdc60ada3110069d6a61907e7636d025c9f5b97b1a9
django-phonenumber-field_8.0.0-1.debian.tar.xz 5.7 KiB 3d919f57317af069f6eb42ad3c7b412b0b39fa03f70b5f259e8794dec209e1a0

Available diffs

No changes file available.

Binary packages built by this source

python-django-phonenumber-field-doc: Model and form field for normalised phone numbers (Documentation)

 A Django library which interfaces with python-phonenumbers to validate,
 pretty print and convert phone numbers. python-phonenumbers is a port of
 Google's libphonenumber library, which powers Android's phone number
 handling.
 .
 Included are:
 .
  * PhoneNumber, a pythonic wrapper around python-phonenumbers' PhoneNumber
    class
  * PhoneNumberField, a model field
  * PhoneNumberField, a form field
  * PhoneNumberField, a serializer field
  * PhoneNumberPrefixWidget, a form widget for selecting a region code and
    entering a national number. Requires the Babel package be installed.
  * PhoneNumberInternationalFallbackWidget, a form widget that uses national
    numbers unless an international number is entered. A
    PHONENUMBER_DEFAULT_REGION setting needs to be added to your Django
    settings in order to know which national number format to recognize.
 .
 This package contains the documentation.

python3-django-phonenumber-field: Model and form field for normalised phone numbers (Python 3 version)

 A Django library which interfaces with python-phonenumbers to validate,
 pretty print and convert phone numbers. python-phonenumbers is a port of
 Google's libphonenumber library, which powers Android's phone number
 handling.
 .
 Included are:
 .
  * PhoneNumber, a pythonic wrapper around python-phonenumbers' PhoneNumber
    class
  * PhoneNumberField, a model field
  * PhoneNumberField, a form field
  * PhoneNumberField, a serializer field
  * PhoneNumberPrefixWidget, a form widget for selecting a region code and
    entering a national number. Requires the Babel package be installed.
  * PhoneNumberInternationalFallbackWidget, a form widget that uses national
    numbers unless an international number is entered. A
    PHONENUMBER_DEFAULT_REGION setting needs to be added to your Django
    settings in order to know which national number format to recognize.