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

Changelog

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

  * New upstream version 7.3.0
  * Refresh patches.
  * Update year in d/copyright.

 -- Michael Fladischer <email address hidden>  Wed, 10 Jan 2024 22:24:42 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-phonenumber-field_7.3.0-1.dsc 2.2 KiB 116c5001937021eb18dfe3cb301dda9f73f1c22fcfc23e06bc4cc0b3de03709c
django-phonenumber-field_7.3.0.orig.tar.gz 35.5 KiB d268248f5cc17fac7ef3c52b1982230dd29e54e5087b9e25fd23a0c1a7d574ee
django-phonenumber-field_7.3.0-1.debian.tar.xz 5.5 KiB ee39c94e14b1f0ed9a16ab54da2feefa60cbfead369e3f429c4feba39a3642a8

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.