File: changelog

package info (click to toggle)
djangorestframework-gis 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 484 kB
  • sloc: python: 2,470; makefile: 7
file content (150 lines) | stat: -rw-r--r-- 5,307 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
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