File: changelog

package info (click to toggle)
tifffile 20250828-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,260 kB
  • sloc: python: 39,619; makefile: 7
file content (651 lines) | stat: -rw-r--r-- 17,808 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
tifffile (20250828-1) unstable; urgency=medium

  * New upstream version 20250828
  * Rediff patches
  * Mark test_issue_dcp as needing private files

 -- Ole Streicher <olebole@debian.org>  Thu, 28 Aug 2025 14:55:30 +0200

tifffile (20250611-1) unstable; urgency=medium

  * New upstream version 20250611
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Wed, 20 Aug 2025 14:07:35 +0200

tifffile (20250330-1) unstable; urgency=medium

  * New upstream version 20250330
  * Rediff patches
  * Remove arch:any remnants from d/rules

 -- Ole Streicher <olebole@debian.org>  Sun, 30 Mar 2025 16:00:48 +0200

tifffile (20250313-1) unstable; urgency=medium

  * New upstream version 20250313
  * Rediff patches
  * Push Standards-Version to 4.7.2, no changes needed

 -- Ole Streicher <olebole@debian.org>  Fri, 14 Mar 2025 16:50:25 +0100

tifffile (20250218-1) unstable; urgency=medium

  * New upstream version 20250218
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Sat, 22 Feb 2025 13:10:38 +0100

tifffile (20250110-1) unstable; urgency=medium

  * New upstream version 20250110
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Sat, 11 Jan 2025 14:21:57 +0100

tifffile (20241212-1) unstable; urgency=medium

  * New upstream version 20241212
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Fri, 13 Dec 2024 07:30:33 +0100

tifffile (20240920-1) unstable; urgency=medium

  * New upstream version 20240920
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Sat, 21 Sep 2024 11:59:51 +0200

tifffile (20240830-1) unstable; urgency=medium

  * New upstream version 20240830
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Sun, 01 Sep 2024 13:16:50 +0200

tifffile (20240824-1) unstable; urgency=medium

  * New upstream version 20240824
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Mon, 26 Aug 2024 11:55:05 +0200

tifffile (20240810-1) unstable; urgency=medium

  * New upstream version 20240810
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Tue, 13 Aug 2024 10:54:22 +0200

tifffile (20240724-1) unstable; urgency=medium

  * New upstream version 20240724
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Wed, 24 Jul 2024 10:20:18 +0200

tifffile (20240721-1) unstable; urgency=medium

  * New upstream version 20240721. Closes: #1075798
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Mon, 22 Jul 2024 10:07:50 +0200

tifffile (20240702-1) unstable; urgency=medium

  * New upstream version 20240702
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Wed, 03 Jul 2024 09:31:50 +0200

tifffile (20240618-1) unstable; urgency=medium

  * New upstream version 20240618
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Thu, 20 Jun 2024 18:21:06 +0200

tifffile (20240522-1) unstable; urgency=medium

  * New upstream version 20240522
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Fri, 24 May 2024 08:18:53 +0200

tifffile (20240510-1) unstable; urgency=medium

  * New upstream version 20240510
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Sat, 18 May 2024 14:08:52 +0200

tifffile (20240424-1) unstable; urgency=medium

  * New upstream version 20240424
  * Rediff patches
  * Push Standards-Version to 4.7.0. No changes needed

 -- Ole Streicher <olebole@debian.org>  Thu, 25 Apr 2024 08:08:59 +0200

tifffile (20240418-1) unstable; urgency=medium

  * New upstream version 20240418
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Thu, 18 Apr 2024 07:54:48 +0200

tifffile (20240212-1) unstable; urgency=medium

  * New upstream version 20240212
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Tue, 13 Feb 2024 08:09:35 +0100

tifffile (20240130-1) unstable; urgency=medium

  * New upstream version 20240130
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Sun, 04 Feb 2024 13:38:06 +0100

tifffile (20231209-1) unstable; urgency=medium

  * New upstream version 20231209
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Mon, 11 Dec 2023 09:46:06 +0100

tifffile (20230926-1) unstable; urgency=medium

  * New upstream version 20230926
  * Rediff patches
  * Add missing pytest.mark.skipif

 -- Ole Streicher <olebole@debian.org>  Wed, 27 Sep 2023 10:37:55 +0200

tifffile (20230918-1) unstable; urgency=medium

  * New upstream version 20230918
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Tue, 19 Sep 2023 09:36:47 +0200

tifffile (20230830-1) unstable; urgency=medium

  * New upstream version 20230830
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Sat, 02 Sep 2023 11:51:22 +0200

tifffile (20230825-1) unstable; urgency=medium

  * New upstream version 20230825
  * Rediff patches
  * Put egg-info files (recreated during build) into d/clean (Closes: #1047381)

 -- Ole Streicher <olebole@debian.org>  Sat, 26 Aug 2023 10:01:38 +0200

tifffile (20230718-1) unstable; urgency=medium

  * New upstream version 20230718
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Tue, 25 Jul 2023 10:14:52 +0200

tifffile (20230710-1) unstable; urgency=medium

  * New upstream version 20230710
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Wed, 12 Jul 2023 14:59:47 +0200

tifffile (20230704-1) unstable; urgency=medium

  * New upstream version 20230704
  * Drop Add-missing-SKIP_PRIVATE...patch: applied upstream

 -- Ole Streicher <olebole@debian.org>  Wed, 05 Jul 2023 09:51:51 +0200

tifffile (20230412-1) unstable; urgency=medium

  * New upstream version 20230412
  * Rediff patches
  * Remove outdated Breaks/Conflicts: tifffile
  * Add missing SKIP_PRIVATE for test_issue_invalid_predictor

 -- Ole Streicher <olebole@debian.org>  Fri, 23 Jun 2023 16:45:48 +0200

tifffile (20230203-1) unstable; urgency=medium

  * New upstream version 20230203
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Tue, 07 Feb 2023 20:19:41 +0100

tifffile (20230123.1-1) unstable; urgency=medium

  * New upstream version 20230123.1
  * Rediff patches
  * Push Standards-Version to 4.6.2. No changes

 -- Ole Streicher <olebole@debian.org>  Thu, 26 Jan 2023 21:05:54 +0100

tifffile (20221010-1) unstable; urgency=medium

  * New upstream version 20221010
  * Rediff patches. Drop patch applied upstream

 -- Ole Streicher <olebole@debian.org>  Fri, 14 Oct 2022 14:11:26 +0200

tifffile (20220812-2) unstable; urgency=medium

  * Fix indentation error in test

 -- Ole Streicher <olebole@debian.org>  Sun, 14 Aug 2022 12:27:56 +0200

tifffile (20220812-1) unstable; urgency=medium

  * New upstream version 20220812
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Sat, 13 Aug 2022 13:48:59 +0200

tifffile (20220803-1) unstable; urgency=medium

  * New upstream version 20220803
  * Rediff patches
  * Push Standards-Version to 4.6.1. No changes needed

 -- Ole Streicher <olebole@debian.org>  Fri, 05 Aug 2022 14:37:01 +0200

tifffile (20220504-1) unstable; urgency=medium

  * New upstream version 20220504
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Thu, 09 Jun 2022 08:12:06 +0200

tifffile (20220428-2) unstable; urgency=medium

  * xfail tests that may require the 'imagecodecs' package

 -- Ole Streicher <olebole@debian.org>  Wed, 04 May 2022 11:48:15 +0200

tifffile (20220428-1) unstable; urgency=medium

  * New upstream version 20220428
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Mon, 02 May 2022 17:49:26 +0200

tifffile (20220426-1) unstable; urgency=medium

  * New upstream version 20220426
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Thu, 28 Apr 2022 17:48:49 +0200

tifffile (20220422-1) unstable; urgency=medium

  * New upstream version 20220422
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Sat, 23 Apr 2022 14:44:13 +0200

tifffile (20220408-1) unstable; urgency=medium

  * New upstream version 20220408
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Mon, 11 Apr 2022 15:07:22 +0200

tifffile (20220325-1) unstable; urgency=medium

  * New upstream version 20220325
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Tue, 29 Mar 2022 08:23:49 +0200

tifffile (20220316-1) unstable; urgency=medium

  * New upstream version 20220316
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Mon, 21 Mar 2022 16:34:33 +0100

tifffile (20220209-1) unstable; urgency=medium

  * New upstream version 20220209
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Mon, 14 Feb 2022 08:49:23 +0100

tifffile (20220202-1) unstable; urgency=medium

  * New upstream version 20220202
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Wed, 09 Feb 2022 10:09:55 +0100

tifffile (20211102-1) unstable; urgency=medium

  * New upstream version 20211102
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Fri, 17 Dec 2021 08:36:37 +0100

tifffile (20210830-2) unstable; urgency=medium

  * Add python3-fsspec for tests
  * Disable test that requires a file that is not available

 -- Ole Streicher <olebole@debian.org>  Mon, 27 Sep 2021 10:53:40 +0200

tifffile (20210830-1) unstable; urgency=medium

  * New upstream version 20210830
  * Rediff patches
  * Push Standards-Version to 4.6.0. No changes required
  * Remove conflicts+replaces of outdated python-tifffile

 -- Ole Streicher <olebole@debian.org>  Mon, 27 Sep 2021 09:20:49 +0200

tifffile (20210201-1) unstable; urgency=medium

  * New upstream version 20210201
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Sun, 07 Feb 2021 10:34:29 +0100

tifffile (20210108-1) unstable; urgency=medium

  * New upstream version 20210108
  * Rediff patches
  * Push Standards-Version to 4.5.1. No changes needed

 -- Ole Streicher <olebole@debian.org>  Sat, 09 Jan 2021 14:32:35 +0100

tifffile (20201208-1) unstable; urgency=medium

  * New upstream version 20201208
  * Rediff patches
  * Add "Rules-Requires-Root: no" to d/control

 -- Ole Streicher <olebole@debian.org>  Fri, 11 Dec 2020 09:48:13 +0100

tifffile (20201126-2) unstable; urgency=medium

  * Disable another test that requires remote data

 -- Ole Streicher <olebole@debian.org>  Mon, 30 Nov 2020 10:18:53 +0100

tifffile (20201126-1) unstable; urgency=medium

  * New upstream version 20201126
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Mon, 30 Nov 2020 10:05:01 +0100

tifffile (20201118-2) unstable; urgency=medium

  * Skip more remote-data depending tests

 -- Ole Streicher <olebole@debian.org>  Fri, 20 Nov 2020 09:32:34 +0100

tifffile (20201118-1) 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.

  [ Ole Streicher ]
  * New upstream version 20201118
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Fri, 20 Nov 2020 08:56:22 +0100

tifffile (20200717-2) unstable; urgency=low

  * Add python3-lxml recommendation and test dependency
  * Skip tests that require codec or private data

 -- Ole Streicher <olebole@debian.org>  Sat, 18 Jul 2020 10:54:06 +0200

tifffile (20200717-1) unstable; urgency=low

  * New upstream version 20200717. Fixes problems on big endian
  * Rediff patches

 -- Ole Streicher <olebole@debian.org>  Sat, 18 Jul 2020 10:31:58 +0200

tifffile (20200603-1) unstable; urgency=low

  * Disable tests that require remote files
  * Use CI tests provided by upstream
  * Add gitlab-ci file
  * New upstream version 20200603. Rediff patches

 -- Ole Streicher <olebole@debian.org>  Fri, 12 Jun 2020 12:06:49 +0200

tifffile (20200511-1) unstable; urgency=low

  [ Andreas Tille ]
  * Move package to Debian Python Modules Team

  [ Ole Streicher ]
  * Put myself on uploaders list
  * Rename binary package to python3-tifffile
  * Don't install local script
  * Push compat to 13
  * Push Standards-Version to 4.5.0. No changes needed
  * Don't install lsm2bin
  * Fix d/watch to accept single-digit day and month
  * New upstream version 20200511

 -- Ole Streicher <olebole@debian.org>  Fri, 15 May 2020 20:16:16 +0200

tifffile (20181128-3) unstable; urgency=medium

  * Drop python from test depends
    Closes: #938668
  * Test-Depends: python3
  * Standards-Version: 4.4.1

 -- Andreas Tille <tille@debian.org>  Mon, 20 Jan 2020 11:39:53 +0100

tifffile (20181128-2) unstable; urgency=medium

  * debhelper-compat 12
  * Standards-Version: 4.4.0
  * Use secure URI in Homepage field.
  * Fix wrapper script
    Closes: #939511, #938668

 -- Andreas Tille <tille@debian.org>  Thu, 05 Sep 2019 21:37:34 +0200

tifffile (20181128-1) unstable; urgency=medium

  * New upstream version
  * autopkgtest: Restrictions: allow-stderr
    Closes: #895176
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.1.4
  * d/rules: include /usr/share/dpkg/architecture.mk instead of manally
    setting DEB_HOST_ARCH_ENDIAN
  * The package does not really provide a Python module for inclusion into
    other projects.  Thus the binary is renamed to tifffile.  It was
    ported to Python3 by upstream - thus the Python3 Build-Depends
  * Point watch file to PyPI
    Closes: #912661
  * Standards-Version: 4.2.1
  * Use --buildsystem=pybuild
  * Build-Depends: python3-setuptools
  * debian/rules: s/dh_numpy/dh_numpy3/
  * Drop ancient X-Python-Version field

 -- Andreas Tille <tille@debian.org>  Sat, 01 Dec 2018 07:52:43 +0100

tifffile (20170929-1) unstable; urgency=medium

  [ Andreas Tille ]
  * New upstream version
  * Depends: python-enum34, python-concurrent.futures
    Closes: #889623
  * debhelper 11
  * cme fix dpkg-control

  [ Sascha Steinbiss ]
  * Update autopkgtest with new upstream test example.

 -- Andreas Tille <tille@debian.org>  Mon, 05 Feb 2018 14:02:32 +0100

tifffile (20170914-1) unstable; urgency=medium

  [ Mathieu Malaterre ]
  * Remove self from Uploaders

  [ Andreas Tille ]
  * New upstream version
  * Moved packaging from SVN to Git
  * Standards-Version: 4.1.1
  * debhelper 10
  * Add Upstream-Contact to d/copyright

 -- Andreas Tille <tille@debian.org>  Thu, 05 Oct 2017 23:28:38 +0200

tifffile (20151006-1) unstable; urgency=medium

  * Team upload.
  * New upstream version.
  * Enable full hardening.
  * Bump Standards-Version.
  * Use secure Vcs-Browser.
  * Add autopkgtest.

 -- Sascha Steinbiss <satta@debian.org>  Sat, 14 Jan 2017 07:53:53 +0000

tifffile (20150817-1) unstable; urgency=medium

  * New upstream version
  * Add myself to Uploaders
  * cme fix dpkg-control
  * fix watch file
  * delete unused debian/get-orig-source
  * fixed DEP5

 -- Andreas Tille <tille@debian.org>  Sun, 08 Nov 2015 22:54:28 +0100

tifffile (20140824-1) unstable; urgency=low

  * New upstream
  * Remove, patch applied upstream:
    debian/patches/bug730166.patch

 -- Mathieu Malaterre <malat@debian.org>  Fri, 12 Sep 2014 15:07:51 +0200

tifffile (20140205-1) unstable; urgency=low

  * New upstream
  * Bump Std-Vers to 3.9.5, no changes needed

 -- Mathieu Malaterre <malat@debian.org>  Fri, 14 Feb 2014 10:08:25 +0100

tifffile (20131103-1) unstable; urgency=low

  * New upstream
  * Add support for MicroManager files
  * Fix tifffile when no option is passed. Closes: #730166

 -- Mathieu Malaterre <malat@debian.org>  Thu, 21 Nov 2013 18:05:24 +0100

tifffile (20130502-1) unstable; urgency=low

  * New upstream
  * Upload to sid

 -- Mathieu Malaterre <malat@debian.org>  Tue, 21 May 2013 11:01:48 +0200

tifffile (20130118-1) experimental; urgency=low

  * New upstream
  * Rename package to follow python policy
  * Add Conflicts/Replaces with tifffile
  * Use compat 9 to get harderning flag
  * Really fix compilation on big endian machine

 -- Mathieu Malaterre <malat@debian.org>  Thu, 24 Jan 2013 18:00:44 +0100

tifffile (20121214-1) experimental; urgency=low

  * New upstream
  * Fix compilation on big endian machine (arm & mips)
  * Use CFLAGS/LDFLAGS for hardening goal

 -- Mathieu Malaterre <malat@debian.org>  Sun, 13 Jan 2013 17:23:57 +0100

tifffile (20121018-1) experimental; urgency=low

  * New upstream
    - Handle unpacking of RGB data
    - Fix issue with numpy/Python 3.x
  * Move mathplotlib to Recommends since not required
  * Make sure to use numpy >= 1.6.2

 -- Mathieu Malaterre <malat@debian.org>  Thu, 08 Nov 2012 15:11:47 +0100

tifffile (20120421-1) unstable; urgency=low

  * New upstream
  * Remove DMUA flag
  * Change to my @d.o alias

 -- Mathieu Malaterre <malat@debian.org>  Sun, 22 Apr 2012 10:03:28 +0200

tifffile (20120308-1) unstable; urgency=low

  * New upstream
   - Add support for StructuredAnnotations in OME/TIFF.

 -- Mathieu Malaterre <mathieu.malaterre@gmail.com>  Wed, 21 Mar 2012 22:03:57 +0100

tifffile (20120223-1) unstable; urgency=low

  * New upstream
   - Handle LSM510 bug
  * Fix d/rules to handle big-endian machine.
  * d/rules: add missing call to dh_numpy.
  * Bump Std-Vers to 3.9.3, no changes needed

 -- Mathieu Malaterre <mathieu.malaterre@gmail.com>  Mon, 05 Mar 2012 10:41:19 +0100

tifffile (20120101-1) unstable; urgency=low

  * New upstream
  * Better support for writing out BigTIFF

 -- Mathieu Malaterre <mathieu.malaterre@gmail.com>  Mon, 16 Jan 2012 12:08:32 +0100

tifffile (20111215-2) unstable; urgency=low

  * New upstream. Remove deprecated options

 -- Mathieu Malaterre <mathieu.malaterre@gmail.com>  Mon, 19 Dec 2011 12:07:48 +0100

tifffile (20111126-1) unstable; urgency=low

  * New upstream. Better support for BigTIFF

 -- Mathieu Malaterre <mathieu.malaterre@gmail.com>  Fri, 02 Dec 2011 09:40:39 +0100

tifffile (20111112-1) unstable; urgency=low

  * Initial Debian Upload (Closes: #648767)

 -- Mathieu Malaterre <mathieu.malaterre@gmail.com>  Sun, 13 Nov 2011 19:41:37 +0100