File: changelog

package info (click to toggle)
python-mapnik 1%3A0.0~20240222-5ab32f020-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,364 kB
  • sloc: python: 11,685; cpp: 5,776; sh: 242; makefile: 10
file content (386 lines) | stat: -rw-r--r-- 13,208 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
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
python-mapnik (1:0.0~20240222-5ab32f020-4) unstable; urgency=medium

  * Enable extra verbose pytest output.
  * Update lintian overrides.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 04 Mar 2025 20:56:30 +0100

python-mapnik (1:0.0~20240222-5ab32f020-3) unstable; urgency=medium

  * Get Mapnik SOVERSION from pkg-config.
  * Fix mapniklibpath in paths.py.

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 04 Nov 2024 16:14:31 +0100

python-mapnik (1:0.0~20240222-5ab32f020-2) unstable; urgency=medium

  * Bump Standards-Version to 4.7.0, no changes.
  * Drop python3-nose from build dependencies.
    (closes: #1018529)
  * Add patch to use pytest instead of nose.
  * Update lintian overrides.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 01 Nov 2024 14:27:11 +0100

python-mapnik (1:0.0~20240222-5ab32f020-1) unstable; urgency=medium

  * Require at least libmapnik-dev 4.0.0.
  * Add patch by Gianfranco Costamagna to fix FTBFS with Mapnik 4.0.0.
    (closes: #1069130)
  * Move from experimental to unstable.

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 08 Jul 2024 14:13:46 +0200

python-mapnik (1:0.0~20240222-5ab32f020-1~exp2) experimental; urgency=medium

  * Add patch to use xfail for tests failing on non-amd64 architectures.
  * Use autopkgtest-pkg-pybuild testsuite.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 19 Apr 2024 06:34:38 +0200

python-mapnik (1:0.0~20240222-5ab32f020-1~exp1) experimental; urgency=medium

  * New upstream git snapshot.
  * Update get-orig-source script to use the master branch.
  * Require at least libmapnik-dev 4.0.0~ for header changes.
  * Drop obsolete patches, refresh remaining patches.
  * Add patch to use pkg-config instead of mapnik-config.
    (closes: #1069130)
  * Use Multi-Arch path for Mapnik plugins.
  * Drop dh_strip override.
  * Drop dh_auto_clean override.
  * Add build dependencies for tests.
  * Don't ignore test failures.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 18 Apr 2024 22:05:10 +0200

python-mapnik (1:0.0~20200224-7da019cf9-5) unstable; urgency=medium

  * Bump Standards-Version to 4.6.2, no changes.
  * Add patch to not use deprecated distutils module.
  * Bump debhelper compat to 13.
  * Remove generated files in clean target.
    (closes: #1045169)
  * Enable Salsa CI.
  * Switch to dh-sequence-*.
  * Add patch to fix FTBFS with python3.12.
    (closes: #1055716)

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 06 Dec 2023 18:55:15 +0100

python-mapnik (1:0.0~20200224-7da019cf9-4) unstable; urgency=medium

  [ Bas Couwenberg ]
  * Bump Standards-Version to 4.6.1, no changes.
  * Bump debhelper compat to 12, changes:
    - Drop --list-missing from dh_install
  * Drop python3-nose from build dependencies.
    (closes: #1018529)
  * Add Rules-Requires-Root to control file.

  [Angelos Tzotsos ]
  * Applied upstream proj6 branch patch.
  * Disabled tests since not included in the proj patch.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 01 Dec 2022 17:08:54 +0100

python-mapnik (1:0.0~20200224-7da019cf9-3) unstable; urgency=medium

  * Bump watch file version to 4.
  * Update lintian overrides.
  * Bump Standards-Version to 4.5.1, no changes.
  * Update packaging for Mapnik 3.1.0.
    (closes: #979586)

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 11 Jan 2021 06:25:44 +0100

python-mapnik (1:0.0~20200224-7da019cf9-2) unstable; urgency=medium

  * Bump debhelper compat to 10, changes:
    - Drop --parallel option, enabled by default
  * Add patch to fix libboost_python detection for boost1.71.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 04 Jun 2020 06:27:12 +0200

python-mapnik (1:0.0~20200224-7da019cf9-1) unstable; urgency=medium

  * New upstream git snapshot.
  * Bump Standards-Version to 4.5.0, no changes.
  * Drop Provides: ${python3:Provides}.
  * Drop Name field from upstream metadata.
  * Rebuild with Mapnik 3.0.23.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 25 Feb 2020 12:54:05 +0100

python-mapnik (1:0.0~20180723-588fc9062-3) unstable; urgency=medium

  * Update gbp.conf to use --source-only-changes by default.
  * Bump Standards-Version to 4.4.0, no changes.
  * Drop Python 2 support.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 21 Jul 2019 09:02:38 +0200

python-mapnik (1:0.0~20180723-588fc9062-2) unstable; urgency=medium

  * Bump Standards-Version to 4.3.0, no changes.
  * Rebuild with Mapnik 3.0.22.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 22 Jan 2019 20:23:51 +0100

python-mapnik (1:0.0~20180723-588fc9062-1) unstable; urgency=medium

  * Move from experimental to unstable.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 09 Oct 2018 18:44:34 +0200

python-mapnik (1:0.0~20180723-588fc9062-1~exp1) experimental; urgency=medium

  * New upstream git snapshot.
  * Bump Standards-Version to 4.2.1, no changes.
  * Rebuild with Mapnik 3.0.21.

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 08 Oct 2018 17:40:58 +0200

python-mapnik (1:0.0~20180411-fe47aa15e-3) unstable; urgency=medium

  * Bump Standards-Version to 4.2.0, no changes.
  * Drop autopkgtests to test installability & module import.
  * Add lintian override for testsuite-autopkgtest-missing.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 18 Aug 2018 17:17:11 +0200

python-mapnik (1:0.0~20180411-fe47aa15e-2) unstable; urgency=medium

  * Add module import tests to autopkgtest configuration.
  * Drop ancient X-Python-Version field.
  * Strip trailing whitespace from control & rules files.
  * Rebuild with icu (60.2-6) & libmapnik3.0 (3.0.20+ds-1+b3).
    (closes: #900167)

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 27 May 2018 08:36:47 +0200

python-mapnik (1:0.0~20180411-fe47aa15e-1) unstable; urgency=medium

  * New upstream git snapshot.
  * Update Vcs-* URLs for Salsa.
  * Bump Standards-Version to 4.1.4, no changes.
  * Rebuild with Mapnik 3.0.20.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 14 Apr 2018 13:00:56 +0200

python-mapnik (1:0.0~20180130-804a7947d-1) unstable; urgency=medium

  * New upstream git snapshot.
  * Rebuild with Mapnik 3.0.19.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 10 Mar 2018 09:56:59 +0100

python-mapnik (1:0.0~20170621-0cd7493f2-3) unstable; urgency=medium

  * Update copyright-format URL to use HTTPS.
  * Bump Standards-Version to 4.1.3, no changes.
  * Rebuild with Mapnik 3.0.18.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 27 Jan 2018 10:19:12 +0100

python-mapnik (1:0.0~20170621-0cd7493f2-2) unstable; urgency=medium

  * Bump Standards-Version to 4.1.1, no changes.
  * Update watch file to use HTTPS.
  * Rebuild with Mapnik 3.0.17.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 30 Nov 2017 15:19:22 +0100

python-mapnik (1:0.0~20170621-0cd7493f2-1) unstable; urgency=medium

  * New upstream git snapshot.
  * Bump Standards-Version to 4.0.0, no changes.
  * Add autopkgtest to test installability.
  * Refresh patches.
  * Bump minimum required libmapnik-dev to 3.0.15.
  * Move from experimental to unstable.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 29 Aug 2017 20:46:40 +0200

python-mapnik (1:0.0~20170602-1635afe-1~exp1) experimental; urgency=medium

  * New upstream git snapshot.
  * Bump minimum required libmapnik-dev to 3.0.14.
  * Enable PIE hardening buildflags.

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 05 Jun 2017 20:16:11 +0200

python-mapnik (1:0.0~20170120-8139e5c-1~exp1) experimental; urgency=medium

  * New upstream git snapshot.
  * Drop pr123-install-mapnik-printing.patch, included upstream.

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 06 Feb 2017 19:42:26 +0100

python-mapnik (1:0.0~20170119-5a6896f-1~exp1) experimental; urgency=medium

  * New upstream git snapshot.
  * Update get-orig-source script to use the v3.0.x branch.
  * Add license & copyright for demo data & script.
  * Install demo in examples.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 20 Jan 2017 15:24:31 +0100

python-mapnik (1:0.0~20161104-ea5fd11-2) unstable; urgency=medium

  * Add patch to fix installation of mapnik.printing module.
    (closes: #843974)

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 11 Nov 2016 12:38:38 +0100

python-mapnik (1:0.0~20161104-ea5fd11-1) unstable; urgency=medium

  * New upstream git snapshot.
  * Update skip-tests-for-missing-data.patch for test_pdf_printing().
  * Rebuild for boost1.62 transition.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 05 Nov 2016 15:29:19 +0100

python-mapnik (1:0.0~20160830-541fd96-1) unstable; urgency=medium

  * New upstream git snapshot.
  * Bump minimum required libmapnik-dev to 3.0.12.
  * Move from experimental to unstable.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 08 Sep 2016 15:50:54 +0200

python-mapnik (1:0.0~20160810-3a60211-1~exp1) experimental; urgency=medium

  * New upstream git snapshot.
  * Bump minimum required libmapnik-dev to 3.0.12~rc3.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 12 Aug 2016 19:59:37 +0200

python-mapnik (1:0.0~20160809-7258eea-1~exp1) experimental; urgency=medium

  * New upstream git snapshot.
  * Drop denominator-typo.patch, applied upstream.
  * Bump minimum required libmapnik-dev to 3.0.12~rc2.

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 10 Aug 2016 13:48:52 +0200

python-mapnik (1:0.0~20160726-1c4a51d-1~exp2) experimental; urgency=medium

  * Add patch to skip tests for missing data.
  * Rebuild with libmapnik-dev (3.0.12~rc1+ds-1~exp2).

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 07 Aug 2016 11:49:41 +0200

python-mapnik (1:0.0~20160726-1c4a51d-1~exp1) experimental; urgency=medium

  * New upstream git snapshot.
  * Bump minimum required libmapnik-dev to 3.0.12.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 05 Aug 2016 16:06:56 +0200

python-mapnik (1:0.0~20160531-f65767a-1) unstable; urgency=medium

  * New upstream git snapshot.
    - Add pycairo support for Python 3.
    - Avoid duplicate conversions registrations.

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 27 Jun 2016 00:12:04 +0200

python-mapnik (1:0.0~20160412-5b015f2-1) unstable; urgency=medium

  * New upstream git snapshot.
  * Bump Standards-Version to 3.9.8, no changes.
  * Enable pycairo support.
    (closes: #823549)

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 05 May 2016 23:16:09 +0200

python-mapnik (1:0.0~20160330-5d72b49-1) unstable; urgency=medium

  * New upstream git snapshot.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 02 Apr 2016 03:23:28 +0200

python-mapnik (1:0.0~20160317-275bfae-1) unstable; urgency=medium

  * New upstream git snapshot.
  * Bump minimum required libmapnik-dev to 3.0.10.
  * Bump Standards-Version to 3.9.7, no changes.
  * Update Vcs-Git URL to use HTTPS.
  * Drop license & copyright for mapnik/__init__.py, now LGPL-2.1+ too.
  * Add (build) dependencies on python{,3}-cairo.
  * Drop mapnik-libdir.patch, applied upstream.
  * Override dh_strip to not create dbgsym packages,
    debug files contain no debug symbols.
  * Add patch to fix 'denominator' typo.
  * Enable all hardening buildflags, except pie (causes build failure).

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 18 Mar 2016 21:03:11 +0100

python-mapnik (1:0.0~20151125-92e79d2-1) unstable; urgency=medium

  * New upstream git snapshot.
  * Bump minimum required libmapnik-dev to 3.0.9.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 27 Nov 2015 01:49:26 +0100

python-mapnik (1:0.0~20151022-ab8b1f6-2) unstable; urgency=medium

  * Fix mapniklibpath in paths.py for custom path used by mapnik.
    (closes: #803564)

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 31 Oct 2015 17:06:08 +0100

python-mapnik (1:0.0~20151022-ab8b1f6-1) unstable; urgency=medium

  * New upstream git snapshot.
  * Drop system-fonts.patch, applied upstream.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 24 Oct 2015 14:57:43 +0200

python-mapnik (1:0.0~20151012-a063df4-1) unstable; urgency=medium

  * New upstream git snapshot.
  * Use system fonts instead of mapnik specific fonts.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 15 Oct 2015 10:05:56 +0200

python-mapnik (1:0.0~20151010-b223124-1) unstable; urgency=medium

  * New upstream git snapshot.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 10 Oct 2015 17:16:31 +0200

python-mapnik (1:0.0~20150909-1489d53-1) unstable; urgency=medium

  * New upstream git snapshot.
  * Drop patches, included upstream.
  * Require at least libmapnik-dev 3.0.5 for get_format changes.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 13 Sep 2015 01:25:54 +0200

python-mapnik (1:0.0~20150817-da1d9dd-2) unstable; urgency=medium

  * Use upstream patch for boost library names fix.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 30 Aug 2015 18:36:37 +0200

python-mapnik (1:0.0~20150817-da1d9dd-1) unstable; urgency=medium

  * New upstream Git snapshot.
  * Drop patches applied upstream.
  * Update Vcs-Browser URL to use HTTPS.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 25 Aug 2015 22:40:18 +0200

python-mapnik (1:0.0~20150708-c005502-2) unstable; urgency=medium

  * Also build bindings for Python 3.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 23 Jul 2015 21:54:21 +0200

python-mapnik (1:0.0~20150708-c005502-1) unstable; urgency=medium

  * Initial release. (Closes: #792539)

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 16 Jul 2015 23:15:09 +0200