prettytable 2.5.0-1 source package in Ubuntu

Changelog

prettytable (2.5.0-1) unstable; urgency=low

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Update standards version to 4.5.0, no changes needed.

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Sandro Tosi ]
  * New upstream release
  * Use the new Debian Python Team contact name and address
  * Switch over to new upstream, JazzBand; Closes: #920137, #994845
  * debian/copyright
    - extend packaging copyright years
  * debian/patches/stop_setuptools_scm.patch
    - disable setuptools_scm
  * debian/control
    - add wcwidth to b-d
    - bump debhelper-compat to 13
    - bump Standards-Version to 4.6.0.1 (no changes needed)
  * debian/rules
    - install renamed README.md
  * Run tests at build-time via pytest
  * debian/tests/
    - enable autopkgtest

 -- Sandro Tosi <email address hidden>  Tue, 04 Jan 2022 21:11:13 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
prettytable_2.5.0-1.dsc 2.1 KiB 83bd9c715368bdbe420aa105d353af5c619d66d0695e55fb28356aab1c0748e3
prettytable_2.5.0.orig.tar.xz 34.5 KiB 2d0bf7c816ee79e32e4a9c1536b32764384cd1a9a522e91640759c5cbd793905
prettytable_2.5.0-1.debian.tar.xz 4.1 KiB 315d7cead8eb1f57ae196459d6d9933a9d63b212e4aec258612e327799c587b2

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.