python-cliapp 1.20180812.1-6 source package in Ubuntu

Changelog

python-cliapp (1.20180812.1-6) unstable; urgency=medium

  * QA upload.
  * Fix FTBFS with Python 3.12. Closes: #1061750, #1061823.

 -- Matthias Klose <email address hidden>  Wed, 07 Feb 2024 01:45:23 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
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
python-cliapp_1.20180812.1-6.dsc 1.9 KiB d0bd0b1a5dcfe8c422644445f6cca3d26a1d3183320abeb1e48e46ee1defba19
python-cliapp_1.20180812.1.orig.tar.xz 46.1 KiB e3e6e1babd86de617f70b651fafc2b21fc9c104ca7294778bee88187ac9f7f8f
python-cliapp_1.20180812.1-6.debian.tar.xz 5.3 KiB e77f8b17a1a30b752fe019403a79dff3c8a2ba4408bced6b8b86306e7f3cd7ca

No changes file available.

Binary packages built by this source

python3-cliapp: Python framework for Unix command line programs

 cliapp makes it easier to write typical Unix command line programs,
 by taking care of the common tasks they need to do, such as
 parsing the command line, reading configuration files, setting
 up logging, iterating over lines of input files, and so on.