dwww Home | Show directory contents | Find package

djangorestframework (3.14.0-2+deb12u1) bookworm; urgency=medium

  [ Carsten Schoenert ]
  * [0e3d1fc] d/gbp.conf: Pick up some defaults, adjust to debian/bookworm

  [ Simon Lyngshede ]
  * [7867bee] d/rules: Don't exclude bootstrap-tweaks.css file
    (Closes: #1068747)

 -- Carsten Schoenert <c.schoenert@t-online.de>  Sun, 09 Jun 2024 08:20:01 +0200

djangorestframework (3.14.0-2) unstable; urgency=medium

  * Team upload
  * Add patch to fix tests against the environment on bookworm
    (Closes: #1028871)

 -- Antonio Terceiro <terceiro@debian.org>  Tue, 31 Jan 2023 08:59:37 -0300

djangorestframework (3.14.0-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Let pybuild handle upstream tests during build.
  * Install testfiles using d/pybuild.testfiles.
  * No longer skip tests during autopkgtest.
  * Update d/copyright with new years.

 -- Michael Fladischer <fladi@debian.org>  Tue, 11 Oct 2022 20:40:16 +0000

djangorestframework (3.13.1-1) unstable; urgency=low

  * New upstream release.
  * Expand privacy patch to cover release notes.
  * Drop unused patches.
  * Add python3-uritemplate to Build-Depends, enabling more tests.
  * Rework autopkgtests to use separate test script and reused packaging
    dependencies.
  * Drop --nolint flag for build-time tests.
  * Add node-jquery to Build-Depends, required by mkdocs.
  * Add python3-tz to Build-Depends (Closes: #1013742).
  * Bump Standards-Version to 4.6.1.0.
  * Update lintian-overrides.
  * Update missing-sources for jquery-3.5.1.

 -- Michael Fladischer <fladi@debian.org>  Fri, 08 Jul 2022 19:34:35 +0000

djangorestframework (3.12.4-2.2) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Security-Contact.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on mkdocs, python3-defusedxml,
      python3-django-filters, python3-pytest and python3-pytest-cov.
    + python3-djangorestframework: Drop versioned constraint on python3-coreapi,
      python3-coreschema, python3-django-filters, python3-markdown and
      python3-psycopg2 in Recommends.

 -- Jelmer Vernooij <jelmer@debian.org>  Thu, 26 May 2022 19:20:45 +0100

djangorestframework (3.12.4-2.1) unstable; urgency=medium

  * Non-maintainer upload
  * tests: update for newer pygments (Closes: #1005779)

 -- Paul Gevers <elbrus@debian.org>  Sun, 13 Mar 2022 19:19:52 +0100

djangorestframework (3.12.4-2) unstable; urgency=medium

  * debian/rules
    - skip test_markdown, which is currently failing; see issue #8160 upstream
      for followups; Closes: #1002396

 -- Sandro Tosi <morph@debian.org>  Fri, 31 Dec 2021 02:05:52 -0500

djangorestframework (3.12.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 3.12.4
  * Rediff patches
  * Fix tests with mock timezone. (Closes: #994255)
    Thanks to Terence Honles <terence@honles.com> for the upstream patch
  * Fix autopkgtest and FTBFS by adding python3-pygments to Build-Dep and
    tests Depends (Closes: #961171)
  * Bump d/watch version to 4
  * Bump Standards-Version to 4.6.0: no changes
  * Fix homepage url
  * Use https for apache license url in d/copyright
  * Bump versioned dependency for python3-django-guardian to 2.4.0

 -- Baptiste Beauplat <lyknode@debian.org>  Mon, 04 Oct 2021 21:28:16 +0200

djangorestframework (3.12.1-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 (CVE-2020-25626) (Closes: #971554).
  * Refresh patches.
  * Add d/upstream/metadata.
  * Remove 0001-Disable-Postgresql-tests.patch.
  * Depend on libjs-bootstrap (Closes: #970776).

 -- Michael Fladischer <fladi@debian.org>  Fri, 16 Oct 2020 17:27:21 +0200

djangorestframework (3.11.0-1) unstable; urgency=low

  * Team upload.
  * New upstream release.
  * Refresh patches.
  * Rename MIT license to Expat.
  * Bump debhelper version to 13.
  * Bump Standards-Version to 4.5.0.
  * Use dh_link to replace assets (fonts, css, js) which are already
    packaged.
  * Depend on fonts-font-awesome and fonts-glyphicons-halflings, drop
    fonts-glewlwyd (Closes: #962882).
  * Depend on libjs-prettify.
  * Fixing permissions for font file no longer necessary, drop
    override_dh_fixperms.
  * Clean up files to allow two builds in a row.
  * Set Rules-Requires-Root: no.
  * Add patch to fix asset names for packaged files.
  * Replace glyphicons in doc package with symlinks to the packaged
    font.
  * Run wrap-and-sort -bast to reduce diff size of future changes.

 -- Michael Fladischer <fladi@debian.org>  Sun, 05 Jul 2020 11:00:13 +0200

djangorestframework (3.10.2-1) unstable; urgency=medium

  * Team upload
  * New upstream version 3.10.2
  * Refresh patches
    * 0002-Clean-all-privacy-breaches-in-the-package.patch: remove new privacy
      breach from docs_theme/main.html
  * debian/missing-sources: update jquery
  * debian/rules: remove 404.html from installed documentation
    - it contains a few privacy breaches, but also is unused in local
      documentation
  * debian/control: Bump Standards-Version; no changes needed otherwise
  * debian/tests/control: add autopkgtest control file to run test suite
    against installed package

 -- Antonio Terceiro <terceiro@debian.org>  Wed, 09 Oct 2019 18:52:24 -0300

djangorestframework (3.9.0-2) unstable; urgency=medium

  * Team upload.

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

  [ Andrey Rahmatullin ]
  * Drop Python 2 support.
  * Bump the minimal version for the python3-pytest-django B-D.
  * Fix tests for Django 2.2.

 -- Andrey Rahmatullin <wrar@debian.org>  Thu, 08 Aug 2019 10:42:00 +0500

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

Generated by dwww version 1.15 on Mon Sep 1 08:33:16 CEST 2025.