django-filter (2.4.0-1) unstable; urgency=medium

  * Team upload

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * Bump Standards-Version to 4.4.1.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Antonio Terceiro ]
  * New upstream version 2.4.0
    - Builds just find against python3.9 (Closes: #973180)
  * Refresh patches
    - Drop 0003-Pin-timezone-to-UTC.patch, applied upstream.
  * autopkgtest: add test dependencies

 -- Antonio Terceiro <terceiro@debian.org>  Tue, 15 Dec 2020 16:11:44 -0300

django-filter (2.1.0-1) unstable; urgency=medium

  * Team upload

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/watch: Use https protocol
  * d/control: Remove ancient X-Python-Version field
  * Remove debian/pycompat, it's not used by any modern Python helper
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs

  [ Antonio Terceiro ]
  * New upstream version
  * Refresh patches
    - add new language to
      0001-Fix-value-of-Language-fields-for-django.po-files.patch
  * Drop Python 2 package
  * 0002-Fix-date-in-po-file.patch: fix build of locale files
  * 0003-Pin-timezone-to-UTC.patch: import upstream patch to fix tests
    (https://github.com/carltongibson/django-filter/pull/1058)
  * Add debian/tests/control to run tests under autopkgtest
  * debian/control: bump Standards-Version to 4.4.0; no changes needed
    otherwise.

 -- Antonio Terceiro <terceiro@debian.org>  Tue, 09 Jul 2019 11:08:41 -0300

django-filter (1.1.0-1) unstable; urgency=medium

  * New upstream version 1.1.0
  * Refresh patches

 -- Antonio Terceiro <terceiro@debian.org>  Wed, 10 Jan 2018 10:50:46 -0200

django-filter (1.0.4-2) unstable; urgency=medium

  * Drop transitional packages django-filter and python-django-filter.
    Closes: #878389.

 -- Brian May <bam@debian.org>  Tue, 31 Oct 2017 07:53:45 +1100

django-filter (1.0.4-1) unstable; urgency=medium

  [ Brian May ]
  * Remove broken symlink. Closes: #857825.
  * Fix minor lintian warnings.
  * New upstream version. Closes: #865802, closes: #863024.

  [ Michael Fladischer ]
  * Add python(3)-djangorestframework and python(3)-django-crispy-forms
    to Build-Depends so tests can run successfully.
  * Clean up modified files in docs/.build and django_filter.egg-info to
    allow two builds in a row.
  * Use https:// for copyright-format 1.0 URL.
  * Reformat packaging files with cme for better readability and remove
    unnecessary versioned dependencies.
  * Add unique parts to short and long descriptions.
  * Switch to python3-sphinx.
  * Rebuild all django.mo files from source using python3-babel.
  * Add patch to fix value of Language fields for django.po files.

 -- Brian May <bam@debian.org>  Sat, 29 Jul 2017 17:09:04 +1000

django-filter (0.13.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Fixed homepage (https)

  [ Brian May ]
  * New upstream version.

 -- Brian May <bam@debian.org>  Wed, 06 Apr 2016 12:39:17 +1000

django-filter (0.11.0-2) unstable; urgency=medium

  * Run tests for all Python 3.*

 -- Brian May <bam@debian.org>  Mon, 26 Oct 2015 13:00:58 +1100

django-filter (0.11.0-1) unstable; urgency=medium

  * New upstream version.
  * Add fix_tests.patch, applied upstream see
    https://github.com/alex/django-filter/pull/287
    Closes: #796754: FTBFS: test_filtering_uses_distinct raises AttributeError

 -- Brian May <bam@debian.org>  Mon, 24 Aug 2015 11:52:41 +1000

django-filter (0.9.2-1) unstable; urgency=medium

  * New upstream version.
  * Source package comes with prebuilt docs which include jquery.js and
    underscore.js, so provide sources to keep Lintian happy. Note none of these
    files are not used for the built Debian package.

 -- Brian May <bam@debian.org>  Fri, 10 Apr 2015 10:38:43 +1000

django-filter (0.7-4) unstable; urgency=low

  * Add patch to fix tests in Django 1.7. Closes: #755635.

 -- Brian May <bam@debian.org>  Mon, 11 Aug 2014 10:05:52 +1000

django-filter (0.7-3) unstable; urgency=low

  * Python3 package.

 -- Brian May <bam@debian.org>  Thu, 03 Jul 2014 13:55:03 +1000

django-filter (0.7-1) unstable; urgency=low

  * New upstream version.

 -- Brian May <bam@debian.org>  Fri, 04 Apr 2014 09:40:31 +1100

django-filter (0.6-3) unstable; urgency=low

  * python-django-filters-doc now has have Breaks+Replaces:
    python-django-filter-doc (<< 0.6-2). Closes: #720046.

 -- Brian May <bam@debian.org>  Fri, 02 Aug 2013 15:47:04 +1000

django-filter (0.6-2) unstable; urgency=low

  * Rename python-django-filter to python-django-filters to make
    it compliant with Debian Python policy.
  * Provide transitional dummy package.

 -- Brian May <bam@debian.org>  Fri, 02 Aug 2013 11:42:17 +1000

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

  [ Michael Fladischer ]
  * New upstream release.
  * Set DPMT as Uploaders.
  * Switch to dh_python2.
  * Bump Standards version to 3.9.4.
  * Bump debhelper Build-Depends to >= 8.1.0~.
  * Rename to python-django-filter, provide transitional dummy package
  * Build documentation with sphinx and move it to separate package
    python-django-filter-doc.
  * Drop patches.
  * Change short and long description.
  * Make dependencies on python-django versioned.
  * Drop debian/pycompat.
  * Add X-Python-Version.
  * Use DEP5 format for d/copyright.
    django-filter.
  * Add d/watch file.
  * Move Homepage field to source section.

 -- Brian May <bam@debian.org>  Mon, 17 Jun 2013 13:53:11 +1000

django-filter (0.5.3-3) unstable; urgency=low

  * Clean out debian/patches/debian-changes-0.5.3-2 and fix FTBS.
    Closes: #643092.
  * Increase standards version to 3.9.2 from 3.9.1
  * Add patch from upstream to make XMLField optional.

 -- Brian May <bam@debian.org>  Wed, 12 Oct 2011 09:50:46 +1100

django-filter (0.5.3-2) unstable; urgency=low

  * Remove redundant line from debian/rules.

 -- Brian May <bam@debian.org>  Fri, 08 Apr 2011 10:41:00 +1000

django-filter (0.5.3-1) unstable; urgency=low

  * Initial release. Closes: #619195.

 -- Brian May <bam@debian.org>  Mon, 28 Mar 2011 13:41:07 +1100