File: changelog

package info (click to toggle)
djangorestframework-gis 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 512 kB
  • sloc: python: 4,069; sh: 14; makefile: 4
file content (247 lines) | stat: -rw-r--r-- 8,434 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
djangorestframework-gis (1.0-2) unstable; urgency=medium

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

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 17 Oct 2022 04:03:59 +0100

djangorestframework-gis (1.0-1) unstable; urgency=low

  * New upstream release (Closes: #1013467).
  * Drop patches used for sqlite spatialite tests.
  * Disable build-time tests.
  * Rewrite autopkgtest to used PostGIS and spatialite (disabled because
    of https://code.djangoproject.com/ticket/32935).
  * Renumber patches.
  * Bump Standards-Version to 4.6.1.0.

 -- Michael Fladischer <fladi@debian.org>  Wed, 06 Jul 2022 22:00:27 +0000

djangorestframework-gis (0.18-1) unstable; urgency=low

  * New upstream release.
  * Disable PGP signature check in uscan as upstream is not providing a
    signature for current releases.
  * Depend on python3-all for autopkgtests.
  * Update year in d/copyright.
  * Refresh patches.

 -- Michael Fladischer <fladi@debian.org>  Thu, 13 Jan 2022 11:21:56 +0000

djangorestframework-gis (0.17-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Add python3-packaging to Build-Depends, required by tests.
  * Add patch to remove maximum/minimum range from integer-fields
    definition in unittests.
  * Bump Standards-Version to 4.6.0.
  * Use uscan version 4.
  * Remove unnecessary autopkgtest-pkg-python testsuite.

 -- Michael Fladischer <fladi@debian.org>  Sat, 28 Aug 2021 20:33:50 +0000

djangorestframework-gis (0.16-1) unstable; urgency=low

  [ 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 (Closes: #971130).
  * Refresh patches.
  * Add patch to conditionally disable tests that either require Django
    3 or PostGIS.

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

djangorestframework-gis (0.14-4) unstable; urgency=medium

  * Team Upload.

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

  [ Nilesh Patra ]
  * Change import-name (Closes: #961901)
  * Add autopkgtests
  * Add upstream/metadata
  * Bump standards version to 4.5.0
  * Compat version: 13
  * Add "Rules-Requires-Root:no"
  * Remove include binaries
    (no upstream signature in debian/ directory)

 -- Nilesh Patra <npatra974@gmail.com>  Sat, 13 Jun 2020 23:25:28 +0530

djangorestframework-gis (0.14-3) unstable; urgency=medium

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

 -- Andrey Rahmatullin <wrar@debian.org>  Wed, 07 Aug 2019 01:15:24 +0500

djangorestframework-gis (0.14-2) unstable; urgency=medium

  * Bump debhelper compatibility and version to 12 and switch to
    debhelper-compat.
  * Bump Standards-Version to 4.4.0.
  * Remove Python2 support (Closes: #932156).
  * Re-export signing key with minimal options.

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

djangorestframework-gis (0.14-1) unstable; urgency=low

  [ Ondřej Nový ]
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field

  [ Michael Fladischer ]
  * New upstream release.
  * Add patch to fix reading UTF-8 files in setup.py for Python2.
  * Fix the way tests are run by upstream now.
  * Bump Standards-Version to 4.2.1.

 -- Michael Fladischer <fladi@debian.org>  Sat, 22 Dec 2018 22:13:25 +0100

djangorestframework-gis (0.13-1) unstable; urgency=medium

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

  [ Michael Fladischer ]
  * New upstream release.
  * Refresh patches.
  * Update spatialite patch to use full filename for mod_spatialite.so
    (Closes: #889663).
  * Bump Standards-Version to 4.1.4.
  * Bump debhelper compatibility and version to 11.

 -- Michael Fladischer <fladi@debian.org>  Sat, 05 May 2018 22:53:47 +0200

djangorestframework-gis (0.12-1) unstable; urgency=low

  * New upstream release.
  * Move upstream signing key to debian/upstream/signing-key.asc.
  * Add python(3)-six to Build-Depends as they are used during tests.
  * Run wrap-and-sort -bast to reduce diff size of future changes.
  * Bump Standards-Version to 4.1.1.
  * Enable autopkgtest-pkg-python testsuite.
  * Install README.rst for both Python2 and Python3 packages.

 -- Michael Fladischer <fladi@debian.org>  Fri, 24 Nov 2017 10:50:17 +0100

djangorestframework-gis (0.11.2-1) unstable; urgency=low

  * Upload to unstable (Closes: #865920).
  * Bump Standards-Version to 4.0.0.
  * Refresh patches after git-dpm to gbp pq conversion

 -- Michael Fladischer <fladi@debian.org>  Fri, 04 Aug 2017 20:47:59 +0200

djangorestframework-gis (0.11.2-1~exp1) experimental; urgency=low

  * New upstream release.

 -- Michael Fladischer <fladi@debian.org>  Sun, 28 May 2017 11:35:54 +0200

djangorestframework-gis (0.11.1-1~exp1) experimental; urgency=low

  * New upstream release.
  * Remove unused lintian override as we now check for valid signatures
    on upstream tarballs.

 -- Michael Fladischer <fladi@debian.org>  Fri, 12 May 2017 20:06:55 +0200

djangorestframework-gis (0.11-1) unstable; urgency=low

  * New upstream release.

 -- Michael Fladischer <fladi@debian.org>  Wed, 23 Nov 2016 21:09:11 +0100

djangorestframework-gis (0.10.1-2) unstable; urgency=medium

  * Add patches to fix tests with Django 1.8+ (Closes: #834669).
  * Bump Standards-Version to 3.9.8.
  * Use https:// for copyright-format 1.0 URL.

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

djangorestframework-gis (0.10.1-1) unstable; urgency=low

  * New upstream release.
  * Add patch to disable import of local settings for tests.
  * Switch to pypi.debian.net for uscan and enable PGP signature download.
  * Include upstream signing key 308BD46E.
  * Remove patch to disable tests that only work with PostGIS as it has been
    merged by upstream.

 -- Michael Fladischer <fladi@debian.org>  Thu, 07 Jan 2016 12:26:10 +0100

djangorestframework-gis (0.10.0-1) unstable; urgency=low

  * New upstream release.
  * Update patch that skips tests for spatialite to use unittest package
    import directly.

 -- Michael Fladischer <fladi@debian.org>  Fri, 11 Dec 2015 12:34:49 +0100

djangorestframework-gis (0.9.6-1) unstable; urgency=medium

  * New upstream release.
  * Drop 0003-Assert-that-the-coordinates-are-approximately-equal-.patch as it
    was merged by upstream.
  * Clean egg-info files to aaloow two clean builds in a row.

 -- Michael Fladischer <fladi@debian.org>  Wed, 04 Nov 2015 09:40:43 +0100

djangorestframework-gis (0.9.5-1) unstable; urgency=medium

  [ Brian May ]
  * New upstream release.

  [ Michael Fladischer ]
  * Add patch to fix failed test becasue of different floating point precision
    in coordinates between PostgreSQL and spatialite (Closes: #802757).
  * Remove lintian overrides for missing changelog files. Upstream provides
    one now.

 -- Michael Fladischer <fladi@debian.org>  Tue, 27 Oct 2015 09:53:28 +0100

djangorestframework-gis (0.8-2) unstable; urgency=low

  * Provide separate Python3 package.
  * Use python-django-filters in Build-Depends and Depends.
  * Remove python-pyspatialite and python-pysqlite2 from Build-Depends.
  * Add lintian override for missing upstream changelog in Python3
    package.

 -- Michael Fladischer <fladi@debian.org>  Tue, 01 Sep 2015 12:22:04 +0200

djangorestframework-gis (0.8-1) unstable; urgency=medium

  * New upstream release.
  * Update debian/patches/spatialite.patch to work with libsqlite3-mod-
    spatialite (Closes: #793526).
  * Add skip_tests_spatialite.patch to skip unittests that are not
    supported by spatialite.
  * Make Depends and Build-Depends on python-djangorestframework
    versioned (>= 3.0.4).
  * Add libsqlite3-mod-spatialite to Build-Depends.
  * Remove spatialite-bin from Build-Depends.
  * Update Homepage field to the correct upstream location.
  * Update years in d/copyright.
  * Change my email address to fladi@debian.org.

 -- Michael Fladischer <fladi@debian.org>  Tue, 01 Sep 2015 08:20:20 +0200

djangorestframework-gis (0.7-1) unstable; urgency=low

  * Initial release (Closes: #764969).

 -- Michael Fladischer <FladischerMichael@fladi.at>  Sun, 12 Oct 2014 18:46:46 +0200