1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
python-django-compressor (2.0-1~bpo8+1) jessie-backports; urgency=medium
* Rebuild for jessie-backports.
*
-- Thomas Goirand <zigo@debian.org> Tue, 31 May 2016 02:38:42 +0000
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.
-- Thomas Goirand <zigo@debian.org> Mon, 11 Jan 2016 02:57:22 +0000
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.
-- Thomas Goirand <zigo@debian.org> Tue, 15 Dec 2015 16:13:22 +0000
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).
-- Thomas Goirand <zigo@debian.org> Fri, 16 Oct 2015 09:10:17 +0000
python-django-compressor (1.5-2) unstable; urgency=medium
* More robust watch file thanks to James Page (Closes: #796249).
-- Thomas Goirand <zigo@debian.org> Fri, 28 Aug 2015 15:52:25 +0000
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.
-- Thomas Goirand <zigo@debian.org> Tue, 04 Aug 2015 08:17:03 +0000
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.
-- Thomas Goirand <zigo@debian.org> Mon, 08 Sep 2014 17:31:54 +0000
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).
-- Thomas Goirand <zigo@debian.org> Thu, 26 Jun 2014 15:08:13 +0800
python-django-compressor (1.3-1) unstable; urgency=low
* New upstream release.
* Added unit tests build-depends and ran wrap-and-sort.
-- Thomas Goirand <zigo@debian.org> Wed, 26 Jun 2013 14:29:00 +0800
python-django-compressor (1.2-2) unstable; urgency=low
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Sun, 12 May 2013 15:20:14 +0000
python-django-compressor (1.2-1) experimental; urgency=low
* Initial release.
-- Thomas Goirand <zigo@debian.org> Sun, 14 Oct 2012 10:51:47 +0000
|