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 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200
|
python-django-compressor (2.4-2) unstable; urgency=medium
* Uploading to unstable.
* Add a debian/salsa-ci.yml and fixed watch file.
-- Thomas Goirand <zigo@debian.org> Wed, 14 Oct 2020 11:14:55 +0200
python-django-compressor (2.4-1) experimental; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
[ Thomas Goirand ]
* New upstream release.
* Fixed (build-)depends for this release.
* Disable fix-html5lib.serialize-call.patch.
-- Thomas Goirand <zigo@debian.org> Tue, 08 Sep 2020 11:03:46 +0200
python-django-compressor (2.2-5) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* Running wrap-and-sort -bast
* d/control: Use team+openstack@tracker.debian.org as maintainer
[ Thomas Goirand ]
* Removed Python 2 support.
-- Thomas Goirand <zigo@debian.org> Wed, 10 Jul 2019 11:29:22 +0200
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.
-- Thomas Goirand <zigo@debian.org> Thu, 23 Nov 2017 10:45:34 +0000
python-django-compressor (2.2-3) unstable; urgency=medium
* Fixed python{3,}-django-appconf instead of just -appconf (Closes: #881065).
-- Thomas Goirand <zigo@debian.org> Tue, 07 Nov 2017 15:00:06 +0000
python-django-compressor (2.2-2) unstable; urgency=medium
* Removed python-django-discover-runner as build-depends.
-- Thomas Goirand <zigo@debian.org> Fri, 03 Nov 2017 06:22:54 +0000
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.
-- Thomas Goirand <zigo@debian.org> Sat, 28 Oct 2017 20:24:56 +0000
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).
-- Thomas Goirand <zigo@debian.org> Mon, 09 Oct 2017 23:15:11 +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
|