flufl.i18n 5.0.2-1 source package in Ubuntu

Changelog

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

  [ Pierre-Elliott Bécue ]
  * New upstream release. (Closes: #1042620)
  * d/watch: move URL to gitlab.
  * d/control: update build dependencies.

  [ Andreas Tille ]
  * Standards-Version: 4.6.2 (routine-update)
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
  * Add salsa-ci file (routine-update)
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Build-Depends: python3-pdm-backend.
  * Mark autopkgtest superficial
    Closes: #974515

  [Yogeswaran Umasankar]
  * Patch to enabled setuptools and sphinx-build html docs
    with Python 3.12.
  * Added setuptools and sphinx-rtd-theme in Build-depends d/control.
  * Revised rules to sphinx-build html docs and exclude coverage.xml.
  * Removed setup_helpers.py from copyright as it is not in new
    upstream version.

 -- Andreas Tille <email address hidden>  Mon, 29 Jan 2024 21:59:29 +0100

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
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flufl.i18n_5.0.2-1.dsc 2.3 KiB 58acea90e43ad79d27d8a62d7fc499ea230411f1747e1b311b1afc62e2ac6494
flufl.i18n_5.0.2.orig.tar.gz 41.3 KiB aa95a81eb7d11803b0990cc0a3078e51bf428557d6f6666f80ccd7ec20d31f88
flufl.i18n_5.0.2-1.debian.tar.xz 35.6 KiB 33b4b8b7de633218b059f2e2483726bcbf5230acdcffcdd623cf0d5b667894e9

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.