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