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
|
python-django-pyscss (1.0.3-3) unstable; urgency=medium
* Using upstream patch instead of the one I produce: upstrema patch is much
shorter, is Django 1.6 compatible, and avoids using orderedict which isn't
available in Python 2.6 (all of which makes it harder to backport to
Wheezy).
-- Thomas Goirand <zigo@debian.org> Tue, 11 Nov 2014 22:24:17 +0000
python-django-pyscss (1.0.3-2) unstable; urgency=medium
* Added python-simplejson as build-depends.
* Standards-Version is now 3.9.6 (no change).
-- Thomas Goirand <zigo@debian.org> Sat, 18 Oct 2014 14:44:34 +0000
python-django-pyscss (1.0.3-1) unstable; urgency=medium
* New upstream release.
* Added fix-storage.prefix-not-found.patch for Django 1.7 compat.
* Do not test under Python 2.6.
-- Thomas Goirand <zigo@debian.org> Tue, 30 Sep 2014 01:37:41 +0000
python-django-pyscss (1.0.2-2) unstable; urgency=medium
* Drop python-django-discover-runner and python-pil from depends, as it is
only needed for tests. Also, python-django-discover-runner requires
python-unittest2, which conflicts with horizon.
-- Thomas Goirand <zigo@debian.org> Sun, 21 Sep 2014 07:24:40 +0000
python-django-pyscss (1.0.2-1) unstable; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Tue, 16 Sep 2014 06:55:38 +0000
python-django-pyscss (1.0.1-3) unstable; urgency=medium
* Adds Django 1.7 compat patch (Closes: #755628).
-- Thomas Goirand <zigo@debian.org> Mon, 08 Sep 2014 18:12:00 +0000
python-django-pyscss (1.0.1-2) unstable; urgency=medium
* Added missing build-depends: python-pil, libjs-jquery and python-django,
so it doesn't download with pip (Closes: #753380).
-- Thomas Goirand <zigo@debian.org> Wed, 02 Jul 2014 15:29:35 +0000
python-django-pyscss (1.0.1-1) unstable; urgency=medium
* Initial release. (Closes: #752764)
-- Thomas Goirand <zigo@debian.org> Thu, 26 Jun 2014 17:02:53 +0800
|