Changelog for
python-django-compressor-2.0-2.1.noarch.rpm :
Mon Mar 28 14:00:00 2016 appleonkelAATTopensuse.org
- added jsmin to Requires
Mon Mar 28 14:00:00 2016 appleonkelAATTopensuse.org
- update to version 2.0
* Add Django 1.9 compatibility
* Remove official support for Django 1.4 and 1.7
* Add official support for Python 3.5
* Remove official support for Python 2.6
* Remove support for coffin and jingo
* Fix Jinja2 compatibility for Django 1.8+
* Stop bundling vendored versions of rcssmin and rjsmin, make them proper dependencies
* Remove support for CSSTidy
* Remove support for beautifulsoup 3.
* Replace cssmin by csscompressor (cssmin is still available for backwards-compatibility but points to rcssmin)
Thu Jan 29 13:00:00 2015 oliver.bengsAATTopensuse.org
- update to version 1.4
* Added compatibility with Django 1.6.x and dropped support for Django 1.3.X.
* Fixed compatibility with html5lib 1.0.
* Added offline compression for Jinja2 with Jingo and Coffin integration.
* Improved support for template inheritance in offline compression.
* Made offline compression avoid compressing the same block multiple times.
* Added a testenv target in the Makefile to make it easier to set up the test environment.
* Allowed data-uri filter to handle external/protocol-relative references.
* Made CssCompressor class easier to extend.
* Added support for explictly stating the block being ended.
* Added rcssmin and updated rjsmin.
* Removed implicit requirement on BeautifulSoup.
* Made GzipCompressorFileStorage set access and modified times to the same time as the corresponding base file.
* Defaulted to using django’s simplejson, if present.
* Fixed CompilerFilter to always output Unicode strings.
* Fixed windows line endings in offline compression.
Tue Sep 18 14:00:00 2012 oliver.bengsAATTopensuse.org
- update to version 1.2
* new license
* new Homepage url
* compatibility with Django 1.4 and dropped support for Django 1.2.X.
Tue Jul 26 14:00:00 2011 oliver.bengsAATTopensuse.org
- update to version 0.9.2
Mon Mar 21 13:00:00 2011 oliver.bengsAATTopensuse.org
- intial package