1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
ptable (0.9.2-2) unstable; urgency=medium
* Team upload.
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.0.
* Drop Python 2 support (Closes: #937332).
* Use pybuild to build package.
* Bump debhelper compat level to 12.
-- Ondřej Nový <onovy@debian.org> Wed, 25 Sep 2019 10:05:57 +0200
ptable (0.9.2-1) unstable; urgency=medium
[ Sandro Tosi ]
* debian/watch
- upse PyPI redirector
[ 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
[ Scott Kitterman ]
* Rename to ptable to match upstream fork
* Update package to build python/python3-ptable which provide and conflict
with python/pyton3-prettytable
- This will allow both to co-exist in the archive for Buster so that there
is time for rdepends to be ported
- Ptable does provide the same API as prettytable (ptable 0.9.2 passes all
prettytable 0.7.2 tests)
* New upstream release from ptable
* Update debian/copyright
* Bump standards-version to 4.3.0 without further change
* Add prettytable tests from 0.7.2 so we can test compatibility
* Add autopkgtest
-- Scott Kitterman <scott@kitterman.com> Mon, 21 Jan 2019 03:24:12 -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
|