prettytable 0.7.2-2ubuntu1 source package in Ubuntu

Changelog

prettytable (0.7.2-2ubuntu1) trusty; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Convert to dh_python2:
      + debian/control: Removed python-support from Build-Depends-Indep.
      + debian/rules: Added --with python2 to complete transition.

prettytable (0.7.2-2) unstable; urgency=low

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Sandro Tosi ]
  * debian/control
    - bump Standards-Version to 3.9.4 (no changes needed)

prettytable (0.7.2-1) experimental; urgency=low

  * New upstream release
  * debian/copyright
    - update upstream copyright information
    - extend packaging copyright years
  * debian/{control, rules}
    - install and use UTF-8 charset, needed by test suite
 -- Logan Rosen <email address hidden>   Mon, 18 Nov 2013 21:11:55 -0500

Upload details

Uploaded by:
Logan Rosen
Sponsored by:
Daniel Holbach
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
prettytable_0.7.2.orig.tar.gz 24.2 KiB 2d5460dc9db74a32bcc8f9f67de68b2c4f4d2f01fa3bd518764c69156d9cacd9
prettytable_0.7.2-2ubuntu1.debian.tar.gz 3.7 KiB 6878bb3a2bb8e10841fabb447d8da39162d4c0a4b6ee71c8560c9bbcd370a91f
prettytable_0.7.2-2ubuntu1.dsc 1.6 KiB 136e583fff995c5e12e4a8d5f583e5c0633e3fa3049cf63c07738e5d900b6be8

Available diffs

View changes file

Binary packages built by this source

python-prettytable: library to represent tabular data in visually appealing ASCII tables

 PrettyTable is a simple Python library designed to make it quick and
 easy to represent tabular data in visually appealing ASCII tables. It
 was inspired by the ASCII tables used in the PostgreSQL shell
 psql. PrettyTable allows for selection of which columns are to be
 printed, independent alignment of columns (left or right justified or
 centred) and printing of "sub-tables" by specifying a row range.

python3-prettytable: library to represent tabular data in visually appealing ASCII tables (Python3)

 PrettyTable is a simple Python library designed to make it quick and
 easy to represent tabular data in visually appealing ASCII tables. It
 was inspired by the ASCII tables used in the PostgreSQL shell
 psql. PrettyTable allows for selection of which columns are to be
 printed, independent alignment of columns (left or right justified or
 centred) and printing of "sub-tables" by specifying a row range.
 .
 This package contains the Python 3 version of prettytable.