django-pipeline (4.0.0-4ubuntu1) questing; urgency=medium

  * d/p/add-django-5.2-support.patch: Add support for Django 5.2.

 -- Lena Voytek <lena.voytek@canonical.com>  Mon, 28 Jul 2025 14:19:40 -0400

django-pipeline (4.0.0-4) unstable; urgency=medium

  * Team upload.
  * Use pybuild more effectively, fixing autopkgtests (closes: #1102611).

 -- Colin Watson <cjwatson@debian.org>  Sun, 13 Jul 2025 18:14:03 +0200

django-pipeline (4.0.0-3) unstable; urgency=medium

  * Team upload.
  * Fix copy-paste mistake in my css_html_js_minify patch.

 -- Alexandre Detiste <tchet@debian.org>  Sat, 11 Jan 2025 23:30:59 +0100

django-pipeline (4.0.0-2) unstable; urgency=medium

  * Team upload.
  * debian/patches/0004-pyproject.toml-Exclude-more-files.patch:
    Add patch to exclude more files during installation. (Closes: #1092768)
  * debian/control: Add ${sphinxdoc:Built-Using}.

 -- Boyuan Yang <byang@debian.org>  Sat, 11 Jan 2025 16:52:29 -0500

django-pipeline (4.0.0-1) unstable; urgency=medium

  * Team Upload
  * Fix d/watch for new PyPi archive naming policy
  * New upstream version 4.0.0
  * Add build-dep on pybuild-plugin-pyproject

 -- Alexandre Detiste <tchet@debian.org>  Mon, 23 Dec 2024 01:05:22 +0100

django-pipeline (3.0.0-2) unstable; urgency=medium

  * Team Upload
  * Revert failed attempt to fix Salsa CI that made things worse
    (Closes: #1070047)

 -- Alexandre Detiste <tchet@debian.org>  Tue, 30 Apr 2024 11:08:34 +0200

django-pipeline (3.0.0-1) unstable; urgency=medium

  * Team Upload
  * New upstream version 3.0.0 (Closes: #961072)
  * Remove extraneous python3-mock build dep
  * css_html_js_minify is not packaged, patch-it out
  * use new dh-sequence-python3
  * d/watch: bump to v4
  * set Rules-Requires-Root: no

 -- Alexandre Detiste <tchet@debian.org>  Sun, 28 Apr 2024 19:35:05 +0200

django-pipeline (1.6.14-6) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
    + Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now
      does this.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooĳ <jelmer@debian.org>  Fri, 28 Oct 2022 19:16:07 +0100

django-pipeline (1.6.14-5) unstable; urgency=medium

  * debian/patches/remove-broken-tests.patch
    - make this prj compatible with modern Django and python; Closes: #997302

 -- Sandro Tosi <morph@debian.org>  Mon, 20 Jun 2022 15:04:59 -0400

django-pipeline (1.6.14-4) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Bump debhelper from deprecated 9 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.
  * Apply multi-arch hints.
    + python-django-pipeline-doc: Add Multi-Arch: foreign.

 -- Sandro Tosi <morph@debian.org>  Sun, 12 Jun 2022 21:01:54 -0400

django-pipeline (1.6.14-3) unstable; urgency=medium

  * Removed Ondrej from uploaders.

 -- Thomas Goirand <zigo@debian.org>  Fri, 26 Jul 2019 17:24:43 +0200

django-pipeline (1.6.14-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Use debhelper-compat instead of debian/compat.

  [ Jelmer Vernooĳ ]
  * Move source package lintian overrides to debian/source.

  [ Thomas Goirand ]
  * Team upload.
  * Removed Python 2.
  * Add fix-tests.settings.py.patch.
  * Removed 2 borken tests: remove-broken-tests.patch.
  * Added Ondřej and myself as uploaders.

 -- Thomas Goirand <zigo@debian.org>  Thu, 25 Jul 2019 07:05:17 +0200

django-pipeline (1.6.14-1) unstable; urgency=medium

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

  [ Brian May ]
  * New upstream version.
  * Add depends on python-django and python3-django.

 -- Brian May <bam@debian.org>  Thu, 03 May 2018 07:53:51 +1000

django-pipeline (1.6.13-1) unstable; urgency=medium

  * New upstream version.
  * Fixes FTBFS with Django 1.11. Closes: #865558.

 -- Brian May <bam@debian.org>  Sun, 02 Jul 2017 20:28:40 +1000

django-pipeline (1.6.8-3) unstable; urgency=medium

  * Work around for random build failures. Closes: #851722.

 -- Brian May <bam@debian.org>  Fri, 10 Mar 2017 18:54:37 +1100

django-pipeline (1.6.8-2) unstable; urgency=medium

  * Team upload.
  * Wrote patch to fix tests, which FTBFS with Django 1.10 (Closes: #828653).
    - 0003-Define-kwarg_name-in-pipeline_settings-class.patch
  * Standards-Version: 3.9.8 (no change).

 -- Thomas Goirand <zigo@debian.org>  Fri, 05 Aug 2016 11:32:23 +0000

django-pipeline (1.6.8-1) unstable; urgency=medium

  * New upstream version.

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

django-pipeline (1.6.7-1) unstable; urgency=medium

  * New upstream version.
  * Fixes FTBFS. Closes: #818730.
  * Remove slimit test. slimit is not Python 3 compatible, use jsmin instead.
  * Change default compressors to ones available in Debian main.
  * Recommend the default compressors.
  * Remove make_jsmin_optional patch, it isn't needed and was bad solution to
    fix failing tests.

 -- Brian May <bam@debian.org>  Thu, 24 Mar 2016 09:55:00 +1100

django-pipeline (1.6.4-1) unstable; urgency=medium

  * New upstream version.
  * Has new configuration settings; old settings won't work anymore.

 -- Brian May <bam@debian.org>  Sun, 03 Jan 2016 13:39:36 +1100

django-pipeline (1.5.4-1) unstable; urgency=low

  * Team upload.
  * New upstream release.

 -- Michael Fladischer <fladi@debian.org>  Mon, 14 Sep 2015 21:10:07 +0200

django-pipeline (1.5.3-1) unstable; urgency=low

  * Team upload.
  * New upstream release.
  * Run tests using custom pybuild configuration.
  * Add python(3)-jinja2 and python(3)-mock to Build-Depends as they are
    required to run the tests.
  * Clean up static files created by tests.
  * Bump debhelper compatibility level to 9.
  * Add python(3)-jinja2 to Depends in order to support is as a
    templating engine.

 -- Michael Fladischer <fladi@debian.org>  Wed, 12 Aug 2015 10:11:01 +0200

django-pipeline (1.5.1-1) unstable; urgency=low

  * Team upload.
  * New upstream release.
  * Remove unversioned dependencies:
    - python-all
    - python-setuptools
    - python3-django
    - python3-setuptools
    - python3-sphinx
  * Reformat packaging files with cme for better readability.
  * Make description of the Python3 package unique.
  * Set X-Python3-Version to >= 3.2.
  * Install upstream changelog.
  * Call sphinx directly from pybuild to build the documentation.
  * Use python-django-pipeline-doc.docs instead of overriding
    dh_installdocs.
  * Clean up built documentation so package can be built two times in a
    row.
  * Provide symlink to point to documentation source.
  * Use pypi.debian.net service for uscan.

 -- Michael Fladischer <fladi@debian.org>  Mon, 06 Jul 2015 21:41:02 +0200

django-pipeline (1.4.7-1) unstable; urgency=medium

  * New upstream release.

 -- Brian May <bam@debian.org>  Fri, 10 Apr 2015 11:26:16 +1000

django-pipeline (1.4.4.1-1) unstable; urgency=medium

  * New upstream version, closes: #776621.
  * Update package to be maintained by Debian python modules team.

 -- Brian May <bam@debian.org>  Tue, 03 Feb 2015 15:43:37 +1100

django-pipeline (1.3.24-0.2) unstable; urgency=low

  * Non-maintainer upload.
  * Python3 package.

 -- Brian May <bam@debian.org>  Thu, 03 Jul 2014 15:00:04 +1000

django-pipeline (1.3.24-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * New upstream release, closes: #749829.
  * Update standard version to 3.9.5.
  * Override lintian warning license-problem-json-evil, this is a false
    positive due to debian/patches/make_jsmin_optional. We do not include
    jsmin.

 -- Brian May <bam@debian.org>  Wed, 18 Jun 2014 15:42:27 +1000

django-pipeline (1.2.2.1-1) unstable; urgency=low

  * Initial release (Closes: #670508)

 -- Dmitry Nezhevenko <dion@dion.org.ua>  Thu, 26 Apr 2012 12:18:18 +0300
