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 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
python-django-compressor (2.1-1) unstable; urgency=medium
[ Ondřej Nový ]
* Bumped debhelper compat version to 10
[ Thomas Goirand ]
* New upstream release.
* Drop 0001-Use-argparse-instead-of-optparse.patch applied upstream.
* Fix unit test error leading to FTBFS (Closes: #844921):
- calls-self.html5lib.serialize-with-correct-param.patch
- remove-test_css_return_if_off.patch
-- Thomas Goirand <zigo@debian.org> Sat, 03 Dec 2016 13:33:37 +0100
python-django-compressor (2.0-4) unstable; urgency=medium
[ James Page ]
* Drop dependencies on django-overextends, as support was dropped
upstream in the 2.0 release.
[ Ondřej Nový ]
* d/s/options: extend-diff-ignore of .gitreview
* d/control: Using OpenStack's Gerrit as VCS URLs.
[ Thomas Goirand ]
* Allow Py3 unit tests to fail, as they do in Jessie in infra.
-- Thomas Goirand <zigo@debian.org> Tue, 27 Sep 2016 00:43:10 +0200
python-django-compressor (2.0-3) unstable; urgency=medium
* Fixed patch header for 0001-Use-argparse-instead-of-optparse.patch.
-- Thomas Goirand <zigo@debian.org> Tue, 19 Jul 2016 09:59:15 +0000
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).
-- Thomas Goirand <zigo@debian.org> Tue, 19 Jul 2016 07:58:13 +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
|