File python-django-pipeline.changes of Package python-django-pipeline
-------------------------------------------------------------------
Wed Aug 8 12:15:42 UTC 2018 - jengelh@inai.de
- Fix name repetition in summary (rpmlint).
-------------------------------------------------------------------
Wed Aug 8 09:02:55 UTC 2018 - tchvatal@suse.com
- Update to 1.6.14:
* latest release to support newest django releases
- Switch to singlespec
- Add patch to pass tests django-pipeline-setpcfg.patch
-------------------------------------------------------------------
Thu Oct 24 11:03:22 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Wed Feb 27 14:33:00 UTC 2013 - alexandre@exatati.com.br
- Update to 1.3.6:
- Make our threaded code compatible with python 3.
-------------------------------------------------------------------
Wed Feb 27 11:38:14 UTC 2013 - alexandre@exatati.com.br
- Update to 1.3.5:
- Run compilers in threads, should improve performance in DEBUG mode.
-------------------------------------------------------------------
Mon Feb 25 09:23:40 UTC 2013 - p.drouand@gmail.com
- Update to version 1.3.4:
* Fix false errors on subprocess.
* Don't run MinifyHTMLMiddleware when DEBUG is True.
-------------------------------------------------------------------
Mon Feb 18 15:27:33 UTC 2013 - alexandre@exatati.com.br
- Update to 1.3.3:
* Fix subprocess calls.
-------------------------------------------------------------------
Sun Feb 17 14:27:59 UTC 2013 - p.drouand@gmail.com
- Update to version 1.3.2:
* Jinja2 support is back.
* Many small improvements in documentation.
-------------------------------------------------------------------
Sun Feb 3 17:48:54 UTC 2013 - alexandre@exatati.com.br
- Update to 1.3.0:
* Add support Python 3, with some help from Alan Lu.
* Add support for Django 1.5.
* Remove support for Django < 1.4.
* Drop support for Python < 2.6.
* Drop support for ``staticfiles`` app, in favor of
django.contrib.staticfiles.
* Drop PIPELINE settings, in favor of DEBUG to avoid confusion.
* Drop support for jinja2 temporarily.
- Aditional changes from 1.2.24
* Fix yui/yuglify settings overriding each other. Thanks to
Fábio Santos.
- Aditional changes from 1.2.23
* Separate yuglify compressor from YUI compressor.
* Improve HTML compression middleware.
- Aditional changes from 1.2.22
* Better compressor error messages. Thanks to Steven Cummings.
* Improve installation documentation. Thanks to Steven Cummings.
* Fix packaging metadata. Thanks to Rui Coelho for noticing it.
* Add documentation about non-packing storage.
- Aditional changes from 1.2.21
* Run stylus even if file is considered outdated.
- Aditional changes from 1.1.20
* Ensure yui-compressor can still use YUICompressor.
- Aditional changes from 1.2.19
**BACKWARD INCOMPATIBLE** : Replace python cssmin compressor
to run the command (works for python or node implementation)
- Aditional changes from 1.2.18
* **BACKWARD INCOMPATIBLE** : Replace yui-compressor by yuglify,
check your configuration.
* Use finders in manifest. Thanks to Sjoerd Arendsen.
- Aditional changes from 1.2.17
* Fully tested windows compatibility. Thanks to Idan Zalzberg.
- Aditional changes from 1.2.16
* Fix manifesto module. Thanks to Zenobius Jiricek.
* Ensure coffee-script compiler don't try to overwrite file.
Thanks to Teo Klestrup Röijezon.
- Aditional changes from 1.2.15
* Ensure asset url are build with posixpath.
* Deal with storage prefix properly.
-------------------------------------------------------------------
Sat Aug 4 21:28:36 UTC 2012 - alexandre@exatati.com.br
- Initial package (1.2.14) for openSUSE.