File: changelog

package info (click to toggle)
python-reportlab 4.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 10,060 kB
  • sloc: python: 96,652; xml: 1,494; makefile: 143; sh: 12
file content (857 lines) | stat: -rw-r--r-- 27,447 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
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
python-reportlab (4.3.1-1) unstable; urgency=medium

  * New upstream version 4.3.1

 -- Georges Khaznadar <georgesk@debian.org>  Wed, 19 Feb 2025 19:01:40 +0100

python-reportlab (4.3.0-1) unstable; urgency=medium

  * New upstream version 4.3.0
  * updated debian patches

 -- Georges Khaznadar <georgesk@debian.org>  Tue, 11 Feb 2025 08:40:07 +0100

python-reportlab (4.2.5-1) unstable; urgency=medium

  * New upstream version 4.2.5

 -- Georges Khaznadar <georgesk@debian.org>  Wed, 02 Oct 2024 12:41:33 +0200

python-reportlab (4.2.2-1) unstable; urgency=medium

  * exclude src/reportlab.egg-info/* from packaging
  * New upstream version 4.2.2
  * refreshed debian patches

 -- Georges Khaznadar <georgesk@debian.org>  Thu, 27 Jun 2024 16:12:55 +0200

python-reportlab (4.2.0-2) unstable; urgency=medium

  * new source upload

 -- Georges Khaznadar <georgesk@debian.org>  Fri, 10 May 2024 15:55:18 +0200

python-reportlab (4.2.0-1) unstable; urgency=medium

  * New upstream version 4.2.0

 -- Georges Khaznadar <georgesk@debian.org>  Sun, 21 Apr 2024 16:29:38 +0200

python-reportlab (4.1.0-4) unstable; urgency=medium

  * added autopkgtests
  * cleaned the patch t1searchpath.patch
  * install callig15 fonts
  * rewritten d/copyright to comply with copyright-format/1.0/
  * removed copyright mentions about LibHnj since the relevant files are no
    longer part of ReportLab (they were C code, compiled to the older library
    pyHnj.x86_64-linux-gnu.so)

 -- Georges Khaznadar <georgesk@debian.org>  Tue, 19 Mar 2024 19:09:52 +0100

python-reportlab (4.1.0-3) unstable; urgency=medium

  * install DarkGardenMK fonts
  * add symlinks for .afm files, regarding urw-base35 fonts
  * fixed the brute-force search path for T1 fonts

 -- Georges Khaznadar <georgesk@debian.org>  Tue, 19 Mar 2024 18:22:03 +0100

python-reportlab (4.1.0-2) unstable; urgency=medium

  * reduced the number of plain dependencies on fonts packages.
    Closes: #1051487

 -- Georges Khaznadar <georgesk@debian.org>  Tue, 12 Mar 2024 16:29:00 +0100

python-reportlab (4.1.0-1) unstable; urgency=medium

  * ignore some generated files
  * New upstream version 4.1.0

 -- Georges Khaznadar <georgesk@debian.org>  Mon, 12 Feb 2024 15:18:26 +0100

python-reportlab (4.0.9-1) unstable; urgency=medium

  * New upstream version 4.0.9

 -- Georges Khaznadar <georgesk@debian.org>  Sun, 14 Jan 2024 20:10:36 +0100

python-reportlab (4.0.8-1) unstable; urgency=medium

  * New upstream version 4.0.8
  * Added Suggests: for rl-accel and rl-renderpm, which provide the
    accelerators in separate packages. Closes: #1037483

 -- Georges Khaznadar <georgesk@debian.org>  Sat, 16 Dec 2023 15:19:29 +0100

python-reportlab (4.0.7-1) unstable; urgency=medium

  * New upstream version 4.0.7

 -- Georges Khaznadar <georgesk@debian.org>  Sun, 12 Nov 2023 16:03:29 +0100

python-reportlab (4.0.6-1) unstable; urgency=medium

  * added Replaces: python3-reportlab-accel, python3-renderpm
  * New upstream version 4.0.6

 -- Georges Khaznadar <georgesk@debian.org>  Sun, 15 Oct 2023 19:53:04 +0200

python-reportlab (4.0.5-1) unstable; urgency=medium

  * New upstream version 4.0.5
  * removed the transitional packages python3-reportlab-accel and
    python3-renderpm, now python3-reportlab provides them as virtual
    packages
  * fixed Vcs URLs

 -- Georges Khaznadar <georgesk@debian.org>  Sat, 30 Sep 2023 14:11:14 +0200

python-reportlab (4.0.4-11) unstable; urgency=medium

  * removed the dependency on ttf-bitstream-vera, replaced by dependencies on
    fonts-dejavu-core and fonts-dejavu-extra. Adapted
    debian/python3-reportlab.links accordingly. Hopefully, this definitely
    Closes: #1050218
  * installed also Vera fonts which are included in the source package, as
    their license is documented in debian/copyright
  * checked that upstream sources are using rl_safe_exec instead of exec in
    file src/reportlab/platypus/flowables.py. Closes: #961524

 -- Georges Khaznadar <georgesk@debian.org>  Thu, 24 Aug 2023 10:19:11 +0200

python-reportlab (4.0.4-10) unstable; urgency=medium

  * replace default T1 fonts by DejaVuSans.ttf when those fonts cannot
    be found. Closes: #1050218

 -- Georges Khaznadar <georgesk@debian.org>  Wed, 23 Aug 2023 19:10:37 +0200

python-reportlab (4.0.4-9) unstable; urgency=medium

  * added a dependency on fonts-urw-base35, and created symlinks from
    reportlab/fonts to the T1 fonts.

 -- Georges Khaznadar <georgesk@debian.org>  Thu, 13 Jul 2023 14:17:41 +0200

python-reportlab (4.0.4-8) unstable; urgency=medium

  * replace default T1 fonts by Vera.TTF when those fonts cannot be found

 -- Georges Khaznadar <georgesk@debian.org>  Thu, 13 Jul 2023 12:51:28 +0200

python-reportlab (4.0.4-7) unstable; urgency=medium

  * added dependencies python3-reportlab => python3-rlpycairo,
    python3-freetype, ttf-bitstream-vera
  * created symlinks from reportlab/fonts to
    /usr/share/fonts/truetype/ttf-bitstream-vera/

 -- Georges Khaznadar <georgesk@debian.org>  Wed, 12 Jul 2023 12:09:25 +0200

python-reportlab (4.0.4-6) unstable; urgency=medium

  * modified a copy routine to let it do nothing when building in -arch
    mode.

 -- Georges Khaznadar <georgesk@debian.org>  Sat, 01 Jul 2023 20:30:25 +0200

python-reportlab (4.0.4-5) unstable; urgency=medium

  * removed the clause Build-Depends-Indep and the -indep suffixes

 -- Georges Khaznadar <georgesk@debian.org>  Sat, 01 Jul 2023 17:50:27 +0200

python-reportlab (4.0.4-4) unstable; urgency=medium

  * defined override_dh_auto_clean-indep also

 -- Georges Khaznadar <georgesk@debian.org>  Sat, 01 Jul 2023 17:09:20 +0200

python-reportlab (4.0.4-3) unstable; urgency=medium

  * defined override_dh_auto_build-indep and override_dh_auto_install-indep
    targets in debian/rules

 -- Georges Khaznadar <georgesk@debian.org>  Sat, 01 Jul 2023 16:15:29 +0200

python-reportlab (4.0.4-2) unstable; urgency=medium

  * restored binary packages (as empty transitional packages) for
    python3-reportlab-accel and python3-renderpm. Added the clause
    Conflicts: python3-reportlab-accel (<= 4.0.4), python3-renderpm (<= 4.0.4)

 -- Georges Khaznadar <georgesk@debian.org>  Thu, 29 Jun 2023 15:05:11 +0200

python-reportlab (4.0.4-1) unstable; urgency=medium

  * adopted the package. Closes: #1037483
  * added VCS stuff to manage the package at salsa.d.o, unde rthe umbrella
    of python-team
  * updated the watch file
  * New upstream version 4.0.4
  * Updated debian patches
  * removed install rules which dealt with .so libs since there are no longer
    C/C++ sources.
  * fewer binary packages are generated: python3-renderpm: and
    python3-reportlab-accel which were low level are no longer built.
  * changed the build dependency libfreetype6-dev => libfreetype-dev
  * removed unused rules about binary-arch, binary-indep
  * simplified debian/rules, using the new debhelper system

 -- Georges Khaznadar <georgesk@debian.org>  Sat, 17 Jun 2023 22:00:19 +0200

python-reportlab (3.6.13-1) unstable; urgency=medium

  * QA upload.
  * New upstream version.
  * Drop the toColor patch, implemented upstream.
  * Bump debhelper and standards versions.
  * Orphan the package. See #1037483.

 -- Matthias Klose <doko@debian.org>  Tue, 13 Jun 2023 12:41:30 +0200

python-reportlab (3.6.12-1) unstable; urgency=medium

  * New upstream version.
  * Bump standards version.
  * Fix PYTHONPATH in d/rules to fix FTBFS (Jochen Sprickerhof).
    Closes: #1019989.

 -- Matthias Klose <doko@debian.org>  Sat, 31 Dec 2022 11:05:33 +0100

python-reportlab (3.6.11-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Sun, 17 Jul 2022 14:14:52 +0200

python-reportlab (3.6.9-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Fri, 27 May 2022 12:00:33 +0200

python-reportlab (3.6.8-1) unstable; urgency=medium

  * New upstream version.
  * debian/rules: Use py3versions to set VER3 variable (Nick Rosbrook).
    Closes: #1006763.

 -- Matthias Klose <doko@debian.org>  Sat, 12 Mar 2022 06:27:30 +0100

python-reportlab (3.6.7-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Tue, 22 Feb 2022 20:20:21 +0100

python-reportlab (3.6.6-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Fri, 18 Feb 2022 04:26:09 +0100

python-reportlab (3.6.5-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Mon, 10 Jan 2022 11:09:39 +0100

python-reportlab (3.6.2-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Wed, 17 Nov 2021 18:05:08 +0100

python-reportlab (3.6.1-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Thu, 14 Oct 2021 12:26:54 +0200

python-reportlab (3.5.67-2) unstable; urgency=medium

  * Stop building the python3-*-dbg packages. Closes: #994368.
  * Bump standards version.

 -- Matthias Klose <doko@debian.org>  Wed, 15 Sep 2021 13:59:00 +0200

python-reportlab (3.5.67-1) experimental; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Thu, 06 May 2021 08:39:24 +0200

python-reportlab (3.5.66-1) experimental; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Sat, 03 Apr 2021 12:50:07 +0200

python-reportlab (3.5.65-1) experimental; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Sat, 13 Mar 2021 13:42:58 +0100

python-reportlab (3.5.59-2) unstable; urgency=medium

  * Fix building the reference documentation.

 -- Matthias Klose <doko@debian.org>  Sat, 13 Mar 2021 13:39:39 +0100

python-reportlab (3.5.59-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Fri, 08 Jan 2021 10:15:25 +0100

python-reportlab (3.5.58-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Thu, 07 Jan 2021 19:14:55 +0100

python-reportlab (3.5.57-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Thu, 31 Dec 2020 16:47:44 +0100

python-reportlab (3.5.56-1) unstable; urgency=medium

  * New upstream version.
  * Bump standards version.

 -- Matthias Klose <doko@debian.org>  Mon, 07 Dec 2020 18:26:10 +0100

python-reportlab (3.5.55-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Wed, 11 Nov 2020 15:29:01 +0100

python-reportlab (3.5.53-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Sun, 11 Oct 2020 13:29:24 +0200

python-reportlab (3.5.49-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Wed, 16 Sep 2020 13:29:05 +0200

python-reportlab (3.5.47-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Fri, 14 Aug 2020 13:29:28 +0200

python-reportlab (3.5.44-1) unstable; urgency=medium

  * New upstream version.
  * python3-renderpm: Depend on fonts-urw-base35. Closes: #951062.

 -- Matthias Klose <doko@debian.org>  Fri, 17 Jul 2020 11:23:11 +0200

python-reportlab (3.5.34-1) unstable; urgency=medium

  * New upstream version.
  * SECURITY UPDATE: remote code execution via crafted XML document
    - debian/patches/CVE-2019-17626.patch: safely parse color in
      src/reportlab/lib/colors.py. Thanks to Marek Kasik for the patch!
    - CVE-2019-17626
  * Stop building the Python2 packages. Closes: #9381130.
  * Remove uploaders. Closes: #948945.
  * Bump standards version.

 -- Matthias Klose <doko@debian.org>  Tue, 28 Jan 2020 16:56:28 +0100

python-reportlab (3.5.31-1) unstable; urgency=medium

  * New upstream version.
  * Use Python3 in the -doc package.
  * Use python2 instead of python in dependencies and shebangs.

 -- Matthias Klose <doko@debian.org>  Sat, 26 Oct 2019 17:25:54 +0200

python-reportlab (3.5.28-1) unstable; urgency=medium

  * New upstream version.
  * Bump standards version.
  * Fix installation of python3.8 extensions.

 -- Matthias Klose <doko@debian.org>  Sat, 19 Oct 2019 13:03:38 +0200

python-reportlab (3.5.23-1) unstable; urgency=medium

  * New upstream version.
        * fix issues #174, #180, #181, #183, #184.
        * add wordSpace keyword to Canvas draw methods
        * Allow kewords in PDFResourceDictionary
        * Allow AcroForm to have SigFlags
        * Bug Fixes and tests

 -- Matthias Klose <doko@debian.org>  Fri, 28 Jun 2019 17:42:18 +0200

python-reportlab (3.5.21-1) unstable; urgency=medium

  * New upstream version.
    - Fix bug in legends.
    - Add extra table info in spanning error case.
    - Preliminary MultiCol implementation.
    - Fix missing xrange import.
    - Allow rgb to have fractions of 1 in css colors.
    - Fix bug with a tag href not having a scheme.
    - Allow LineChart/LinePlot area fills to differe from the stroke colour.
    - Add canvas setProducer method.

 -- Matthias Klose <doko@debian.org>  Wed, 08 May 2019 19:03:39 +0200

python-reportlab (3.5.18-1) unstable; urgency=medium

  * New upstream version.
    - more FrameBG changes vs BalancedColumns.
    - fix bb issues #176/#177.
    - more FrameBG fixes; added canvas cross method, frame static drawBoundary.
    - fix stroking for frame background in container.
    - add stroking for frame background.
    - added axes tickStrokeWidth etc etc.

 -- Matthias Klose <doko@debian.org>  Wed, 10 Apr 2019 10:52:39 +0200

python-reportlab (3.5.13-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Fri, 18 Jan 2019 11:03:19 +0100

python-reportlab (3.5.12-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Tue, 11 Dec 2018 12:21:20 +0100

python-reportlab (3.5.11-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Fri, 30 Nov 2018 11:32:52 +0100

python-reportlab (3.5.9-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Thu, 18 Oct 2018 12:29:12 +0200

python-reportlab (3.5.6-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Tue, 21 Aug 2018 10:27:40 +0200

python-reportlab (3.5.5-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Mon, 20 Aug 2018 15:43:48 +0200

python-reportlab (3.5.4-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Tue, 14 Aug 2018 14:03:10 +0200

python-reportlab (3.5.2-1) unstable; urgency=medium

  * New upstream version, complete sources again.

 -- Matthias Klose <doko@debian.org>  Sat, 28 Jul 2018 09:49:54 +0200

python-reportlab (3.5.1-1) unstable; urgency=medium

  * New upstream version.
  * Re-add the src/rl_addons, docs, demos and tools directories from the
    upstream repository, not shipped in the upstream tarball anymore.
  * Fix lintian warnings.
  * Build renderPM using the internal libart sources. Closes: #885787.

 -- Matthias Klose <doko@debian.org>  Sat, 21 Jul 2018 16:24:04 +0200

python-reportlab (3.4.0-3) unstable; urgency=medium

  * Fix dependencies, removing pip and setuptools.

 -- Matthias Klose <doko@debian.org>  Mon, 22 May 2017 12:33:21 -0700

python-reportlab (3.4.0-2) unstable; urgency=medium

  * Build docs using Python3.
  * python-reportlab-doc: Install basic.css. LP: #1692123.

 -- Matthias Klose <doko@debian.org>  Sat, 20 May 2017 10:17:37 -0700

python-reportlab (3.4.0-1) experimental; urgency=medium

  * New upstream version.
  * Bump standards and debhelper version.

 -- Matthias Klose <doko@debian.org>  Fri, 17 Mar 2017 12:12:13 +0100

python-reportlab (3.3.0-2) unstable; urgency=medium

  * Honour SOURCE_DATE_EPOCH environment variable. Closes: #828756.

 -- Matthias Klose <doko@debian.org>  Fri, 17 Mar 2017 12:12:13 +0100

python-reportlab (3.3.0-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Thu, 18 Feb 2016 00:41:28 +0100

python-reportlab (3.2.0-1) unstable; urgency=medium

  * New upstream version.
    - Fix crash when getting transparency for some PNG images. Closes: #785023.

 -- Matthias Klose <doko@debian.org>  Thu, 04 Jun 2015 00:54:01 +0200

python-reportlab (3.1.44-1) experimental; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Fri, 27 Feb 2015 03:43:03 +0100

python-reportlab (3.1.8-3) unstable; urgency=medium

  * Build-depend on dh-python.
  * Make architecture dependent package M-A: same.

 -- Matthias Klose <doko@debian.org>  Mon, 18 Aug 2014 16:44:06 +0200

python-reportlab (3.1.8-2) unstable; urgency=medium

  * Let renderPM find (replacements for) standard PostScript fonts
    (Jakub Wilk). Closes: #745985.
  * python{,3}-renderpm: Recommend gsfonts.

 -- Matthias Klose <doko@debian.org>  Mon, 11 Aug 2014 23:31:24 +0200

python-reportlab (3.1.8-1) unstable; urgency=medium

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Mon, 11 Aug 2014 23:16:46 +0200

python-reportlab (3.0-1) unstable; urgency=medium

  * reportlab 3.0 release.

 -- Matthias Klose <doko@debian.org>  Tue, 18 Feb 2014 14:46:38 +0100

python-reportlab (3.0~b1-1) unstable; urgency=medium

  * reportlab 3.0 beta1 release.
  * Let the -reportlab packages depend on the -reportlab-accel packages.
    Closes: #738404, #738418, #738586.

 -- Matthias Klose <doko@debian.org>  Wed, 12 Feb 2014 20:23:27 +0100

python-reportlab (3.0~a1-1) unstable; urgency=medium

  * reportlab 3.0 alpha1 release.
  * Build python3 packages.

 -- Matthias Klose <doko@debian.org>  Wed, 05 Feb 2014 10:00:02 +0100

python-reportlab (2.7-1) unstable; urgency=low

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Sat, 23 Nov 2013 09:42:48 +0100

python-reportlab (2.6-1) experimental; urgency=low

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Thu, 31 Jan 2013 21:08:28 +0100

python-reportlab (2.5-1.1) unstable; urgency=low

  * Non-maintainer upload to unstable (with maintainer's approval)
  * Add python-sphinx to Build-Depends-Indep (for docs)

 -- Piotr Ożarowski <piotr@debian.org>  Sat, 16 Apr 2011 13:00:22 +0200

python-reportlab (2.5-1) experimental; urgency=low

  * New upstream version.
  * Add installed fonts to reportlab's font search paths. Closes: #603413.
  * Build the docs again. Closes: #571637.

 -- Matthias Klose <doko@debian.org>  Mon, 06 Dec 2010 12:45:44 +0100

python-reportlab (2.4-4) unstable; urgency=low

  * Don't include the font description files. Closes: #595072.

 -- Matthias Klose <doko@debian.org>  Fri, 17 Sep 2010 12:35:59 +0200

python-reportlab (2.4-3) unstable; urgency=low

  * Don't try to download font files during the build. Closes: #593612.
  * Fix two bugs running the examples (Yaroslav Halchenko). Closes: #534578.

 -- Matthias Klose <doko@debian.org>  Mon, 23 Aug 2010 11:54:20 +0200

python-reportlab (2.4-2) unstable; urgency=low

  * Build using dh_python2 instead of dh_pycentral, bump python build
    dependency. Closes: #551691.
  * Update watch files. Closes: #487307.
  * Raise ValueError's instead of string exceptions. Closes: #585326.

 -- Matthias Klose <doko@debian.org>  Mon, 26 Jul 2010 12:05:54 +0200

python-reportlab (2.4-1) unstable; urgency=low

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Tue, 16 Feb 2010 23:32:55 +0100

python-reportlab (2.3-1) unstable; urgency=low

  * New upstream version. Closes: #501276.
    - Fixes: PDFImage.getImageData() uses "sys" without importing it.
      Closes: #241735.
    - Fixes: CMAP file for japnese encodings. Closes: #292964.
    - Fixes layouting crash. Closes: #495443.
    - Uses free translation of the Odyssey text. Closes: #498551.
  * Examples and demos are in the -doc package. Closes: #279377.
  * Import sgmlop unqulified. Closes: #484025.
  * python-renderpm packaged and recommended by python-reportlab.
    Closes: #279376, #228054, #228056.
  * Use python.mk macros for packaging. Closes: #547851.

 -- Matthias Klose <doko@debian.org>  Sun, 27 Sep 2009 10:27:13 +0200

python-reportlab (2.2-2) unstable; urgency=low

  * Adjust build dependencies for binary arch packages. Closes: #502636
  * Require python 2.4 or newer. Closes: #502133.

 -- Matthias Klose <doko@debian.org>  Sun, 19 Oct 2008 23:16:31 +0200

python-reportlab (2.2-1) unstable; urgency=low

  * New upstream version.
  * Build the reportlab-accel and renderpm extensions from this source.

 -- Matthias Klose <doko@debian.org>  Tue, 23 Sep 2008 17:58:12 +0200

python-reportlab (2.1dfsg-2) unstable; urgency=low

  * Don't depend on python-xml; a slower parser is included in the source.
    Closes: #468614.

 -- Matthias Klose <doko@debian.org>  Sun, 27 Apr 2008 18:02:35 +0200

python-reportlab (2.1dfsg-1) unstable; urgency=low

  * New upstream version.
    - Doesn't contain the RML_UserGuide.pdf. Closes: #349075.
    - reportlab.graphics.barcode module installed. Closes: #387014.
    - Avoid warning with reserved keyword. Closes: #435742.
    - BaseDocTemplate: Set author, title, subject and keywords on its
      canvas. Closes: #349747.
  * Depend on ttf-dustin, ttf-bitstream-vera, do not include copies of
    the fonts. Closes: #457923.

 -- Matthias Klose <doko@debian.org>  Mon, 28 Jan 2008 21:03:56 +0100

python-reportlab (2.0dfsg-1) unstable; urgency=low

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Sun, 16 Jul 2006 15:31:03 +0200

python-reportlab (1.20debian-7) unstable; urgency=low

  * python-reportlab: Add conflict/replaces to the versioned packages.
    Closes: #374222.

 -- Matthias Klose <doko@debian.org>  Sun, 18 Jun 2006 02:12:33 +0000

python-reportlab (1.20debian-6) unstable; urgency=low

  * Switch maintainer and uploader.
  * Convert to updated python policy, using python-central (the
    extension reportlab-accel goes into the same direcory).
    Closes: #373350.

 -- Matthias Klose <doko@debian.org>  Fri, 16 Jun 2006 23:31:54 +0200

python-reportlab (1.20debian-5) unstable; urgency=low

  * Imported python-reportlab package into debian python-modules svn repository
  * debian/control: added Debian Python Modules Team to Uploaders

 -- Igor Stroh <jenner@debian.org>  Sun, 16 Apr 2006 13:19:23 +0200

python-reportlab (1.20debian-4) unstable; urgency=low

  * Added Type1 and TT font paths to reportlab/rl_config, thanks
    to Nicolas Chauvat and Samuele Giovanni Tonon (closes: #174639)

 -- Igor Stroh <jenner@debian.org>  Wed, 12 Apr 2006 22:32:32 +0200

python-reportlab (1.20debian-3) unstable; urgency=low

  * Drop python2.1 and python2.2 packages.
  * README.Debian: point to the -doc package (closes: #258404).
  * Fix drawing of stacked 3D bars (Felipe Almeida Lessa). Closes: #349831).

 -- Matthias Klose <doko@debian.org>  Thu,  2 Feb 2006 20:29:54 +0000

python-reportlab (1.20debian-2) unstable; urgency=low

  * New maintainer
  * Fixed README.Debian
  * added debian/compat
  * debian/control: bumped Standards-Version to 3.6.2
  * debian/rules: moved pythonpoint demos to python-reportlab-doc

 -- Igor Stroh <jenner@debian.org>  Tue, 26 Jul 2005 12:51:54 +0200

python-reportlab (1.20debian-1) unstable; urgency=low

  * New upstream version.
  * Add me as uploader.

 -- Matthias Klose <doko@debian.org>  Sun, 30 Jan 2005 21:25:17 +0100

python-reportlab (1.19debian-0.2) unstable; urgency=low

  * Fix bug in routine handling page breaks (closes Ubuntu #5274).

 -- Matthias Klose <doko@debian.org>  Wed, 12 Jan 2005 23:01:21 +0100

python-reportlab (1.19debian-0.1) unstable; urgency=low

  * NMU.
  * New upstream version.
  * Change section to python (closes: #218651).
  * Add dependencies on shared libraries (closes: #213305).
  * Add recommends on python-imaging (closes: #158656).
  * Include the demos in the doc package, don't include the testsuite
    and documentation sources in the pythonX.Y-reportlab packages.
    Get the source package, if you need it ...

 -- Matthias Klose <doko@debian.org>  Sat,  7 Feb 2004 09:20:25 +0100

python-reportlab (1.18debian-1.1) unstable; urgency=low

  * Rebuild against python 2.3 (closes: #205742).

 -- Josselin Mouette <joss@debian.org>  Mon, 18 Aug 2003 16:23:57 +0200

python-reportlab (1.18debian-1) unstable; urgency=low

  * New upstream version 1.18. As in 1.17debian, I removed the files with
    offending licenses in the Debian .orig.tar.gz.
  * Correct the conflicts with older python-reportlab packages.

 -- Gregor Hoffleit <flight@debian.org>  Wed, 16 Jul 2003 10:31:18 +0200

python-reportlab (1.17debian-2) unstable; urgency=low

  * Make packages conflict with older python-reportlab package.

 -- Gregor Hoffleit <flight@debian.org>  Wed, 16 Jul 2003 09:45:44 +0200

python-reportlab (1.17debian-1) unstable; urgency=low

  * New upstream version.
  * Due to license problems, I had to make changes to the upstream tarball:
    - I had to remove three fonts from the font directory. They have been
      replaced by free GPL fonts by Dustin Norlander.
    - I had to remove the English translation of Homer's Odyssey by some
      fake text.
    Consequently, the pdf documentation and the source code has been adapted
    to use the new fonts as well.
  * This is not a pristine upstream tarball. To make this clear, I changed the
    package version into 1.17debian.
  * Provide python2.1, python2.2 and python2.3 versions of the package. Split
    of the documentation into a separate package (PDF format).

 -- Gregor Hoffleit <flight@debian.org>  Sun,  4 May 2003 12:26:04 +0200

python-reportlab (1.15-2) unstable; urgency=low

  * Bump up to Python 2.2, which is the new default Python version in
    unstable (closes: #161564, #158891).

 -- Gregor Hoffleit <flight@debian.org>  Tue, 24 Sep 2002 14:48:53 +0200

python-reportlab (1.15-1) unstable; urgency=low

  * New upstream version.

 -- Gregor Hoffleit <flight@debian.org>  Tue,  3 Sep 2002 22:03:56 +0200

python-reportlab (1.13-1) unstable; urgency=low

  * New upstream version.

 -- Gregor Hoffleit <flight@debian.org>  Wed,  3 Apr 2002 14:25:32 +0200

python-reportlab (1.11-2) unstable; urgency=low

  * Include the tools directory (closes: #128948).

 -- Gregor Hoffleit <flight@debian.org>  Tue, 15 Jan 2002 10:22:16 +0100

python-reportlab (1.11-1) unstable; urgency=low

  * New upstream version.
  * Correct a spelling mistake in package description (closes: #125284).

 -- Gregor Hoffleit <flight@debian.org>  Sat, 29 Dec 2001 13:02:48 +0100

python-reportlab (1.10-2) unstable; urgency=low

  * Fix rules in order to use /usr/bin/python2.1 during build
    (closes: #119997).

 -- Gregor Hoffleit <flight@debian.org>  Thu, 22 Nov 2001 00:28:18 +0100

python-reportlab (1.10-1) unstable; urgency=low

  * New upstream version.
  * Recompiled for new default Python 2.1 (closes: #119212).
  * Change dependencies accordingly (e.g. python-egenix-mxtexttools).

 -- Gregor Hoffleit <flight@debian.org>  Fri, 16 Nov 2001 11:12:24 +0100

python-reportlab (1.08-1) unstable; urgency=low

  * New upstream version.

 -- Gregor Hoffleit <flight@debian.org>  Wed, 20 Jun 2001 20:15:25 +0200

python-reportlab (1.07-1) unstable; urgency=low

  * New upstream version.

 -- Gregor Hoffleit <flight@debian.org>  Sun, 17 Jun 2001 22:02:15 +0200

python-reportlab (1.01-1) unstable; urgency=low

  * Initial Release.

 -- Gregor Hoffleit <flight@debian.org>  Wed, 11 Oct 2000 14:48:23 +0200