prettytable 2.5.0-2 source package in Ubuntu

Changelog

prettytable (2.5.0-2) unstable; urgency=medium

  [ Thomas Goirand ]
  * dont register prettytable version as 0.0.0; Closes: #1003725, #1005632
    - Add missing python3-setuptools-scm build-depends.
    - Define SETUPTOOLS_SCM_PRETEND_VERSION.
    - Removed patches.

 -- Sandro Tosi <email address hidden>  Mon, 14 Feb 2022 22:18:51 -0500

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic release main python
Jammy release main python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
prettytable_2.5.0-2.dsc 2.1 KiB 0e4d03e84e67c3ab12f1b118df8051f9e5223dd9d9292fae26aee6be33f22ff8
prettytable_2.5.0.orig.tar.xz 34.5 KiB 2d0bf7c816ee79e32e4a9c1536b32764384cd1a9a522e91640759c5cbd793905
prettytable_2.5.0-2.debian.tar.xz 4.0 KiB c0418f6360afe5a96454ed20c1ebeae7d73fb05640b1dffcedab86a6b0bae592

Available diffs

No changes file available.

Binary packages built by this source

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.