python-cliff 2.11.0-0ubuntu1 source package in Ubuntu

Changelog

python-cliff (2.11.0-0ubuntu1) bionic; urgency=medium

  * New upstream release.
  * d/control: Align (Build-)Depends with upstream.
  * d/*: wrap-and-sort -bast.
  * d/control: Update Standards-Version to 4.1.2.
  * d/control: Bump debhelper compat to 10.

 -- Corey Bryant <email address hidden>  Tue, 23 Jan 2018 14:13:20 -0500

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cliff_2.11.0.orig.tar.gz 75.2 KiB 38a318fb2927edb61cae365d4bf3a8241f222e2b30cc9e448ae5b92665802a85
python-cliff_2.11.0-0ubuntu1.debian.tar.xz 4.6 KiB cae6b52f761bc15e55fec078da2f3eb5d6e2ac4d9c60911c4c174faae52abb99
python-cliff_2.11.0-0ubuntu1.dsc 3.3 KiB 0b6657ccf3d550cd55f5ca736f5ecd4f9e39646a6345cedd8e46ae97c244ba90

Available diffs

View changes file

Binary packages built by this source

python-cliff: command line interface formulation framework - Python 2.x

 Cliff is a framework for building command line programs. It uses plugins to
 define sub-commands, output formatters, and other extensions.
 .
 The cliff framework is meant to be used to create multi-level commands such as
 Subversion and git, where the main program handles some basic argument parsing
 and then invokes a sub-command to do the work.
 .
 This package provides the Python 2.x module.

python-cliff-doc: command line interface formulation framework documentation

 Cliff is a framework for building command line programs. It uses plugins to
 define sub-commands, output formatters, and other extensions.
 .
 The cliff framework is meant to be used to create multi-level commands such as
 Subversion and git, where the main program handles some basic argument parsing
 and then invokes a sub-command to do the work.
 .
 This is the documentation of python-cliff.

python3-cliff: command line interface formulation framework - Python 3.x

 Cliff is a framework for building command line programs. It uses plugins to
 define sub-commands, output formatters, and other extensions.
 .
 The cliff framework is meant to be used to create multi-level commands such as
 Subversion and git, where the main program handles some basic argument parsing
 and then invokes a sub-command to do the work.
 .
 This package provides the Python 3.x module.