]> review.fuel-infra Code Review - packages/trusty/python-django-compressor.git/commit
Add python-compressor package to MOS 8.0 repository 10/11210/1 8.0 pre_1529660_master
authorIvan Udovichenko <iudovichenko@mirantis.com>
Sun, 6 Sep 2015 19:08:11 +0000 (15:08 -0400)
committerIvan Udovichenko <iudovichenko@mirantis.com>
Sun, 6 Sep 2015 19:08:23 +0000 (15:08 -0400)
commit6ec9e3f63294045b72cda47500fb3c3f075808ba
tree3aa25f1042066cf03d429b26f5ef3efdcd8f9176
parentef97f910a13820a5d289ed6081b5af48737cab1e
Add python-compressor package to MOS 8.0 repository

Change-Id: I9b6fe5af278cf2aaaca8536837f4ec337258ee77
Version: 1.5-2~u14.04+mos1
Source: http://http.debian.net/debian/pool/main/p/python-django-compressor/python-django-compressor_1.5-2.dsc
177 files changed:
debian/changelog
debian/control
debian/docs
debian/gbp.conf [new file with mode: 0644]
debian/patches/remove-failed-test.patch [new file with mode: 0644]
debian/patches/series [new file with mode: 0644]
debian/rules
debian/watch [new file with mode: 0644]
django-compressor/PKG-INFO [deleted file]
django-compressor/compressor/js.py [deleted file]
django-compressor/compressor/templates/compressor/js_file.html [deleted file]
django-compressor/compressor/utils/staticfiles.py [deleted file]
django-compressor/django_compressor.egg-info/PKG-INFO [deleted file]
django-compressor/django_compressor.egg-info/SOURCES.txt [deleted file]
django-compressor/django_compressor.egg-info/dependency_links.txt [deleted file]
django-compressor/django_compressor.egg-info/not-zip-safe [deleted file]
django-compressor/django_compressor.egg-info/requires.txt [deleted file]
django-compressor/django_compressor.egg-info/top_level.txt [deleted file]
django-compressor/setup.cfg [deleted file]
django-compressor/tox.ini [deleted file]
python-django-compressor/.gitignore [new file with mode: 0644]
python-django-compressor/.travis.yml [new file with mode: 0644]
python-django-compressor/AUTHORS [moved from django-compressor/AUTHORS with 98% similarity]
python-django-compressor/LICENSE [moved from django-compressor/LICENSE with 100% similarity]
python-django-compressor/MANIFEST.in [moved from django-compressor/MANIFEST.in with 100% similarity]
python-django-compressor/Makefile [moved from django-compressor/Makefile with 100% similarity]
python-django-compressor/README.rst [moved from django-compressor/README.rst with 92% similarity]
python-django-compressor/compressor/__init__.py [moved from django-compressor/compressor/__init__.py with 50% similarity]
python-django-compressor/compressor/base.py [moved from django-compressor/compressor/base.py with 98% similarity]
python-django-compressor/compressor/cache.py [moved from django-compressor/compressor/cache.py with 92% similarity]
python-django-compressor/compressor/conf.py [moved from django-compressor/compressor/conf.py with 98% similarity]
python-django-compressor/compressor/contrib/__init__.py [moved from django-compressor/compressor/contrib/__init__.py with 100% similarity]
python-django-compressor/compressor/contrib/jinja2ext.py [moved from django-compressor/compressor/contrib/jinja2ext.py with 100% similarity]
python-django-compressor/compressor/contrib/sekizai.py [moved from django-compressor/compressor/contrib/sekizai.py with 100% similarity]
python-django-compressor/compressor/css.py [moved from django-compressor/compressor/css.py with 97% similarity]
python-django-compressor/compressor/exceptions.py [moved from django-compressor/compressor/exceptions.py with 100% similarity]
python-django-compressor/compressor/filters/__init__.py [moved from django-compressor/compressor/filters/__init__.py with 100% similarity]
python-django-compressor/compressor/filters/base.py [moved from django-compressor/compressor/filters/base.py with 89% similarity]
python-django-compressor/compressor/filters/cleancss.py [new file with mode: 0644]
python-django-compressor/compressor/filters/closure.py [moved from django-compressor/compressor/filters/closure.py with 100% similarity]
python-django-compressor/compressor/filters/css_default.py [moved from django-compressor/compressor/filters/css_default.py with 90% similarity]
python-django-compressor/compressor/filters/cssmin/__init__.py [moved from django-compressor/compressor/filters/cssmin/__init__.py with 100% similarity]
python-django-compressor/compressor/filters/cssmin/cssmin.py [moved from django-compressor/compressor/filters/cssmin/cssmin.py with 100% similarity]
python-django-compressor/compressor/filters/cssmin/rcssmin.py [moved from django-compressor/compressor/filters/cssmin/rcssmin.py with 100% similarity]
python-django-compressor/compressor/filters/csstidy.py [moved from django-compressor/compressor/filters/csstidy.py with 100% similarity]
python-django-compressor/compressor/filters/datauri.py [moved from django-compressor/compressor/filters/datauri.py with 100% similarity]
python-django-compressor/compressor/filters/jsmin/__init__.py [moved from django-compressor/compressor/filters/jsmin/__init__.py with 100% similarity]
python-django-compressor/compressor/filters/jsmin/rjsmin.py [moved from django-compressor/compressor/filters/jsmin/rjsmin.py with 100% similarity]
python-django-compressor/compressor/filters/jsmin/slimit.py [moved from django-compressor/compressor/filters/jsmin/slimit.py with 100% similarity]
python-django-compressor/compressor/filters/template.py [moved from django-compressor/compressor/filters/template.py with 100% similarity]
python-django-compressor/compressor/filters/yuglify.py [moved from django-compressor/compressor/filters/yuglify.py with 100% similarity]
python-django-compressor/compressor/filters/yui.py [moved from django-compressor/compressor/filters/yui.py with 100% similarity]
python-django-compressor/compressor/finders.py [moved from django-compressor/compressor/finders.py with 100% similarity]
python-django-compressor/compressor/js.py [new file with mode: 0644]
python-django-compressor/compressor/management/__init__.py [moved from django-compressor/compressor/management/__init__.py with 100% similarity]
python-django-compressor/compressor/management/commands/__init__.py [moved from django-compressor/compressor/management/commands/__init__.py with 100% similarity]
python-django-compressor/compressor/management/commands/compress.py [moved from django-compressor/compressor/management/commands/compress.py with 89% similarity]
python-django-compressor/compressor/management/commands/mtime_cache.py [moved from django-compressor/compressor/management/commands/mtime_cache.py with 100% similarity]
python-django-compressor/compressor/models.py [moved from django-compressor/compressor/models.py with 100% similarity]
python-django-compressor/compressor/offline/__init__.py [moved from django-compressor/compressor/offline/__init__.py with 100% similarity]
python-django-compressor/compressor/offline/django.py [moved from django-compressor/compressor/offline/django.py with 80% similarity]
python-django-compressor/compressor/offline/jinja2.py [moved from django-compressor/compressor/offline/jinja2.py with 100% similarity]
python-django-compressor/compressor/parser/__init__.py [moved from django-compressor/compressor/parser/__init__.py with 87% similarity]
python-django-compressor/compressor/parser/base.py [moved from django-compressor/compressor/parser/base.py with 100% similarity]
python-django-compressor/compressor/parser/beautifulsoup.py [moved from django-compressor/compressor/parser/beautifulsoup.py with 100% similarity]
python-django-compressor/compressor/parser/default_htmlparser.py [moved from django-compressor/compressor/parser/default_htmlparser.py with 100% similarity]
python-django-compressor/compressor/parser/html5lib.py [moved from django-compressor/compressor/parser/html5lib.py with 100% similarity]
python-django-compressor/compressor/parser/lxml.py [moved from django-compressor/compressor/parser/lxml.py with 100% similarity]
python-django-compressor/compressor/signals.py [moved from django-compressor/compressor/signals.py with 100% similarity]
python-django-compressor/compressor/storage.py [moved from django-compressor/compressor/storage.py with 100% similarity]
python-django-compressor/compressor/templates/compressor/css_file.html [moved from django-compressor/compressor/templates/compressor/css_file.html with 100% similarity]
python-django-compressor/compressor/templates/compressor/css_inline.html [moved from django-compressor/compressor/templates/compressor/css_inline.html with 100% similarity]
python-django-compressor/compressor/templates/compressor/js_file.html [new file with mode: 0644]
python-django-compressor/compressor/templates/compressor/js_inline.html [moved from django-compressor/compressor/templates/compressor/js_inline.html with 100% similarity]
python-django-compressor/compressor/templatetags/__init__.py [moved from django-compressor/compressor/templatetags/__init__.py with 100% similarity]
python-django-compressor/compressor/templatetags/compress.py [moved from django-compressor/compressor/templatetags/compress.py with 100% similarity]
python-django-compressor/compressor/test_settings.py [moved from django-compressor/compressor/test_settings.py with 64% similarity]
python-django-compressor/compressor/tests/__init__.py [moved from django-compressor/compressor/tests/__init__.py with 100% similarity]
python-django-compressor/compressor/tests/precompiler.py [moved from django-compressor/compressor/tests/precompiler.py with 72% similarity]
python-django-compressor/compressor/tests/static/css/datauri.css [moved from django-compressor/compressor/tests/static/css/datauri.css with 100% similarity]
python-django-compressor/compressor/tests/static/css/filename with spaces.css [new file with mode: 0644]
python-django-compressor/compressor/tests/static/css/nonasc.css [moved from django-compressor/compressor/tests/static/css/nonasc.css with 100% similarity]
python-django-compressor/compressor/tests/static/css/one.css [moved from django-compressor/compressor/tests/static/css/one.css with 100% similarity]
python-django-compressor/compressor/tests/static/css/two.css [moved from django-compressor/compressor/tests/static/css/two.css with 100% similarity]
python-django-compressor/compressor/tests/static/css/url/2/url2.css [moved from django-compressor/compressor/tests/static/css/url/2/url2.css with 100% similarity]
python-django-compressor/compressor/tests/static/css/url/nonasc.css [moved from django-compressor/compressor/tests/static/css/url/nonasc.css with 100% similarity]
python-django-compressor/compressor/tests/static/css/url/test.css [moved from django-compressor/compressor/tests/static/css/url/test.css with 100% similarity]
python-django-compressor/compressor/tests/static/css/url/url1.css [moved from django-compressor/compressor/tests/static/css/url/url1.css with 100% similarity]
python-django-compressor/compressor/tests/static/css/utf-8_with-BOM.css [new file with mode: 0644]
python-django-compressor/compressor/tests/static/img/add.png [moved from django-compressor/compressor/tests/static/img/add.png with 100% similarity]
python-django-compressor/compressor/tests/static/img/python.png [moved from django-compressor/compressor/tests/static/img/python.png with 100% similarity]
python-django-compressor/compressor/tests/static/js/nonasc-latin1.js [moved from django-compressor/compressor/tests/static/js/nonasc-latin1.js with 100% similarity]
python-django-compressor/compressor/tests/static/js/nonasc.js [moved from django-compressor/compressor/tests/static/js/nonasc.js with 100% similarity]
python-django-compressor/compressor/tests/static/js/one.coffee [moved from django-compressor/compressor/tests/static/js/one.coffee with 100% similarity]
python-django-compressor/compressor/tests/static/js/one.js [moved from django-compressor/compressor/tests/static/js/one.js with 100% similarity]
python-django-compressor/compressor/tests/static/js/three.js [new file with mode: 0644]
python-django-compressor/compressor/tests/static/js/two.js [new file with mode: 0644]
python-django-compressor/compressor/tests/test_base.py [moved from django-compressor/compressor/tests/test_base.py with 78% similarity]
python-django-compressor/compressor/tests/test_filters.py [moved from django-compressor/compressor/tests/test_filters.py with 69% similarity]
python-django-compressor/compressor/tests/test_jinja2ext.py [moved from django-compressor/compressor/tests/test_jinja2ext.py with 99% similarity]
python-django-compressor/compressor/tests/test_offline.py [moved from django-compressor/compressor/tests/test_offline.py with 95% similarity]
python-django-compressor/compressor/tests/test_parsers.py [moved from django-compressor/compressor/tests/test_parsers.py with 100% similarity]
python-django-compressor/compressor/tests/test_signals.py [moved from django-compressor/compressor/tests/test_signals.py with 100% similarity]
python-django-compressor/compressor/tests/test_storages.py [moved from django-compressor/compressor/tests/test_storages.py with 100% similarity]
python-django-compressor/compressor/tests/test_templates/basic/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates/basic/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_block_super/base.html [moved from django-compressor/compressor/tests/test_templates/test_block_super/base.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_block_super/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates/test_block_super/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_block_super_base_compressed/base.html [moved from django-compressor/compressor/tests/test_templates/test_block_super_base_compressed/base.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_block_super_base_compressed/base2.html [moved from django-compressor/compressor/tests/test_templates/test_block_super_base_compressed/base2.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_block_super_base_compressed/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates/test_block_super_base_compressed/test_compressor_offline.html with 53% similarity]
python-django-compressor/compressor/tests/test_templates/test_block_super_extra/base.html [moved from django-compressor/compressor/tests/test_templates/test_block_super_extra/base.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_block_super_extra/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates/test_block_super_extra/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_block_super_multiple/base.html [moved from django-compressor/compressor/tests/test_templates/test_block_super_multiple/base.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_block_super_multiple/base2.html [moved from django-compressor/compressor/tests/test_templates/test_block_super_multiple/base2.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_block_super_multiple/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates/test_block_super_multiple/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_block_super_multiple_cached/base.html [moved from django-compressor/compressor/tests/test_templates/test_block_super_multiple_cached/base.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_block_super_multiple_cached/base2.html [moved from django-compressor/compressor/tests/test_templates/test_block_super_multiple_cached/base2.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_block_super_multiple_cached/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates/test_block_super_multiple_cached/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_complex/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates/test_complex/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_condition/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates/test_condition/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_duplicate/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates/test_duplicate/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_error_handling/buggy_extends.html [moved from django-compressor/compressor/tests/test_templates/test_error_handling/buggy_extends.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_error_handling/buggy_template.html [moved from django-compressor/compressor/tests/test_templates/test_error_handling/buggy_template.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_error_handling/missing_extends.html [moved from django-compressor/compressor/tests/test_templates/test_error_handling/missing_extends.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_error_handling/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates/test_error_handling/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_error_handling/with_coffeescript.html [moved from django-compressor/compressor/tests/test_templates/test_error_handling/with_coffeescript.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_inline_non_ascii/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates/test_inline_non_ascii/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_static_templatetag/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates/test_static_templatetag/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_templatetag/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates/test_templatetag/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates/test_with_context/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates/test_with_context/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/basic/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates_jinja2/basic/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/test_block_super/base.html [moved from django-compressor/compressor/tests/test_templates_jinja2/test_block_super/base.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/test_block_super/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates_jinja2/test_block_super/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/test_block_super_extra/base.html [moved from django-compressor/compressor/tests/test_templates_jinja2/test_block_super_extra/base.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/test_block_super_extra/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates_jinja2/test_block_super_extra/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/test_block_super_multiple/base.html [moved from django-compressor/compressor/tests/test_templates_jinja2/test_block_super_multiple/base.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/test_block_super_multiple/base2.html [moved from django-compressor/compressor/tests/test_templates_jinja2/test_block_super_multiple/base2.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/test_block_super_multiple/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates_jinja2/test_block_super_multiple/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/test_block_super_multiple_cached/base.html [moved from django-compressor/compressor/tests/test_templates_jinja2/test_block_super_multiple_cached/base.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/test_block_super_multiple_cached/base2.html [moved from django-compressor/compressor/tests/test_templates_jinja2/test_block_super_multiple_cached/base2.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/test_block_super_multiple_cached/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates_jinja2/test_block_super_multiple_cached/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/test_coffin/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates_jinja2/test_coffin/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/test_complex/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates_jinja2/test_complex/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/test_condition/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates_jinja2/test_condition/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/test_error_handling/buggy_extends.html [moved from django-compressor/compressor/tests/test_templates_jinja2/test_error_handling/buggy_extends.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/test_error_handling/buggy_template.html [moved from django-compressor/compressor/tests/test_templates_jinja2/test_error_handling/buggy_template.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/test_error_handling/missing_extends.html [moved from django-compressor/compressor/tests/test_templates_jinja2/test_error_handling/missing_extends.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/test_error_handling/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates_jinja2/test_error_handling/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/test_error_handling/with_coffeescript.html [moved from django-compressor/compressor/tests/test_templates_jinja2/test_error_handling/with_coffeescript.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/test_inline_non_ascii/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates_jinja2/test_inline_non_ascii/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/test_jingo/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates_jinja2/test_jingo/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/test_static_templatetag/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates_jinja2/test_static_templatetag/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/test_templatetag/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates_jinja2/test_templatetag/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templates_jinja2/test_with_context/test_compressor_offline.html [moved from django-compressor/compressor/tests/test_templates_jinja2/test_with_context/test_compressor_offline.html with 100% similarity]
python-django-compressor/compressor/tests/test_templatetags.py [moved from django-compressor/compressor/tests/test_templatetags.py with 100% similarity]
python-django-compressor/compressor/utils/__init__.py [moved from django-compressor/compressor/utils/__init__.py with 100% similarity]
python-django-compressor/compressor/utils/decorators.py [moved from django-compressor/compressor/utils/decorators.py with 100% similarity]
python-django-compressor/compressor/utils/staticfiles.py [new file with mode: 0644]
python-django-compressor/compressor/utils/stringformat.py [moved from django-compressor/compressor/utils/stringformat.py with 100% similarity]
python-django-compressor/docs/Makefile [moved from django-compressor/docs/Makefile with 100% similarity]
python-django-compressor/docs/behind-the-scenes.txt [moved from django-compressor/docs/behind-the-scenes.txt with 100% similarity]
python-django-compressor/docs/changelog.txt [moved from django-compressor/docs/changelog.txt with 91% similarity]
python-django-compressor/docs/conf.py [moved from django-compressor/docs/conf.py with 100% similarity]
python-django-compressor/docs/contributing.txt [moved from django-compressor/docs/contributing.txt with 97% similarity]
python-django-compressor/docs/django-sekizai.txt [moved from django-compressor/docs/django-sekizai.txt with 60% similarity]
python-django-compressor/docs/index.txt [moved from django-compressor/docs/index.txt with 100% similarity]
python-django-compressor/docs/jinja2.txt [moved from django-compressor/docs/jinja2.txt with 94% similarity]
python-django-compressor/docs/make.bat [moved from django-compressor/docs/make.bat with 100% similarity]
python-django-compressor/docs/quickstart.txt [moved from django-compressor/docs/quickstart.txt with 89% similarity]
python-django-compressor/docs/remote-storages.txt [moved from django-compressor/docs/remote-storages.txt with 88% similarity]
python-django-compressor/docs/scenarios.txt [moved from django-compressor/docs/scenarios.txt with 100% similarity]
python-django-compressor/docs/settings.txt [moved from django-compressor/docs/settings.txt with 94% similarity]
python-django-compressor/docs/usage.txt [moved from django-compressor/docs/usage.txt with 98% similarity]
python-django-compressor/requirements/tests.txt [moved from django-compressor/requirements/tests.txt with 100% similarity]
python-django-compressor/setup.cfg [new file with mode: 0644]
python-django-compressor/setup.py [moved from django-compressor/setup.py with 100% similarity]
python-django-compressor/tox.ini [new file with mode: 0644]