python-django-babel 0.6.2-5ubuntu1 source package in Ubuntu

Changelog

python-django-babel (0.6.2-5ubuntu1) hirsute; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Extract upstream release tarball content into a patch and apply it
    - d/rules: Run unit tests using pytest.
    - d/control: Add BD on python3-pytest-django.

 -- Gianfranco Costamagna <email address hidden>  Mon, 04 Jan 2021 12:25:57 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Hirsute
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-babel_0.6.2.orig.tar.xz 17.4 KiB 251da29fab1d4e82469fdadc3a0fc314d7ab481562080b1c180152bab47b4d3d
python-django-babel_0.6.2-5ubuntu1.debian.tar.xz 8.1 KiB 15271293c797946df1afb18aff4b442faa8cdfd93ffc1d6466ae8bfbb6a19f24
python-django-babel_0.6.2-5ubuntu1.dsc 2.3 KiB 8899edf05ac6c57eb9a5592b400d9fde247346511284b657a39287b64f4d845e

Available diffs

View changes file

Binary packages built by this source

python-django-babel-doc: Utilities for using Babel in Django - doc

 This package contains various utilities for integration of Babel into the
 Django web framework:
  * A message extraction plugin for Django templates.
  * A middleware class that adds the Babel Locale object to requests.
  * A set of template tags for date and number formatting.
 .
 Babel provides a message extraction framework similar to GNU xgettext, but
 more extensible and geared towards Python applications. While Django does
 provide wrapper scripts for making the use of xgettext more convenient, the
 extraction functionality is rather limited. For example, you can't use
 template files with an extension other than .html, and everything needs to be
 in your project package directory.
 .
 This package contains the documentation.

python3-django-babel: Utilities for using Babel in Django - Python 3.x

 This package contains various utilities for integration of Babel into the
 Django web framework:
  * A message extraction plugin for Django templates.
  * A middleware class that adds the Babel Locale object to requests.
  * A set of template tags for date and number formatting.
 .
 Babel provides a message extraction framework similar to GNU xgettext, but
 more extensible and geared towards Python applications. While Django does
 provide wrapper scripts for making the use of xgettext more convenient, the
 extraction functionality is rather limited. For example, you can't use
 template files with an extension other than .html, and everything needs to be
 in your project package directory.
 .
 This package contains the Python 3.x module.