python-cliff 1.15.0-2ubuntu1 source package in Ubuntu

Changelog

python-cliff (1.15.0-2ubuntu1) xenial; urgency=medium

  * Resynchronise with Debian.  Remaining changes:
    - Fix Python 3.5 compatibility.
    - Remove unnecessary dependency on argparse.
  * Cherry-pick from upstream: only use unicodecsv for Python 2.x.

python-cliff (1.15.0-2) unstable; urgency=medium

  * Added missing build-depends on python{3,}-yaml.

python-cliff (1.15.0-1) unstable; urgency=medium

  * New upstream release.
  * Uploading to unstable.
  * Moved the package to PKG OpenStack as I lost write access to the DPMT.
  * Added build-depends openstack-pkg-tools.
  * Added export OSLO_PACKAGE_VERSION.

 -- Colin Watson <email address hidden>  Fri, 08 Jan 2016 10:32:45 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cliff_1.15.0.orig.tar.xz 35.6 KiB 9ed3e856ddcf40e75a2b8f57aa7f8f15d6a015c6cec1884684bc05addd383952
python-cliff_1.15.0-2ubuntu1.debian.tar.xz 4.9 KiB 0e8a183787de51d1067227aa913488d96f950f1fbfa60c11f0fcec75faaa06a3
python-cliff_1.15.0-2ubuntu1.dsc 2.8 KiB 7c5c0987716b5c4b166d65f359e5d89520d1d18414647b83ea636ec412c8bc2c

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.