File: changelog

package info (click to toggle)
sorl-thumbnail 12.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,380 kB
  • sloc: python: 3,168; makefile: 129; sh: 11
file content (204 lines) | stat: -rw-r--r-- 6,874 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
sorl-thumbnail (12.9.0-1) unstable; urgency=medium

  * New release

 -- Martin <debacle@debian.org>  Wed, 25 Jan 2023 23:33:50 +0000

sorl-thumbnail (12.8.0-1) unstable; urgency=medium

  * New release (Closes: #961065, #1005687).
    - Added support for Django 3.2 and 4.0, dropped 3.0.
  * Remove patch relax-test.patch, applied upstream.

 -- Martin <debacle@debian.org>  Wed, 16 Mar 2022 09:11:31 +0000

sorl-thumbnail (12.7.0-1) unstable; urgency=medium

  * New release (Closes: #997342).

  [ Håvard Flaget Aasen ]
  * d/watch
    - Update to new repository, changed around version 12.4.0

  [ 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.

 -- Martin <debacle@debian.org>>  Thu, 25 Nov 2021 22:35:45 +0000

sorl-thumbnail (12.5.0-2) unstable; urgency=medium

  * Team upload.
  * Use debhelper-compat instead of debian/compat.
  * Drop Python 2 support.

 -- Ondřej Nový <onovy@debian.org>  Wed, 31 Jul 2019 14:29:09 +0200

sorl-thumbnail (12.5.0-1) unstable; urgency=medium

  * New release (Closes: #921935)
  * Tests should pass now (Closes: #921903)

  [ Ondřej Nový ]
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs

  [ Michael Fladischer ]
  * Remove myself from uploaders.

 -- W. Martin Borgert <debacle@debian.org>  Mon, 11 Feb 2019 09:38:25 +0000

sorl-thumbnail (12.3+git20170708-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field

  [ W. Martin Borgert ]
  * re-enable pgmagick for Python 3 and
  * workaround a pgmagick exception (Closes: #902522)

 -- W. Martin Borgert <debacle@debian.org>  Wed, 29 Aug 2018 22:56:08 +0000

sorl-thumbnail (12.3+git20170708-1) unstable; urgency=medium

  * New upstream git snapshot (Closes: #865891)
  * Standards-Version is 4.0.0 now (no change)
  * Use compat level 10 (lintian)

 -- W. Martin Borgert <debacle@debian.org>  Fri, 04 Aug 2017 23:07:08 +0000

sorl-thumbnail (12.3+git20160928-2) unstable; urgency=medium

  * Disable support for Wand again, because tests crash on i386
    (Closes: #860668).
  * Update patch to disable HTTP requests during tests
    (Closes: #857707).
  * Mark python-sorl-thumbnail-doc as Multi-Arch: foreign.

 -- W. Martin Borgert <debacle@debian.org>  Wed, 26 Apr 2017 22:10:48 +0000

sorl-thumbnail (12.3+git20160928-1) unstable; urgency=medium

  * New upstream git snapshot (Closes: #834678).
  * Add support for Wand engine.
  * Update patches for unittest suite.

 -- W. Martin Borgert <debacle@debian.org>  Wed, 05 Oct 2016 01:23:42 +0000

sorl-thumbnail (12.3-3) unstable; urgency=medium

  * Add build-dep on python-pytest-django (Closes: #830636).

 -- W. Martin Borgert <debacle@debian.org>  Sun, 24 Jul 2016 23:52:40 +0000

sorl-thumbnail (12.3-2) unstable; urgency=medium

  [ W. Martin Borgert <debacle@debian.org> ]
  * Add build-dep on pytest (Closes: #818734).
  * Add build-conflicts on locales-all (Closes: #792576).

  [ Ondřej Nový <novy@ondrej.org> ]
  * Fixed VCS URL (https)
  * Standards-Version is 3.9.8 now (no change)

 -- W. Martin Borgert <debacle@debian.org>  Wed, 01 Jun 2016 21:38:33 +0000

sorl-thumbnail (12.3-1) unstable; urgency=low

  * New upstream release.
  * Skipped a test, that is incompatible with Django 1.8/1.9 (Closes: #806367).
  * Added myself to Uploaders.

 -- W. Martin Borgert <debacle@debian.org>  Wed, 06 Jan 2016 20:46:39 +0000

sorl-thumbnail (12.2-1) unstable; urgency=medium

  * New upstream release (Closes: #755633).
  * Switch buildsystem to pybuild.
  * Add Python3 support through a separate package.
  * Move documentation to a separate package.
  * Bump Standards-Version to 3.9.6.
  * Replace python-imaging with python-pil in Depends and Build-Depends.
  * Change d/watch URL to point to new github releases.
  * Add icc_profile.patch to fix tests with graphicsmagick and pgmagick.
  * Renew patches:
    + orientation.patch
    + disable_http_tests.patch
    + fix_sphinx_warnings.patch
  * Drop django1.6.patch, fixed by upstream.
  * Add lintian override for missing PGP signature on source tarball.
  * Clean up all files in sorl_thumbnail.egg-info to allow two or more
    clean builds in a row.
  * Add lsof to Build-Depends because new tests require it.
  * Install upstream changelog.
  * Stop changing the file mode bits on sorl_thumbnail.egg-info/+ during
    build.
  * Remove PHONY target declarations in d/rules.
  * Update homepage URL.
  * Update year in d/copyright.
  * Update upstream maintainer in d/copyright.
  * Drop fix for Metadata-Version in d/rules, it is no longer required.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Tue, 27 Jan 2015 11:55:36 +0100

sorl-thumbnail (11.12-6) unstable; urgency=low

  * Adapt patch to fix FTBFS with Django-1.6 (Closes: #729831).
  * debian/copyright:
    + Rename BSD-sorl-thumbnail to BSD-3-clause.
    + Update year.
  * Bump Standards version to 3.9.5.
  * Bump X-Python-Version to >= 2.7 because of argparse.
  * Drop versioned Build-Depends on python-all and python-django as no
    prior versions are available in Wheezy.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Mon, 25 Nov 2013 09:00:56 +0100

sorl-thumbnail (11.12-5) unstable; urgency=low

  * Team upload.

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

  [ Sebastian Ramacher ]
  * debian/patches/django1.5.patch:
    - Fix FTBFS with Django 1.5 (Closes: #707805).

  [ Luca Falavigna ]
  * Remove python2.6-argparse from Build-Depends field.

 -- Luca Falavigna <dktrkranz@debian.org>  Sun, 19 May 2013 12:14:39 +0200

sorl-thumbnail (11.12-4) unstable; urgency=low

  * Add patch to fix orientation tests and to skip tests for EXIF
    orientation if engine does not support it (Closes: #678777).
  * Bump Standards version to 3.9.3. No changes necessary.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Wed, 07 Nov 2012 08:42:40 +0100

sorl-thumbnail (11.12-3) unstable; urgency=low

  * Fix syntax warnings in documentation source (Closes: #655610).

 -- Michael Fladischer <FladischerMichael@fladi.at>  Fri, 13 Jan 2012 08:08:01 +0100

sorl-thumbnail (11.12-2) unstable; urgency=low

  * Skip tests that require HTTP connections (Closes: #655568).
  * Change D-B to python2.6-argparse to force installation during build
    (this would otherwise be satisfied by python2.7 which provides
    python-argparse).

 -- Michael Fladischer <FladischerMichael@fladi.at>  Thu, 12 Jan 2012 16:00:34 +0100

sorl-thumbnail (11.12-1) unstable; urgency=low

  * Initial release (Closes: #527166)

 -- Michael Fladischer <FladischerMichael@fladi.at>  Thu, 29 Dec 2011 17:29:54 +0100