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 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
|
xhtml2pdf (0.2.4-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- deprecates debian patch use_html_not_cgi.patch,
instead Depends: python3-six
* Standards-Version: 4.5.0
-- Drew Parsons <dparsons@debian.org> Sat, 25 Jan 2020 11:05:29 +0800
xhtml2pdf (0.2.2-5) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* debian/copyright: use spaces rather than tabs to start continuation
lines.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Drew Parsons ]
* debian/patches/use_html_not_cgi.patch replaces deprecated
cgi.escape with html.escape. Closes: #948788.
-- Drew Parsons <dparsons@debian.org> Fri, 17 Jan 2020 21:36:40 +0800
xhtml2pdf (0.2.2-4) unstable; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
[ Sandro Tosi ]
* Drop python2 support; Closes: #938845, #935191
-- Sandro Tosi <morph@debian.org> Sat, 04 Jan 2020 13:33:34 -0500
xhtml2pdf (0.2.2-3) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.0.
[ Andrey Rahmatullin ]
* Drop the obsolete B-D on python-turbogears2.
-- Andrey Rahmatullin <wrar@debian.org> Fri, 09 Aug 2019 14:32:42 +0500
xhtml2pdf (0.2.2-2) unstable; urgency=medium
* Team upload.
* tests require python-nose
-- Drew Parsons <dparsons@debian.org> Sat, 05 Jan 2019 17:11:45 +0100
xhtml2pdf (0.2.2-1) unstable; urgency=medium
* Team upload.
* New upstream release.
[ Ondřej Nový ]
* d/changelog: Remove trailing whitespaces
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
[ Drew Parsons ]
* Standards-Version: 4.3.0
* debhelper compatibility level 12
* place docs, examples and upstream changelog in python3-xhtml2pdf
* Build-Depends: python-html5lib (>= 1.0)
(drop patch Allow-html5lib-0.999999999.patch)
* add debian/tests (autopkgtest)
-- Drew Parsons <dparsons@debian.org> Sat, 05 Jan 2019 12:29:11 +0100
xhtml2pdf (0.2.1-1) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
[ Drew Parsons ]
* New upstream version.
- drops turbogears support
(remove debian patch Ignore-turbogears.patch)
* Standards-Version: 4.1.3
* debhelper compatibility level 11
-- Drew Parsons <dparsons@debian.org> Thu, 22 Feb 2018 17:32:09 +0800
xhtml2pdf (0.2b-2) unstable; urgency=medium
* Team upload.
* python-xhtml2pdf Conflicts: and Replaces: python-pisa.
Closes: #884513.
* Standards-Version: 4.1.2
-- Drew Parsons <dparsons@debian.org> Sat, 16 Dec 2017 17:47:02 +0800
xhtml2pdf (0.2b-1) unstable; urgency=medium
[ Hugo Lefeuvre ]
* Team upload.
* New upstream release.
* Refresh patches for new upstream release.
[ Drew Parsons ]
* Create new debian packaging for xhtml2pdf, adapted from pisa.
- includes python3 package, python3-xhtml2pdf
- use ${python:Depends} to pull in python dependencies
- Closes: #879839.
* Standards-Version: 4.1.1
* debhelper compatibility level 10
-- Drew Parsons <dparsons@debian.org> Mon, 30 Oct 2017 12:38:03 +0800
pisa (3.0.32-4) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Luciano Bello ]
* Removing dependency to python-pypdf in favor of python-pypdf2.
(Closes: #763981)
* Standards-Version updated.
-- Luciano Bello <luciano@debian.org> Thu, 09 Jun 2016 15:27:11 +0200
pisa (3.0.32-3) unstable; urgency=low
* Team upload.
[ Piotr Ożarowski ]
* Bump minimum required python-reportlab version to 2.2
(see sx/pisa3/__init__.py)
[ Matthias Schmitz ]
* Switch to debhelper 9
* Switch to source format 3.0 (quilt), rework patches from dpatch to quilt
* Bump Standards version to 3.9.5
* Add patch to fix wrong version detection of reportlab.
(Closes: #571120)
* To please lintian: re-word the manpage,
add a patch to fix wrong interpreter path in examples,
remove deprecated XB-Python-Version:,
substitute python-dev by python in Build-Depends
* Add python-pkg-resources to Depends: (Closes: #587221)
[ SVN-Git Migration ]
* git-dpm config.
* Update Vcs fields for git migration.
[ Mattia Rizzolo ]
* Remove long useless debian/pycompat.
* debian/watch: rewrite using pypi.debian.net redirector.
* debian/control:
+ switch dependecy on python-support to dh-python. Closes: #786222
+ Bump standards-versions to 3.9.6, no changes needed.
-- Mattia Rizzolo <mattia@debian.org> Mon, 14 Dec 2015 00:57:40 +0000
pisa (3.0.32-2) unstable; urgency=medium
* Team upload.
* Add debian/patches/02-reportlab_bigger_than_two.patch.dpatch to fix
reportlab version compatibility problems (Closes: #571120)
- Thanks to Walter Doekes and Jamie McClelland for patches - both were
fine patches, but the one used was the smaller change since Debian is in
pre-release freeze
-- Scott Kitterman <scott@kitterman.com> Sun, 23 Nov 2014 21:51:06 -0500
pisa (3.0.32-1) unstable; urgency=low
* Initial release (Closes: #504277). Thanks to Toby Smithe
<tsmithe@ubuntu.com> for preparing the package. Thanks to Thomas
Bechtold for helping with the licenses. And, yes, the file
demo/tgpisa/tgpisa/release.py is just an example, not necessarily
licensed under MIT license. CODE2000.TTF removed from source,
package is under GPL-2.
-- W. Martin Borgert <debacle@debian.org> Mon, 08 Feb 2010 22:02:40 +0000
|