dwww Home | Show directory contents | Find package

python-django-extensions (4.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - Update mail_debug command to use aiosmtpd (closes: #1040091,
      #1040119).

 -- Colin Watson <cjwatson@debian.org>  Thu, 24 Apr 2025 12:01:54 +0100

python-django-extensions (3.2.3-2) unstable; urgency=medium

  * Team upload
  * d/p/0004: Disable dumpscript tests as a temporary solution
    (Closes: #1066753)

 -- Pierre-Elliott Bécue <peb@debian.org>  Thu, 25 Apr 2024 01:25:03 +0200

python-django-extensions (3.2.3-1) unstable; urgency=medium

  * Team upload
  * New upstream version 3.2.3. Closes: #1058376
  * Use github watch from uscan doc
  * Standards-Version 4.6.2
  * patch: python 3.12 compat
  * build-depends: aiosmtpd
  * debian/rules: use hooks
  * Streamline tests using autopkgtest-pkg-pybuild,
    pybuild.testfiles. Disable coverage for faster execution.

  [ Alexandre Detiste ]
  * remove extraneous dep. on python3-mock

 -- Jérémy Lal <kapouer@melix.org>  Sat, 27 Jan 2024 12:03:45 +0100

python-django-extensions (3.2.1-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Set field Upstream-Contact in debian/copyright.
  * Remove obsolete field Contact from debian/upstream/metadata (already present
    in machine-readable debian/copyright).

 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 20 Nov 2022 12:09:39 +0000

python-django-extensions (3.2.1-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Set field Upstream-Name in debian/copyright
  * Set upstream metadata fields: Contact
  * Fix day-of-week for changelog entry 3.2.0-1

  [ Carsten Schoenert ]
  * [6959af7] New upstream version 3.2.1

 -- Carsten Schoenert <c.schoenert@t-online.de>  Sun, 11 Sep 2022 18:31:22 +0200

python-django-extensions (3.2.0-1) unstable; urgency=medium

  * Team upload
  * New upstream version 3.2.0
    (Closes: #1013536)
  * d/control: Update Standards-Version to 4.6.1
  * autopkgtest: Ignore new added test from upstream
    We need also to ignore test_managestate.py within an autopkgtest run.

 -- Carsten Schoenert <c.schoenert@t-online.de>  Tue, 09 Aug 2022 21:04:01 +0200

python-django-extensions (3.1.5-2) unstable; urgency=medium

  * Drop d/p/0003-CSS-style-change-for-new-versions-of-pygments.patch for
    pygments 2.10.0 compatibility (fixes autopkgtest)

 -- Lukas Märdian <luk@slyon.de>  Fri, 17 Dec 2021 15:38:06 +0100

python-django-extensions (3.1.5-1) unstable; urgency=medium

  * Team upload

  * New upstream version 3.1.5

 -- Carsten Schoenert <carsten.schoenert@puri.sm>  Thu, 11 Nov 2021 20:55:22 +0100

python-django-extensions (3.1.3-1) unstable; urgency=medium

  * Team upload

  [ Diego M. Rodriguez ]
  * d/.links - use python-django-extensions-doc (Closes: #988793)

  [ Carsten Schoenert ]
  * New upstream version 3.1.3
  * Rebuild patch queue from patchqueue branch
    Renamed patch:
    0001-Change-image-URLs-to-use-local-copy-of-images-to-pre.patch
    -> 0001-Use-local-stored-images-to-prevent-privacy-breach.patch

    4ba2513ddb3815cdc15d0c5f681b5665f300718c.patch
    -> 0003-CSS-style-change-for-new-versions-of-pygments.patch

    Updated/adjusted patch:
    0002-Update-reference-to-python-werzeug-package.patch

    Removed patches:
    python39_html_unescape.patch
    python39_singular_abstract_class_msg.patch

  * Running wrap-and-sort -ast
  * d/control: Sort binary packages alphabetical
  * d/control: Mark the -doc package Multi-Arch: foreign
  * d/control: Bump debhelper version to 13
  * d/control: Adding entry Rules-Requires-Root: no
  * d/control: Update Standards-Version to 4.6.0
    No further changes needed.
  * d/watch: Update to version 4
  * d/control: Drop python3-six on source and binary package
    Upstream has dropped a dependency on the six package.

 -- Carsten Schoenert <c.schoenert@t-online.de>  Sat, 18 Sep 2021 21:34:38 +0200

python-django-extensions (3.0.3-3) unstable; urgency=medium

  * debian/tests/control
    - upgrade b-d on pygments to >= 2.7.1+dfsg-1~

 -- Sandro Tosi <morph@debian.org>  Sun, 25 Oct 2020 17:51:51 -0400

python-django-extensions (3.0.3-2) unstable; urgency=medium

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

  [ Sandro Tosi ]
  * debian/patches/4ba2513ddb3815cdc15d0c5f681b5665f300718c.patch
    - css style change for new versions of pygments
      stored in .pc/ are also tested
  * debian/rules
    - only run tests in the tests/ directory, else files patched by quilt and
      stored in .pc/ are also collected and tested
  * debian/patches/0002-Update-reference-to-python-werzeug-package.patch
    - refresh patch
  * debian/patches/python39_html_unescape.patch
    - support python 3.9 by using unescape() from the html module directly
  * debian/patches/python39_singular_abstract_class_msg.patch
    - support python3.9 by special casing the abstract class error message

 -- Sandro Tosi <morph@debian.org>  Sun, 18 Oct 2020 23:05:55 -0400

python-django-extensions (3.0.3-1) unstable; urgency=medium

  * Team upload

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Antonio Terceiro ]
  * New upstream version 3.0.3
    - Upstream source drops support for Django < 2 and python2.7
    - Works with Django 3 (Closes: #961166)
  * 0002-Update-reference-to-python-werzeug-package.patch: s/python/python3/
  * Run test suite during build and under autopkgtest
  * Add new build dependency: python3-pip

 -- Antonio Terceiro <terceiro@debian.org>  Wed, 22 Jul 2020 14:29:08 -0300

python-django-extensions (2.2.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 2.2.1

 -- Antonio Terceiro <terceiro@debian.org>  Tue, 13 Aug 2019 23:20:57 -0300

python-django-extensions (2.1.4-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

  [ Thomas Goirand ]
  * Team upload.
  * Removed Python 2 support.
  * Removed version in python3-django depends.
  * Fixed path in doc-base file.

 -- Thomas Goirand <zigo@debian.org>  Fri, 26 Jul 2019 22:44:30 +0200

# Older entries have been removed from this changelog.
# To read the complete changelog use `apt changelog python3-django-extensions`.

Generated by dwww version 1.16 on Tue Dec 16 05:12:52 CET 2025.