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
