Skip to content

Changelog python-django-jsonfield (1.4.0-2)

2020

python-django-jsonfield (1.4.0-2) unstable; urgency=medium

   * Add build-depends on python3-pyscopg2 for test suite (Closes: #968694)
   * Add salsa CI file
   * Configure autodep8 to use the correct import name for the generated test

python-django-jsonfield (1.4.0-1) unstable; urgency=medium

   [ Ondřej Nový ]
   * Bump Standards-Version to 4.4.1.
 
   [ Debian Janitor ]
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
     Repository-Browse.
   * Update standards version to 4.5.0, no changes needed.
 
   [ Raphaël Hertzog ]
   * New upstream version 1.4.0. Closes: #961078

2019

python-django-jsonfield (1.1.0-2) unstable; urgency=medium

   * Team upload.
   * Bump Standards-Version to 4.4.0.
   * Drop Python 2 support.

python-django-jsonfield (1.1.0-1) unstable; urgency=medium

   [ Brian May ]
   * Run tests against all known Python versions.
 
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
   * d/copyright: Use https protocol in Format field
   * d/watch: Use https protocol
   * d/changelog: Remove trailing whitespaces
   * Convert git repository from git-dpm to gbp layout
 
   [ Raphaël Hertzog ]
   * Update Homepage to https://github.com/adamchainz/django-jsonfield
   * Bump Standards-Version to 4.3.0
   * Switch to debhelper compat level 12
   * Drop patches merged upstream
   * New upstream version 1.1.0

2016

python-django-jsonfield (1.0.1-2) unstable; urgency=medium

   * Add patch for Django 1.10 compatility. Closes: #828668

python-django-jsonfield (1.0.1-1) unstable; urgency=medium

   * New upstream release incorporating the latest patch for proper support of
     PostgreSQL >= 9.4.

python-django-jsonfield (1.0.0-2) unstable; urgency=medium

   * Add patch to avoid failures with PostgreSQL >= 9.4.

python-django-jsonfield (1.0.0-1) unstable; urgency=medium

   * New upstream version. Compatible with Django 1.8 and 1.9 without warnings.
   * Bump Standards-Version to 3.9.8.

python-django-jsonfield (0.9.19-1) unstable; urgency=medium

   * New upstream version.

python-django-jsonfield (0.9.15-2) unstable; urgency=medium

   * Fix broken depends. Closes: #810895.

2015

python-django-jsonfield (0.9.15-1) unstable; urgency=medium

   * New upstream release, compatible with Django 1.7 and 1.8.
     Closes: #801942
   * Bump Standards-Version to 3.9.6.

2014

python-django-jsonfield (0.9.13-2) unstable; urgency=low

   * Fix Django 1.7 AppRegistryNotReady error, by calling django.setup() in
     tests. Closes: #763240.

python-django-jsonfield (0.9.13-1) unstable; urgency=low

   * New upstream release.
   * Python3 patch no longer required; deleted.

python-django-jsonfield (0.9.12-3) unstable; urgency=low

   * Python3 package. Closes: #753462.

python-django-jsonfield (0.9.12-2) unstable; urgency=medium

   * Add python-django to Build-Depends to fix test suite run.

python-django-jsonfield (0.9.12-1) unstable; urgency=high

   * New upstream version.
   * Compatible with Django 1.6 (which is already in testing, hence the
     severity).
   * Switch to pybuild in anticipation of Python 3 support.

2013

python-django-jsonfield (0.9.10-1) unstable; urgency=low

   * Initial release. Closes: #717830