Skip to content

Changelog python-django-compressor (2.2-4)

2017

python-django-compressor (2.2-4) unstable; urgency=high

   * Removed debian/pydist-overrides which is creating the unwanted runtime
     build-depends: python-appconf (Closes: #882107).
   * Using priority: high to have the uncruft faster.

python-django-compressor (2.2-3) unstable; urgency=medium

   * Fixed python{3,}-django-appconf instead of just -appconf (Closes: #881065).

python-django-compressor (2.2-2) unstable; urgency=medium

   * Removed python-django-discover-runner as build-depends.

python-django-compressor (2.2-1) unstable; urgency=medium

   * Uploading to unstable.
   * New upstream release.
   * Removed build-depends on jingo: it's not used upstream anymore, and the
     Python module is deprecated upstream.
   * Removed build-depends on coffin.
   * Added fix-html5lib.serialize-call.patch.
   * Added neutralize-broken-test_css_return_if_off-test.patch.
   * Running tests with all versions of Python 3.
   * Watch file using https.
   * Standards-Version is now 4.1.1.
   * Removed compressor/utils/decorators.py from debian/copyright, as the file
     is also gone upstream.

python-django-compressor (2.1.1-1) experimental; urgency=medium

   [ James Page ]
   * Drop dependencies on django-overextends, as support was dropped
     upstream in the 2.0 release.
 
   [ Daniel Baumann ]
   * Updating vcs fields.
   * Updating copyright format url.
   * Updating maintainer field.
   * Running wrap-and-sort -bast.
   * Updating standards version to 4.0.0.
   * Removing gbp.conf, not used anymore or should be specified in the
     developers dotfiles.
   * Updating standards version to 4.0.1.
   * Deprecating priority extra as per policy 4.0.1.
   * Prefixing all debhelper files.
   * Updating standards version to 4.1.0.
 
   [ Thomas Goirand ]
   * New upstream release.
   * Removed transition packages and remove all versions in (b-)d.
   * Removed 0001-Use-argparse-instead-of-optparse.patch (applied upstream).

2016

python-django-compressor (2.0-3) unstable; urgency=medium

   * Fixed patch header for 0001-Use-argparse-instead-of-optparse.patch.

python-django-compressor (2.0-2) unstable; urgency=medium

   [ Ondřej Nový ]
   * Fixed homepage (https).
   * Fixed VCS URLs (https).
   * d/rules: Changed UPSTREAM_GIT protocol to https
   * d/copyright: Changed source URL to https protocol
 
   [ Ivan Udovichenko ]
   * d/patches: Add 0001-Use-argparse-instead-of-optparse.patch file
       to fix issues with Django 1.10. (Closes: #828662)
 
   [ Thomas Goirand ]
   * Also run tests in Py3.
   * Using pkgos-dh_auto_install from openstack-pkg-tools >= 52~.
   * Fixed debian/copyright ordering.
   * Standards-Version is now 3.9.8 (no change).

python-django-compressor (2.0-1) unstable; urgency=medium

   * New upstream release.
   * Removed compressor/filters/jsmin/rjsmin.py from d/copyright.
   * Removed compressor/utils/stringformat.py from d/copyright.

2015

python-django-compressor (1.6+2015.12.22.git.94755c5aa6-1) unstable; urgency=medium

   * New upstream release based on commit 94755c5aa6 (Closes: #807355).
   * Added new (build-)dependencies:
     - python-django-overextends
     - python-django-sekizai
     - python-rjsmin
     - python-rcssmin
     - python-csscompressor
   * Upped the min required version for python-coffin.

python-django-compressor (1.5-3) unstable; urgency=medium

   * Transition to python-django-compressor instead of python-compressor to
     respect upstream egg-info (Closes: #799260).

python-django-compressor (1.5-2) unstable; urgency=medium

   * More robust watch file thanks to James Page (Closes: #796249).

python-django-compressor (1.5-1) unstable; urgency=medium

   * New upstream release.
   * Added Python 3 support.
   * Removed django 1.7 patche.
   * Added patch to not run a unit test that fails:
     - compressor.tests.test_base.JsAsyncDeferTestCase
   * Fixed PyPi watch file.

2014

python-django-compressor (1.4-2) unstable; urgency=medium

   * Fixed Django 1.7 compat in test_settings.py. (Closes: #755622)
   * Added build-depends: csstidy, python-coffin, python-jingo
   * Runs the unit tests correctly now.

python-django-compressor (1.4-1) unstable; urgency=medium

   * New upstream release.
   * Ran wrap-and-sort.
   * Standards-Version is now 3.9.5.
   * Do not run useless dh_helper (builds faster).

2013

python-django-compressor (1.3-1) unstable; urgency=low

   * New upstream release.
   * Added unit tests build-depends and ran wrap-and-sort.

python-django-compressor (1.2-2) unstable; urgency=low

   * Uploading to unstable.

2012

python-django-compressor (1.2-1) experimental; urgency=low

   * Initial release.