prettytable (3.15.1-1) unstable; urgency=medium

  * New upstream release

 -- Sandro Tosi <morph@debian.org>  Mon, 17 Mar 2025 00:06:48 -0400

prettytable (3.12.0-1) unstable; urgency=medium

  * New upstream release
  * debian/control
    - add coverage to b-d, needed by tests

 -- Sandro Tosi <morph@debian.org>  Tue, 19 Nov 2024 18:51:57 -0500

prettytable (3.10.1-1) unstable; urgency=medium

  * New upstream release; Closes: #1064526
  * debian/control
    - replace b-d from lazy-fixture to lazy-fixtures; Closes; #1063957

 -- Sandro Tosi <morph@debian.org>  Tue, 09 Jul 2024 00:25:07 -0400

prettytable (3.6.0-2) unstable; urgency=medium

  * drop DPT

 -- Sandro Tosi <morph@debian.org>  Sat, 02 Mar 2024 14:16:48 -0500

prettytable (3.6.0-1) unstable; urgency=medium

  * New upstream release
  * debian/copyright
    - extend packaging copyright years

 -- Sandro Tosi <morph@debian.org>  Sun, 22 Jan 2023 00:06:39 -0500

prettytable (3.5.0-1) unstable; urgency=medium

  * New upstream release
  * debian/control
    - build using pyproject plugin; add hatchling, hatch-vcs to b-d
    - bump Standards-Version to 4.6.2.0 (no changes needed)
  * debian/rules
    - remove custom test execution code, no longer needed
  * run autopkgtest via pybuild

 -- Sandro Tosi <morph@debian.org>  Fri, 30 Dec 2022 03:10:01 -0500

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 <morph@debian.org>  Mon, 14 Feb 2022 22:18:51 -0500

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 <morph@debian.org>  Tue, 04 Jan 2022 21:11:13 -0500

prettytable (0.7.2-5) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * Bump Standards-Version to 4.4.1.

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #937323

 -- Sandro Tosi <morph@debian.org>  Mon, 30 Dec 2019 12:45:27 -0500

prettytable (0.7.2-4) unstable; urgency=medium

  [ Sandro Tosi ]
  * debian/watch
    - upse PyPI redirector
  * debian/copyright
    - extend packaging copyright years
  * debian/control
    - bump Standards-Version to 4.3.0 (no changes needed)
  * bump compat level to 11
  * point to github as main site

  [ Ondřej Nový ]
  * Fixed VCS URL (https)
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/watch: Use https protocol
  * Convert git repository from git-dpm to gbp layout

 -- Sandro Tosi <morph@debian.org>  Sun, 03 Feb 2019 12:30:26 -0500

prettytable (0.7.2-3) unstable; urgency=medium

  * debian/control
    - switch me to Maintainer (team to Uploaders)
    - bump Standards-Version to 3.9.5 (no changes needed)
  * debian/{control, rules}
    - switch to dh_python2
  * debian/copyright
    - extend packaging copyright years
  * debian/{compat, control}
    - bump to DH compat 9

 -- Sandro Tosi <morph@debian.org>  Tue, 13 May 2014 19:44:26 +0200

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)

 -- Sandro Tosi <morph@debian.org>  Sun, 29 Sep 2013 15:31:36 +0200

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

 -- Sandro Tosi <morph@debian.org>  Sun, 07 Apr 2013 23:23:17 +0200

prettytable (0.6.1-1) unstable; urgency=low

  * New upstream release
  * debian/prettytable-example.py
    - update for new 0.6 release
  * Run tests at build-time with "python setup.py test"
  * debian/rules
    - install README

 -- Sandro Tosi <morph@debian.org>  Wed, 06 Jun 2012 19:30:29 +0200

prettytable (0.6-1) unstable; urgency=low

  * New upstream release
  * debian/rules
    - remove python3 transformation commands, available upstream now
    - run tests at build time
  * debian/copyright
    - reorganize information
  * Ship unittest in debian/, no longer available in upstream tarball

 -- Sandro Tosi <morph@debian.org>  Sun, 06 May 2012 11:06:13 +0200

prettytable (0.5-2) unstable; urgency=low

  * debian/control
    - bump Standards-Version to 3.9.3 (no changes needed)
  * Provide python3 package; thanks to James Page for initial patch;
    Closes: #638303
  * debian/source/format
    - use 3.0 (quilt) source format
  * debian/copyright
    - move to DEP5 format
    - extend packaging copyright years

 -- Sandro Tosi <morph@debian.org>  Tue, 01 May 2012 15:55:55 +0200

prettytable (0.5-1) unstable; urgency=low

  * Initial release (Closes: #530704)

 -- Sandro Tosi <morph@debian.org>  Wed, 27 May 2009 09:14:57 +0200
