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

Changelog

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

  [ Tom Teichler ]
  * Add patch to remove setuptools_scm

  [ Michael Fladischer ]
  * Add debian/gbp.conf.
  * Use github.com in d/watch.
  * New upstream version 7.2.0
  * Remove patches, setuptools-scm is well supported for packaging.
  * Build using pybuild-plugin-pyproject.
  * Bump Standards-Version to 4.6.2.
  * Set Rules-Requires-Root: no.
  * Run wrap-and-sort -bast to reduce diff size of future changes.
  * Add myself to d/copyright and as uploader.
  * Add python3-djangorestframework to Build-Depends, required by tests.
  * Run tests using pytest.
  * Enable upstream testsuite for autopkgtests.
  * Add upstream metadata.
  * Use python3-babel to rebuild translations from source.
  * Add python3-phonenumbers to Depends.

 -- Michael Fladischer <email address hidden>  Sun, 19 Nov 2023 15:01:59 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-phonenumber-field_7.2.0-1.dsc 2.1 KiB 54d283cd8a7a370c7a2cb31b774a59dff242dd093e9f10508e4030246e07627a
django-phonenumber-field_7.2.0.orig.tar.gz 37.8 KiB 78e16ad75c2c8f7e32ab0efdef7ef69d6ddbb6192c68fe2c807b79cd388b12d4
django-phonenumber-field_7.2.0-1.debian.tar.xz 4.6 KiB dd61523fbdb9be56e3d909ece986644edbf074bff2e3f833a80dfd785efbb540

Available diffs

No changes file available.

Binary packages built by this source

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.