File: changelog

package info (click to toggle)
django-polymorphic 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 892 kB
  • sloc: python: 6,784; javascript: 263; makefile: 137
file content (280 lines) | stat: -rw-r--r-- 8,864 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
django-polymorphic (4.1.0-1) unstable; urgency=low

  * New upstream version 4.1.0
  * Refresh patches.
  * Bump Standards-Version to 4.7.2.
  * Update year in d/copyright.
  * Use python3-sphinxcontrib.django in documentation, dropping patch to
    remove it.

 -- Michael Fladischer <fladi@debian.org>  Mon, 11 Aug 2025 11:23:30 +0000

django-polymorphic (4.0.0-1) unstable; urgency=medium

  * New upstream version 4.0.0
  * Drop dependency on python3-pkg-resources (Closes: #1083366)
  * Refresh patches
  * Use dh-sequence-python3

 -- Alexandre Detiste <tchet@debian.org>  Fri, 31 Jan 2025 00:25:30 +0100

django-polymorphic (3.1-3) unstable; urgency=medium

  * Team upload.
  * Port to Django 5.1:
    - Modernize spelling for assertQuerySetEqual.
    - Handle None in PolymorphicQuerySet._process_aggregate_args.
  * Remove obsolete Python 2 handling from debian/rules.
  * Simplify some debhelper overrides slightly.
  * Simplify build-time tests using pybuild.
  * Use pybuild-plugin-pyproject.
  * Switch to autopkgtest-pkg-pybuild.

 -- Colin Watson <cjwatson@debian.org>  Mon, 16 Dec 2024 12:17:27 +0000

django-polymorphic (3.1-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + python-django-polymorphic-doc: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <jelmer@debian.org>  Wed, 16 Nov 2022 10:08:27 +0000

django-polymorphic (3.1-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Depend on python3-all for autopkgtests.

 -- Michael Fladischer <fladi@debian.org>  Tue, 23 Nov 2021 13:28:13 +0000

django-polymorphic (3.0.0-2) unstable; urgency=medium

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

  [ Michael Fladischer ]
  * Bump Standards-Version to 4.6.0.
  * Add patch to not exclude tests from getting installed.
  * Enable upstream testsuite for autopkgtests.

 -- Michael Fladischer <fladi@debian.org>  Tue, 14 Sep 2021 07:42:56 +0000

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

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.

  [ Michael Fladischer ]
  * New upstream release.
  * Refresh patches.
  * Bump debhelper version to 13.
  * Set Rules-Requires-Root: no.

 -- Michael Fladischer <fladi@debian.org>  Wed, 14 Oct 2020 14:33:02 +0200

django-polymorphic (2.1.2-2) unstable; urgency=medium

  * Team upload.
  * Reupload without binaries to allow migration.

 -- Andrey Rahmatullin <wrar@debian.org>  Tue, 20 Aug 2019 12:43:41 +0500

django-polymorphic (2.1.2-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Bump debhelper compatibility and version to 12 and switch to
    debhelper-compat.
  * Bump Standards-Version to 4.4.0.
  * Remove Python2 support.
  * Install README.rst in binary package.
  * Add patch to disable sphinxcontrib_django extension, it has not been
    packaged yet.

 -- Michael Fladischer <fladi@debian.org>  Fri, 19 Jul 2019 09:15:13 +0200

django-polymorphic (2.0.3-1) unstable; urgency=low

  [ Ondřej Nový ]
  * 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:22:35 +0200

django-polymorphic (2.0.2-2) unstable; urgency=medium

  * Add python(3)-pkg-resources to Depends (Closes: #896261, #896349).
  * Bump Standards-Version to 4.1.4.
  * Bump minimum Python2 version to 2.7 and Python3 to 3.4 according to
    upstream setup.cfg.

 -- Michael Fladischer <fladi@debian.org>  Wed, 02 May 2018 20:34:18 +0200

django-polymorphic (2.0.2-1) unstable; urgency=low

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org

  [ Michael Fladischer ]
  * New upstream release.
  * Refresh patches.

 -- Michael Fladischer <fladi@debian.org>  Fri, 16 Feb 2018 09:46:38 +0100

django-polymorphic (2.0-1) unstable; urgency=low

  * New upstream release.
  * Always use pristine-tar.
  * Refresh patches.
  * Add patch to remove dependency on dj_database_url in tests.
  * Remove lintian override for missing GPG signature check on source
    tarball to serve as a reminder to improve on this.
  * Bump Standards-Version to 4.1.3.
  * Bump debhelper compatibility and version to 11.
  * Run wrap-and-sort -bast to reduce diff size of future changes.
  * Enable autopkgtest-pkg-python testsuite.
  * Build documentation in override_dh_sphinxdoc.

 -- Michael Fladischer <fladi@debian.org>  Sun, 04 Feb 2018 14:12:43 +0100

django-polymorphic (1.3-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches after git-dpm to gbp pq conversion
  * Refresh patches for 1.3.

 -- Michael Fladischer <fladi@debian.org>  Tue, 08 Aug 2017 10:55:10 +0200

django-polymorphic (1.2-1) unstable; urgency=low

  * Upload to unstable (Closes: #865935).
  * Bump Standards-Version to 4.0.0.

 -- Michael Fladischer <fladi@debian.org>  Thu, 13 Jul 2017 22:35:31 +0200

django-polymorphic (1.2-1~exp1) experimental; urgency=low

  * New upstream release.

 -- Michael Fladischer <fladi@debian.org>  Fri, 12 May 2017 15:43:27 +0200

django-polymorphic (1.1-1~exp1) experimental; urgency=low

  * New upstream release.
  * Add python3-sphinx-rtd-theme to Build-Depends.
  * Add python3-django-extra-views to Build-Depends so sphinx can use
    it.
  * Add python(3)-django-extra-views to Recommends.
  * Use correct python3:Depends helper for Python3 package.

 -- Michael Fladischer <fladi@debian.org>  Mon, 06 Mar 2017 13:23:24 +0100

django-polymorphic (1.0.2-1) unstable; urgency=low

  * New upstream release.

 -- Michael Fladischer <fladi@debian.org>  Mon, 17 Oct 2016 09:37:09 +0200

django-polymorphic (1.0.1-1) unstable; urgency=low

  * New upstream release.
  * Drop manager inheritance patch, fixed upstream.

 -- Michael Fladischer <fladi@debian.org>  Tue, 13 Sep 2016 09:46:31 +0200

django-polymorphic (1.0-1) unstable; urgency=medium

  * New upstream release (Closes: #828654).
  * Add patch to use local objects.inv files for intersphinx mappings
    (Closes: #830414).
  * Update homepage URL.
  * Use new repository URL in d/watch.
  * Use https:// for copyright-format 1.0 URL.

 -- Michael Fladischer <fladi@debian.org>  Sat, 03 Sep 2016 22:31:56 +0200

django-polymorphic (0.9.2-1) unstable; urgency=low

  [ Ondřej Nový ]
  * Fixed VCS URL

  [ Michael Fladischer ]
  * New upstream release.
  * Bump Standards-Version to 3.9.8.
  * Remove version from python-django for Depends and Build-Depends.
  * Switch to python3-sphinx and drop versioned Build-Depends.

 -- Michael Fladischer <fladi@debian.org>  Thu, 12 May 2016 15:05:00 +0200

django-polymorphic (0.9.1-1) unstable; urgency=low

  * New upstream release.
  * Bump Standards-Version to 3.9.7.
  * Use https in Vcs-Git field.

 -- Michael Fladischer <fladi@debian.org>  Sun, 21 Feb 2016 10:56:55 +0100

django-polymorphic (0.8.1-1) unstable; urgency=medium

  * New upstream release (Closes: #806354).
  * Add NEWS file to document backwards incompatible changes.

 -- Michael Fladischer <fladi@debian.org>  Tue, 29 Dec 2015 16:16:34 +0100

django-polymorphic (0.7.2-1) unstable; urgency=low

  * New upstream release.

 -- Michael Fladischer <fladi@debian.org>  Tue, 06 Oct 2015 14:48:53 +0200

django-polymorphic (0.7.1-1) unstable; urgency=medium

  * New upstream release.
  * Really delete django-1.7.patch.
  * Change my email address to fladi@debian.org.

 -- Michael Fladischer <fladi@debian.org>  Tue, 19 May 2015 09:58:24 +0200

django-polymorphic (0.6-1) unstable; urgency=low

  * New upstream release.
  * Drop django-1.7.patch as it is now applied upstream.
  * Bump Standards-Version to 3.9.6.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Mon, 20 Oct 2014 11:44:11 +0200

django-polymorphic (0.5.6-1) unstable; urgency=medium

  * New upstream release.
  * Add django-1.7.patch to fix the test-suite with Django 1.7 (Closes:
    #755602).
  * Add dh-python to Build-Depends.
  * Switch buildsystem to pybuild.
  * Remove superfluous install file.
  * Add Python3 support.
  * Update upstream information in d/copyright.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Fri, 19 Sep 2014 14:16:19 +0200

django-polymorphic (0.5.4-1) unstable; urgency=low

  * Initial release (Closes: #745122).

 -- Michael Fladischer <FladischerMichael@fladi.at>  Thu, 17 Apr 2014 12:33:59 +0200