python-django-pint 0.7.3-1 source package in Ubuntu

Changelog

python-django-pint (0.7.3-1) unstable; urgency=medium

  * New upstream version 0.7.3
  * Refresh patches.
  * Bump Standards-Version to 4.6.2.

 -- Michael Fladischer <email address hidden>  Sat, 28 Oct 2023 12:32:20 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-pint_0.7.3-1.dsc 2.2 KiB 125ce4f82ba63064c410b6fe427ee940975a8e6a22f4fa41ecf8e8e15919220b
python-django-pint_0.7.3.orig.tar.gz 32.9 KiB 82be5c0c67407db446170ddffc237fd1241ea0a53dc66a84972bb9fb558062f5
python-django-pint_0.7.3-1.debian.tar.xz 5.3 KiB 0e8aac2ea7373b54b117e5b9b51323fc797fd9b1e033bdee6dfe09296089d6c3

Available diffs

No changes file available.

Binary packages built by this source

python-django-pint-doc: Django Quantity Field (Documentation)

 A small Django field extension allowing you to store quantities in certain
 units and perform conversions easily. Uses pint behind the scenes. Also
 contains a form field class and form widget that allows a user to choose
 alternative units to input data. The cleaned_data will output the value in the
 base_units defined for the field, eg: you specify you want to store a value in
 grams but will allow users to input either grams or ounces.
 .
 This package contains the documentation.

python3-django-pint: Django Quantity Field (Python3 version)

 A small Django field extension allowing you to store quantities in certain
 units and perform conversions easily. Uses pint behind the scenes. Also
 contains a form field class and form widget that allows a user to choose
 alternative units to input data. The cleaned_data will output the value in the
 base_units defined for the field, eg: you specify you want to store a value in
 grams but will allow users to input either grams or ounces.
 .
 This package contains the Python 3 version of the library.