flufl.i18n 5.0.2-2 source package in Ubuntu

Changelog

flufl.i18n (5.0.2-2) unstable; urgency=medium

  * Team upload.
  * Use upstream's buildsystem (pdm), not setuptools. Fixes
    erroneous "0.0.0" versioning.
  * Added patch to turn off coverage testing, as that is not useful during
    packaging.
  * Added patch to link docs to the packaged version of Python3's docs.
  * d/control: upgrade to Testsuite: autopkgtest-pkg-pybuild
  * d/tests: removed, no longer needed
  * Reorder sequence of d/control fields by cme (routine-update)

 -- Michael R. Crusoe <email address hidden>  Thu, 25 Apr 2024 20:23:24 +0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flufl.i18n_5.0.2-2.dsc 2.3 KiB 53f4b659687e5d3dce310c16f9714898fdad0158d180b8e7fd86ff4272ebdd4e
flufl.i18n_5.0.2.orig.tar.gz 41.3 KiB aa95a81eb7d11803b0990cc0a3078e51bf428557d6f6666f80ccd7ec20d31f88
flufl.i18n_5.0.2-2.debian.tar.xz 35.4 KiB 67eef13e1bc331382f7886c1ee97c0c4fd70a50c9b4b517c15c807f211c1ce75

Available diffs

No changes file available.

Binary packages built by this source

python-flufl.i18n-doc: high level API for Python internationalization (common documentation)

 This package provides a high level, convenient API for managing
 internationalization translation contexts in Python application. There is a
 simple API for single-context applications, such as command line scripts which
 only need to translate into one language during the entire course of their
 execution. There is a more flexible, but still convenient API for
 multi-context applications, such as servers, which may need to switch language
 contexts for different tasks.
 .
 This is the common documentation package.

python3-flufl.i18n: high level API for Python internationalization (Python 3)

 This package provides a high level, convenient API for managing
 internationalization translation contexts in Python application. There is a
 simple API for single-context applications, such as command line scripts which
 only need to translate into one language during the entire course of their
 execution. There is a more flexible, but still convenient API for
 multi-context applications, such as servers, which may need to switch language
 contexts for different tasks.