]> review.fuel-infra Code Review - packages/trusty/python-django-compressor.git/commit
Update to 2.0 32/18032/1 master
authordtrishkin <dtrishkin@mirantis.com>
Mon, 14 Mar 2016 13:14:22 +0000 (13:14 +0000)
committerdtrishkin <dtrishkin@mirantis.com>
Mon, 14 Mar 2016 13:16:37 +0000 (13:16 +0000)
commit9714dfd8623e823a007831d64bf53e07ae4a936f
tree153b6081c2d2231ca9712433f6e4bc933295d119
parent6ec9e3f63294045b72cda47500fb3c3f075808ba
Update to 2.0

  * Update runtime requirements according to global requirements of Mitaka
  * Sources are from
    http://http.debian.net/debian/pool/main/p/python-django-compressor/python-django-compressor_2.0-1.dsc

Change-Id: I6f97a83d967058275575160afaa60244d35f5d62
Related-Bug: #1545692
64 files changed:
debian/changelog
debian/control
debian/copyright
debian/patches/remove-failed-test.patch [deleted file]
debian/patches/series [deleted file]
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