File: changelog

package info (click to toggle)
plastex 3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,136 kB
  • sloc: python: 23,341; xml: 18,076; javascript: 7,755; ansic: 46; makefile: 40; sh: 26
file content (260 lines) | stat: -rw-r--r-- 8,793 bytes parent folder | download
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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
plastex (3.1-2) unstable; urgency=medium

  * Reduce image size in test suite to prevent imagemagick hanging the build
    (Closes: #1101857)

 -- Stuart Prescott <stuart@debian.org>  Thu, 03 Apr 2025 17:38:37 +1100

plastex (3.1-1) unstable; urgency=medium

  * New upstream release.
    - refresh patches, dropping patches applied upstream
    - add patch to drop a failing line from the documentation
  * Add patch to stop using old cgi module (Closes: #1084675).

 -- Stuart Prescott <stuart@debian.org>  Sun, 16 Mar 2025 12:32:26 +1100

plastex (3.0-5) unstable; urgency=medium

  * Update test suite to fix FTBFS with imagemagick-7 (Closes: #1086369).
  * Switch from librsvg2-bin to inkscape for svg to png conversion with
    imagemagick-7.
  * Add patch to relax comparisons with SVGs to handle new texlive output.
  * Add patch to fix SyntaxWarning (Closes: #1085780).

 -- Stuart Prescott <stuart@debian.org>  Mon, 11 Nov 2024 17:19:05 +1100

plastex (3.0-4) unstable; urgency=medium

  * Fix FTBFS with ghostscript 10.04.0~dfsg-1 by using pdftotext from
    poppler-utils in the test suite instead (Closes: #1082694).
  * Add ghostscript to d/t/control so that CI checks plastex when ghostscript
    uploads are performed.
  * Update Standards-Version to 4.7.0 (no changes required).

 -- Stuart Prescott <stuart@debian.org>  Sun, 29 Sep 2024 11:51:59 +1000

plastex (3.0-3) unstable; urgency=medium

  * Handle multiple Python interpreters when building docs (Closes: #1058549).
  * Add new patch to not break PYTHONPATH during tests with non-default
    interpreter.

 -- Stuart Prescott <stuart@debian.org>  Thu, 14 Dec 2023 01:36:02 +1100

plastex (3.0-2) unstable; urgency=medium

  * Add patch to use lualatex rather than pdflatex in the test suite to avoid
    arch-specific (big-endian) failures on s390x, ppc64 etc, with thanks to
    David Bremner for the assistance in debugging.

 -- Stuart Prescott <stuart@debian.org>  Thu, 19 Oct 2023 22:55:24 +1100

plastex (3.0-1) unstable; urgency=medium

  * New upstream release.
    - drop patches applied upstream
    - add new patch to fix failing test due to svg to png conversion fragility
    - add new patch to include theme assets in the python module data
    - update build system for new release; use pyproject plugin
    - update build, binary, and autopkgtest dependencies
  * Add lots of lintian overrides.
  * Clean additional intermediate file from plastex to ensure complete
    cleaning of source (Closes: #1046939).
  * Update Standards-Version to 4.6.2 (no changes).

 -- Stuart Prescott <stuart@debian.org>  Thu, 05 Oct 2023 00:55:29 +1100

plastex (2.1-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ Stuart Prescott ]
  * Include upstream patch for compatibility with Jinja2 3.1, with thanks to
    s3v <c0llapsed@yahoo.it> for the bug report and patch (Closes: #1032444).

 -- Stuart Prescott <stuart@debian.org>  Tue, 07 Mar 2023 21:34:39 +1100

plastex (2.1-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

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

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + python-plastex-doc: Add Multi-Arch: foreign.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

 -- Sandro Tosi <morph@debian.org>  Wed, 04 May 2022 18:29:55 -0400

plastex (2.1-2) unstable; urgency=medium

  * Only test with py3versions -s in autopkgtests
  * Update Standards-Version to 4.5.0 (no changes required).

 -- Stuart Prescott <stuart@debian.org>  Tue, 24 Mar 2020 19:04:34 +1100

plastex (2.1-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository.

  [ Stuart Prescott ]
  * New upstream version.
   - drop patches incorporated upstream.
   - add extra build-depends and suggests for tikz support.
  * Add additional patches to allow testing in place during build.

 -- Stuart Prescott <stuart@debian.org>  Fri, 13 Dec 2019 00:03:08 +1100

plastex (2.0.0+git20190916-2) unstable; urgency=medium

  * Upload to unstable.
  * Add patch from Chris Lamb to make build reproducible (Closes: #779595).

 -- Stuart Prescott <stuart@debian.org>  Fri, 25 Oct 2019 01:09:28 +1100

plastex (2.0.0+git20190916-1) experimental; urgency=medium

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

  [ Stuart Prescott ]
  * New upstream release / git snapshot.
    - refresh patches
  * Add myself to Uploaders.
  * Remove Carl Fürstenberg, with thanks for previous maintenance of this
    package (Closes: #834394).
  * Switch to Python 3.
    - create binary package plastex for the command line utility
    - create python3-plastex for the modules
  * Add autopkgtest tests.
  * Add missing source for JQuery and use libjs-jquery package instead.
  * Bump Standards-Version to 4.4.1.

 -- Stuart Prescott <stuart@debian.org>  Thu, 10 Oct 2019 23:39:12 +1100

plastex (1.0.0-1) unstable; urgency=medium

  * Team upload

  [ Ondřej Nový ]
  * d/changelog: Remove trailing whitespaces
  * d/control: Remove trailing whitespaces
  * Remove debian/pycompat, it's not used by any modern Python helper
  * Convert git repository from git-dpm to gbp layout
  * d/watch: Use https protocol

  [ Stuart Prescott ]
  * Correctly import PIL
    Closes: #920584

  [ Andreas Tille ]
  * Set DPMT as maintainer instead of Uploader
  * Upstream moved from Sourceforge to Github
  * debhelper 12, short dh rules file
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.3.0
  * Use pybuild
  * Remove outdated debian/pyversions
  * DEP5
  * Do not burn computing cycles to render manpage for every package build

 -- Andreas Tille <tille@debian.org>  Fri, 22 Feb 2019 13:50:23 +0100

plastex (0.9.2-1.2) unstable; urgency=low

  [ Stuart Prescott ]
  * Non-maintainer upload.
  * Replace python-imaging dependencies with python-pil (Closes: #866454).
  * Switch to source format 3.0 (quilt) so that the package actually builds
    following the svn to git-dpm conversion.

  [ Carl Fürstenberg ]
  * override lintian warning wrong-section-according-to-package-name, we stick
    in tex as it's 51% tex and 49% python.

  [ Bernd Zeimetz ]
  * --ignore-theme-extras was renamed to --no-theme-extras, update manpage.

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Ondřej Nový ]
  * Fixed VCS URL (https)
  * d/control: Set Vcs-* to salsa.debian.org

 -- Stuart Prescott <stuart@debian.org>  Sat, 17 Feb 2018 11:31:00 +1100

plastex (0.9.2-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Build using dh-python. Closes: #786244.

 -- Matthias Klose <doko@debian.org>  Sat, 22 Aug 2015 15:00:53 +0200

plastex (0.9.2-1) unstable; urgency=low

  [ Carl Fürstenberg ]
  * New upstream release
  * Added patch to resolve problem copying of icons (Closes: #555123)
  * Migrate from Dpatch to Quilt
  * Bumping Standards-Version to 3.8.3 (no change)

  [ Sandro Tosi ]
  * debian/control
    - switch Vcs-Browser field to viewsvn

 -- Carl Fürstenberg <azatoth@gmail.com>  Tue, 17 Nov 2009 17:30:15 +0100

plastex (0.9.1-1) unstable; urgency=low

  * New upstream release
  * CMYK color handling missing (Closes: #456555)
  * Bump Standards-Version to 3.8.0
     - adding README.Source to describe dpatch system
  * removed debug output from the plastex script left there from upstream

 -- Carl Fürstenberg <azatoth@gmail.com>  Sat, 11 Oct 2008 23:59:42 +0200

plastex (0.9-1) unstable; urgency=low

  [ Piotr Ożarowski ]
  * Homepage field added
  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)

  [ Sandro Tosi ]
  * debian/control
    - uniforming Vcs-Browser field

  [ Carl Fürstenberg ]
  * New upstream release
  * Updated Standards-Version to 3.7.3
  * Added lintian override file for python-plastex package to override the
    python-package-should-be-section-python warning, as it's placed in section
    tex instead.
  * Changed doc-base to section Programming/Python
  * Fixed some spelling errors in control file
  * changed target of documentation from post-patches to
    build/python-plastex-doc
  * Adding dvipng nad python-imaging as build depends to assure that the
    documenation is correctly generated.
  * Split stuff into Build-Depends-Indep

 -- Carl Fürstenberg <azatoth@gmail.com>  Mon, 07 Apr 2008 00:04:38 +0200

plastex (0.8.3-1) unstable; urgency=low

  * Initial release (Closes: #433162)

 -- Carl Fürstenberg <azatoth@gmail.com>  Wed, 01 Aug 2007 17:27:32 +0200