django-tables (2.1.1-1) unstable; urgency=medium

  * New upstream version 2.1.1
  * d/control:
    * bump standards to 4.4.1
    * add Rules-Requires-Root: no
  * Add upstream/metadata file for dep12

 -- Joseph Herlant <aerostitch@debian.org>  Sat, 19 Oct 2019 16:07:24 -0700

django-tables (2.1.0-2) unstable; urgency=medium

  * d/control: moving python-doc and python-django-doc to suggest
    (Closes: #936422)

 -- Joseph Herlant <aerostitch@debian.org>  Fri, 30 Aug 2019 12:24:47 -0700

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

  * New upstream version 2.1.0
  * Refresh patches against new version
  * d/control:
    * bump standards to 4.4.0.1
    * Bump compat to 12
    * new build dependency: python3-sphinxcontrib.spelling
    * new build dependency for the tests: python3-django-filters
  * Re-formatting with wrap-and-sort
  * update the doc-base path after bumping the standards
  * Remove CI tests against python2 as we dropped it
  * d/rules: make sure to cleanup the symlinks after the run of conf.py

 -- Joseph Herlant <aerostitch@debian.org>  Mon, 12 Aug 2019 22:22:56 -0700

django-tables (1.21.2-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Remove ancient X-Python-Version field
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs

  [ Thomas Goirand ]
  * Team upload.
  * Ran wrap-and-sort -bast.
  * Removed Python 2 support.
  * Add removed-broken-test.patch.

 -- Thomas Goirand <zigo@debian.org>  Fri, 26 Jul 2019 15:31:01 +0200

django-tables (1.21.2-1) unstable; urgency=low

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field

  [ Joseph Herlant ]
  * New upstream version 1.21.2
  * d/rules: new test management system
  * wrap-n-sort
  * d/compat, d/control: upgrade standards to 4.1.4 and compat to 11
  * d/control: update build dependencies
  * Remove patch now integrated upstream
  * d/rules: re-enable export module
  * d/control: add explicitly autopkgtest testsuite (Closes: #895009)
  * d/control: update the dependencies now that we have python3-tablib
  * Fix debian-pycompat-is-obsolete
  * d/control: update package descriptions to avoid duplicates
    (Closes: #896396, #896429)
  * Add autopkgtests with a real use case too
  * Adding the examples in the doc package
  * Move static content to usr/share
  * d/control: adding myself as Uploaders to avoid nmu warnings
  * Fix privacy-breach lintian issues
  * d/rules: fix package-installs-python-pycache-dir
  * Adapt doc-base to match new rules about location from policy 4.1.4/dh11

 -- Brian May <bam@debian.org>  Wed, 09 May 2018 07:56:52 +1000

django-tables (1.14.2-1) unstable; urgency=medium

  * New upstream version.
  * Drop transitional package django-tables. Closes: #878390.
  * Update standards version to 4.1.1.
  * Depend on python3-sphinx instead of python-sphinx.

 -- Brian May <bam@debian.org>  Tue, 31 Oct 2017 08:31:32 +1100

django-tables (1.10.0-1) unstable; urgency=medium

  [ Brian May ]
  * New upstream version.
  * Fixes build errors with Django 1.11. Closes: #865814
  * Update standards version to 4.0.0

  [ Neil Williams ]
  * Temporarily exclude the new export code from upstream 1.8
    and later as tablib has no python3 support in Debian.
    (Closes: #855829)

 -- Brian May <bam@debian.org>  Wed, 09 Aug 2017 17:37:52 +1000

django-tables (1.2.0-1) unstable; urgency=medium

  * New upstream version.

 -- Brian May <bam@debian.org>  Tue, 03 May 2016 10:42:34 +1000

django-tables (1.1.6-2) unstable; urgency=medium

  [ Neil Williams ]
  * Update django build depends to 1.8 as 1.7 in jessie causes the
    django-tables test suite to fail.
  * Add clean rule to remove docs/.build to allow package to build twice
    in a row.

  [ Brian May ]
  * Add changes by Neil Williams. Closes: #822224.

 -- Brian May <bam@debian.org>  Sun, 24 Apr 2016 12:08:22 +1000

django-tables (1.1.6-1) unstable; urgency=medium

  * New upstream version.

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

django-tables (1.0.7-1) unstable; urgency=medium

  * New upstream version.
  * Fixes FTBFS with Django 1.9. Closes: #806359.

 -- Brian May <bam@debian.org>  Mon, 04 Jan 2016 09:58:37 +1100

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

  * Implement working tests.

 -- Brian May <bam@debian.org>  Wed, 28 Oct 2015 21:20:03 +1100

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

  * New upstream version.

 -- Brian May <bam@debian.org>  Thu, 22 Oct 2015 14:28:17 +1100

django-tables (0.15.0-4) unstable; urgency=medium

  * Fix debian/watch.
  * Add patch for Django 1.8 compatibility.
  * Swap Maintainer and Uploaders. Maintainer is now DPMT.

 -- Brian May <bam@debian.org>  Thu, 22 Oct 2015 10:17:32 +1100

django-tables (0.15.0-3) unstable; urgency=low

  * Add patch from https://github.com/bradleyayers/django-tables2/pull/214 as
    dont_call_managers.patch to fix problems with many to many fields. See
    https://github.com/bradleyayers/django-tables2/issues/211 for details.
  * Add patch from
    https://github.com/luzfcb/django-tables2/commit/f3613c41208b0e7080777416f13ea2de6c65da02
    as remove_sorteddict.patch to remove depreciated use of SortedDict.
    See https://github.com/bradleyayers/django-tables2/issues/212 for details.

 -- Brian May <bam@debian.org>  Fri, 17 Oct 2014 09:54:38 +1100

django-tables (0.15.0-2) unstable; urgency=low

  * Python3 package.

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

django-tables (0.15.0-1) unstable; urgency=low

  * New upstream version.

 -- Brian May <bam@debian.org>  Fri, 04 Apr 2014 08:55:48 +1100

django-tables (0.13.0-3) unstable; urgency=low

  * Fix typo in debian/control, broke upgrades. Fixes: #717999.

 -- Brian May <bam@debian.org>  Sun, 28 Jul 2013 10:41:44 +1000

django-tables (0.13.0-2) unstable; urgency=low

  * 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.
  * Change short and long description.
  * Make dependencies on python-django versioned.
  * Drop debian/pycompat.
  * Add X-Python-Version.
  * Use DEP5 format for d/copyright.
  * Add d/watch file.
  * Move Homepage field to source section.

 -- Brian May <bam@debian.org>  Thu, 20 Jun 2013 10:18:20 +1000

django-tables (0.13.0-1) unstable; urgency=low

  * New upstream version.
  * Requires Django 1.2 or newer.

 -- Brian May <bam@debian.org>  Sun, 21 Oct 2012 10:47:50 +1100

django-tables (0.11.0-1) unstable; urgency=low

  * New upstream version.

 -- Brian May <bam@debian.org>  Tue, 18 Sep 2012 09:41:45 +1000

django-tables (0.10.2-2) unstable; urgency=low

  * Don't import views.py by default, breaks Python 2.6.
  * Fix incorrect depreciation warning.

 -- Brian May <bam@debian.org>  Sun, 01 Apr 2012 09:09:03 +1000

django-tables (0.10.2-1) unstable; urgency=low

  * New upstream version.
  * Bugs fixed.
  * Django 1.4 support.

 -- Brian May <bam@debian.org>  Wed, 28 Mar 2012 12:21:19 +1100

django-tables (0.9.6-2) unstable; urgency=low

  * Resolve compatibility issues with Debian/squeeze.

 -- Brian May <bam@debian.org>  Tue, 13 Mar 2012 11:55:12 +1100

django-tables (0.9.6-1) unstable; urgency=low

  * New upstream version from
    https://github.com/bradleyayers/django-tables2 fork
  * Major incompatible non-backwards compatible changes.

 -- Brian May <bam@debian.org>  Mon, 05 Mar 2012 14:23:32 +1100

django-tables (0.2.1-2) unstable; urgency=low

  * Remove redundant line from debian/rules.

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

django-tables (0.2.1-1) unstable; urgency=low

  * Initial release. Closes: #619194.

 -- Brian May <bam@debian.org>  Mon, 28 Mar 2011 11:37:40 +1100
