python-django-babel 0.6.2-4ubuntu1 source package in Ubuntu
Changelog
python-django-babel (0.6.2-4ubuntu1) focal; 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. python-django-babel (0.6.2-4) unstable; urgency=medium * Team upload [ Ondřej Nový ] * Use debhelper-compat instead of debian/compat. * Bump Standards-Version to 4.4.1. [ Antonio Terceiro ] * debian/patches/Fix-For-Django2.patch: Add patch to fix string extraction with Django 2 -- Gianfranco Costamagna <email address hidden> Sat, 26 Oct 2019 08:36:38 +0200
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Focal
- Original maintainer:
- Debian OpenStack
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
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-4ubuntu1.debian.tar.xz | 8.0 KiB | f02891560b9d351e7506c813ddc63735b1b4a8abba108e9d0b3058f2958f3402 |
python-django-babel_0.6.2-4ubuntu1.dsc | 2.3 KiB | 859d81c6d25889364c74dae18569719c982b8d01c62c484e61438ba04f3c4bd0 |
Available diffs
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.