File: changelog

package info (click to toggle)
django-reversion 5.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 848 kB
  • sloc: python: 2,602; makefile: 22; sh: 7; sql: 1
file content (392 lines) | stat: -rw-r--r-- 12,809 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
django-reversion (5.0.4-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Update d/copyright with new years.

 -- Michael Fladischer <fladi@debian.org>  Thu, 05 Jan 2023 14:05:29 +0000

django-reversion (5.0.3-1) unstable; urgency=low

  * New upstream release.
  * Run all tests (requiring live postgresql and mariadb servers) in
    autopkgtest.

 -- Michael Fladischer <fladi@debian.org>  Sun, 30 Oct 2022 08:02:23 +0000

django-reversion (5.0.2-1) unstable; urgency=low

  * New upstream release.

 -- Michael Fladischer <fladi@debian.org>  Tue, 20 Sep 2022 07:19:47 +0000

django-reversion (5.0.1-1) unstable; urgency=low

  * New upstream release.
  * Bump Standards-Version to 4.6.1.0.

 -- Michael Fladischer <fladi@debian.org>  Mon, 01 Aug 2022 08:32:35 +0000

django-reversion (5.0.0-1) unstable; urgency=low

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on python3-django.
    + python3-django-reversion: Drop versioned constraint on python3-django in
      Depends.

  [ Michael Fladischer ]
  * New upstream release.

 -- Michael Fladischer <fladi@debian.org>  Wed, 16 Mar 2022 17:34:50 +0000

django-reversion (4.0.2-1) unstable; urgency=low

  * New upstream release.

 -- Michael Fladischer <fladi@debian.org>  Wed, 02 Feb 2022 08:38:47 +0000

django-reversion (4.0.1-1) unstable; urgency=low

  * New upstream release.
  * Depend on python3-all for autopkgtests.
  * Update year in d/copyright.

 -- Michael Fladischer <fladi@debian.org>  Thu, 06 Jan 2022 17:31:18 +0000

django-reversion (4.0.0-1) unstable; urgency=low

  [ Diego M. Rodriguez ]
  * Team upload.
  * d/watch: update to github new URL format
  * d/tests: specify import name

  [ Michael Fladischer ]
  * New upstream release.
  * Refresh patches.
  * Bump Standards-Version to 4.6.0.
  * Update patch to skip database definitions for postgres and mysql
    when driver no available.
  * Enable upstream testsuite for autopkgtests.
  * Add python3-sphinx-rtd-theme to Build-Depends, used to build
    documentation.
  * Remove unnecessary autopkgtest-pkg-python testsuite.

 -- Michael Fladischer <fladi@debian.org>  Wed, 01 Sep 2021 20:14:07 +0000

django-reversion (3.0.8-1) unstable; urgency=low

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

  [ Michael Fladischer ]
  * New upstream release.
  * Refresh patches.
  * Bump debhelper version to 13.

 -- Michael Fladischer <fladi@debian.org>  Wed, 14 Oct 2020 16:00:20 +0200

django-reversion (3.0.7-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Bump Standards-Version to 4.5.0.

 -- Michael Fladischer <fladi@debian.org>  Mon, 24 Feb 2020 10:28:55 +0100

django-reversion (3.0.5-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Set Rules-Requires-Root: no.

 -- Michael Fladischer <fladi@debian.org>  Wed, 11 Dec 2019 17:14:04 +0100

django-reversion (3.0.4-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ Thomas Goirand ]
  * Team upload.
  * Rebuild and re-upload source-only to allow migration to testing, as it's
    blocked because of that, according to Paul from the release team.

 -- Thomas Goirand <zigo@debian.org>  Sat, 26 Oct 2019 11:47:31 +0200

django-reversion (3.0.4-1) unstable; urgency=low

  * New upstream release.
  * Bump debhelper compatibility and version to 12 and switch to
    debhelper-compat.
  * Bump Standards-Version to 4.4.0.
  * Remove Python2 support.

 -- Michael Fladischer <fladi@debian.org>  Wed, 17 Jul 2019 15:36:36 +0200

django-reversion (3.0.3-1) unstable; urgency=low

  * New upstream release.
  * Bump Standards-Version to 4.3.0.

 -- Michael Fladischer <fladi@debian.org>  Fri, 01 Feb 2019 11:05:07 +0100

django-reversion (3.0.2-1) unstable; urgency=low

  * New upstream release.

 -- Michael Fladischer <fladi@debian.org>  Sat, 17 Nov 2018 21:44:52 +0100

django-reversion (3.0.1-1) unstable; urgency=low

  * New upstream release.
  * Install README.rst in Python 3 binary package.

 -- Michael Fladischer <fladi@debian.org>  Sat, 27 Oct 2018 19:22:46 +0200

django-reversion (3.0.0-1) unstable; urgency=low

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs

  [ Michael Fladischer ]
  * New upstream release.
  * Refresh patches.
  * Bump Standards-Version to 4.2.1.

 -- Michael Fladischer <fladi@debian.org>  Wed, 29 Aug 2018 12:17:05 +0200

django-reversion (2.0.13-1) unstable; urgency=low

  * New upstream release.
  * Always use pristine-tar.
  * Refresh patches.
  * Bump debhelper compatibility and version to 11.
  * Bump Standards-Version to 4.1.3.
  * Bump required Django version to 1.11.
  * Bump minimum required Python2 version to 2.7 and Python3 to 3.4.
  * Remove lintian override for missing GPG signature check on source
    tarball to serve as a reminder to improve on this.
  * Build documentation in override_dh_sphinxdoc.

 -- Michael Fladischer <fladi@debian.org>  Sat, 27 Jan 2018 11:59:38 +0100

django-reversion (2.0.12-1) unstable; urgency=low

  * New upstream release (Closes: #873910).
  * Refresh patches.
  * Bump Standards-Version to 4.1.1.
  * Run wrap-and-sort -bast to reduce diff size of future changes.
  * Enable autopkgtest-pkg-python testsuite.

 -- Michael Fladischer <fladi@debian.org>  Fri, 08 Dec 2017 19:55:32 +0100

django-reversion (2.0.10-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches after git-dpm to gbp pq conversion
  * Bump Standards-Version to 4.1.0.

 -- Michael Fladischer <fladi@debian.org>  Thu, 31 Aug 2017 21:21:22 +0200

django-reversion (2.0.9-1) unstable; urgency=low

  * New upstream release.
  * Bump Standards-Version to 4.0.0.
  * Add patch to fix babel build isues.

 -- Michael Fladischer <fladi@debian.org>  Thu, 22 Jun 2017 10:10:46 +0200

django-reversion (2.0.8-1) unstable; urgency=low

  * New upstream release.
  * Update d/watch to match new upstream versioning scheme.
  * Drop intersphinx patch as upstream no longer uses it in their
    documentation.
  * Adapt d/rules to new upstream source layout.
  * Add python(3)-mock to Build-Depends as they are required to run the
    tests.
  * Change name of upstream changelog to CHANGELOG.rst.
  * Use https:// for copyright-format 1.0 URL.

 -- Michael Fladischer <fladi@debian.org>  Tue, 29 Nov 2016 23:05:36 +0100

django-reversion (1.10.2-1) unstable; urgency=low

  [ Ondřej Nový ]
  * Fixed VCS URL (https)

  [ Michael Fladischer ]
  * New upstream release.
  * Switch to python3-sphinx and drop versioned Build-Depends.
  * Bump Standards-Version to 3.9.8.

 -- Michael Fladischer <fladi@debian.org>  Fri, 22 Apr 2016 22:36:16 +0200

django-reversion (1.10.0-1) unstable; urgency=low

  [ Michael Fladischer ]
  * New upstream release.
  * Update Source filed in d/copyright to point to github repository.
  * CHANGELOG.rst has been renamed to CHANGELOG.md.

  [ SVN-Git Migration ]
  * git-dpm config
  * Update Vcs fields for git migration

 -- Michael Fladischer <fladi@debian.org>  Fri, 04 Dec 2015 17:22:55 +0100

django-reversion (1.9.3-1) unstable; urgency=low

  * New upstream release.
  * Use pybuild to execute tests.
  * Add python(3)-setuptools to Build-Depends.
  * Clean metadata files to allow two builds in a row.
  * Bump debhelper compatibility level to 9.

 -- Michael Fladischer <fladi@debian.org>  Tue, 11 Aug 2015 09:31:12 +0200

django-reversion (1.8.7-1) unstable; urgency=medium

  * New upstream release.

 -- Michael Fladischer <fladi@debian.org>  Tue, 02 Jun 2015 08:38:51 +0200

django-reversion (1.8.6-1) unstable; urgency=medium

  * New upstream release.
  * Add intersphinx.patch to use local Python objects.inv for
    documentation.
  * Drop unnecessary versioned dependency on python3-django.
  * Change my email address to fladi@debian.org.

 -- Michael Fladischer <fladi@debian.org>  Tue, 19 May 2015 10:32:11 +0200

django-reversion (1.8.4-1) unstable; urgency=medium

  * New upstream release (Closes: #755612).
  * Add dh-python to Build-Depends.
  * Switch buildsystem to pybuild.
  * Remove superfluous install file.
  * Add Python3 support.
  * Bump Build-Depends and Depends for python(3)-django to (>= 1.7).
  * Bump Standards-Version to 3.9.6.
  * Fix the way upstream tests are run during build.
  * Add lintian override for missing PGP signature on upstream tarballs.
  * Remove PHONY target declarations in d/rules.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Mon, 22 Sep 2014 08:32:54 +0200

django-reversion (1.8-2) unstable; urgency=low

  * Use correct BSD-3-clause license in d/copyright.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Fri, 22 Nov 2013 07:27:22 +0100

django-reversion (1.8-1) unstable; urgency=low

  * New upstream release.
  * Bump django to >= 1.6 in Depends and Build-Depends.
  * Bump Standards version to 3.9.5.
  * Add a spearate package for the upstream documentation.
    + Add python-sphinx (>= 1.0.7+dfsg) to Build-Depends.
    + Load sphinxdoc addon for debhelper.
    + Build documentation with sphinx.
    + Clean up documentation after build.
    + Suggest python-django-reversion-doc from python-django-reversion
      package.
  * Change upstream changelog name to CHANGELOG.rst.
  * Change upstream readme name to README.rst.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Thu, 07 Nov 2013 13:07:55 +0100

django-reversion (1.7.1-1) unstable; urgency=low

  * New upstream release (Closes: #702080).
  * Bump Depends and Build-Depends on python-django to >= 1.5.
  * Bump Standards version to 3.9.4.
  * Bump Build-Depends on debhelper to >= 8.1.0 to satisfy build-arch
    and build-indep targets.
  * Change python-pybabel to python-babel in Build-Depends.
  * Drop versioned Build-Depends on python-all as no prior versions are
    available in Wheezy.
  * Update homepage URL in d/control (Closes: #702078).
  * Remove testproject directory to allow two builds in a row.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Mon, 04 Nov 2013 14:34:46 +0100

django-reversion (1.6.6-1) unstable; urgency=low

  [ Michael Fladischer ]
  * New upstream release.
  * Use github tags directly in d/watch.
  * Run tests with django-admin and manage.py.
  * Bump dependency on django to >= 1.4.4.
  * Drop temporary fix for PKG-INFO.
  * Update years in d/copyright.

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

 -- Michael Fladischer <FladischerMichael@fladi.at>  Thu, 24 Jan 2013 07:54:56 +0100

django-reversion (1.6-1) unstable; urgency=low

  * New upstream release.
  * Bump Standards-Version to 3.9.3.
  * Update years in d/copyright.
  * Update DEP-5 URL to 1.0.
  * Increase dependency on python-django to >= 1.4.
  * Add python-django-south to B-D and Recommends.
  * Drop our own test project and use the one shipped by upstream.
  * Add 'set -e' to for loop in override_dh_auto_build.
  * Fix indent in d/copyright.
  * Remove d/s/local-options.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Thu, 05 Apr 2012 07:30:17 +0200

django-reversion (1.5.1-1) unstable; urgency=low

  * New upstream release.
  * Set PMPT as maintainer and myself as uploader.
  * Build .mo i18n files during build.
  * Use DEP5 for copyright file.
  * Drop debian/pyversions in favour of XS-Python-Version.
  * Update debian/watch to use http://githubredir.debian.net/.
  * Bumped Standards-Version to 3.9.2 (no change necessary).
  * Include upstream changelog.
  * Simplify debian/rules by using a static settings.py.
  * Update settings.py to Django-1.3 DATABASES format.
  * Bumped python-django dependency to (>= 1.3).
  * Add local-options to debian/source.
  * Streamlined files in debian/ with `wrap-and-sort`.
  * README has been renamed to README.markdown.
  * Update format URL in d/copyright.
  * Change order of my name.
  * Switch to dh_python2.
  * Temporary fix for Metadata-Version in django_reversion-1.5.1.egg-
    info.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Wed, 28 Dec 2011 22:01:29 +0100

django-reversion (1.3.1-2) unstable; urgency=low

  * Update to Debian policy 3.9.0.

 -- Fladischer Michael <FladischerMichael@fladi.at>  Mon, 05 Jul 2010 12:54:45 +0200

django-reversion (1.3.1-1) unstable; urgency=low

  * Initial release (Closes: #581926)

 -- Fladischer Michael <FladischerMichael@fladi.at>  Mon, 17 May 2010 10:53:38 +0200