]> review.fuel-infra Code Review - packages/trusty/python-django-compressor.git/commit
Update python-django-compressor package 35/29835/1
authorIvan Udovichenko <iudovichenko@mirantis.com>
Fri, 13 Jan 2017 14:49:31 +0000 (16:49 +0200)
committerIvan Udovichenko <iudovichenko@mirantis.com>
Fri, 13 Jan 2017 14:51:16 +0000 (16:51 +0200)
commita82a7902d54816729c3475b1be57ed38c51e1569
treed8b30c463d57445a669b273f5c00f9edaade5472
parent6ec9e3f63294045b72cda47500fb3c3f075808ba
Update python-django-compressor package

Version: 2.0

* Source:
   http://archive.ubuntu.com/ubuntu/pool/main/p/python-django-compressor/
   python-django-compressor_2.0-1ubuntu1.dsc

Change-Id: Ifb5bf59f5fce60033439c5c9422800cfd5bc515c
66 files changed:
debian/changelog
debian/control
debian/copyright
debian/patches/disable-django-sekizai.patch [new file with mode: 0644]
debian/patches/remove-failed-test.patch [deleted file]
debian/patches/series
debian/pydist-overrides
debian/rules
python-django-compressor/.travis.yml
python-django-compressor/AUTHORS
python-django-compressor/LICENSE
python-django-compressor/Makefile
python-django-compressor/README.rst
python-django-compressor/compressor/__init__.py
python-django-compressor/compressor/base.py
python-django-compressor/compressor/cache.py
python-django-compressor/compressor/conf.py
python-django-compressor/compressor/contrib/sekizai.py
python-django-compressor/compressor/css.py
python-django-compressor/compressor/filters/__init__.py
python-django-compressor/compressor/filters/base.py
python-django-compressor/compressor/filters/cssmin/__init__.py
python-django-compressor/compressor/filters/cssmin/cssmin.py [deleted file]
python-django-compressor/compressor/filters/cssmin/rcssmin.py [deleted file]
python-django-compressor/compressor/filters/csstidy.py [deleted file]
python-django-compressor/compressor/filters/jsmin/__init__.py
python-django-compressor/compressor/filters/jsmin/rjsmin.py [deleted file]
python-django-compressor/compressor/filters/jsmin/slimit.py [deleted file]
python-django-compressor/compressor/js.py
python-django-compressor/compressor/management/commands/compress.py
python-django-compressor/compressor/management/commands/mtime_cache.py
python-django-compressor/compressor/offline/django.py
python-django-compressor/compressor/parser/__init__.py
python-django-compressor/compressor/parser/beautifulsoup.py
python-django-compressor/compressor/parser/default_htmlparser.py
python-django-compressor/compressor/storage.py
python-django-compressor/compressor/templatetags/compress.py
python-django-compressor/compressor/test_settings.py
python-django-compressor/compressor/tests/static/css/relative_url.css [new file with mode: 0644]
python-django-compressor/compressor/tests/test_base.py
python-django-compressor/compressor/tests/test_filters.py
python-django-compressor/compressor/tests/test_finder.py [new file with mode: 0644]
python-django-compressor/compressor/tests/test_jinja2ext.py
python-django-compressor/compressor/tests/test_mtime_cache.py [new file with mode: 0644]
python-django-compressor/compressor/tests/test_offline.py
python-django-compressor/compressor/tests/test_parsers.py
python-django-compressor/compressor/tests/test_signals.py
python-django-compressor/compressor/tests/test_storages.py
python-django-compressor/compressor/tests/test_templates/test_with_context_super/base.html [new file with mode: 0644]
python-django-compressor/compressor/tests/test_templates/test_with_context_super/test_compressor_offline.html [new file with mode: 0644]
python-django-compressor/compressor/tests/test_templatetags.py
python-django-compressor/compressor/tests/test_utils.py [new file with mode: 0644]
python-django-compressor/compressor/utils/staticfiles.py
python-django-compressor/compressor/utils/stringformat.py [deleted file]
python-django-compressor/docs/changelog.txt
python-django-compressor/docs/contributing.txt
python-django-compressor/docs/index.txt
python-django-compressor/docs/jinja2.txt
python-django-compressor/docs/quickstart.txt
python-django-compressor/docs/reactjs.txt [new file with mode: 0644]
python-django-compressor/docs/remote-storages.txt
python-django-compressor/docs/settings.txt
python-django-compressor/docs/usage.txt
python-django-compressor/requirements/tests.txt
python-django-compressor/setup.py
python-django-compressor/tox.ini