Revisions of python-django_compressor

Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 14)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 13)
- Add pr_956.patch to fix tests to use sys.executable

- Update to 2.3 release:
  - Drop support for Django 1.8, 1.9 and 1.10
  - Add support for Django 2.1 and 2.2, as well as Python 3.7
  - Update all dependencies. This required minor code changes, you might need to update some optional dependencies if you use any
  - Allow the mixed use of JS/CSS in Sekizai's templatetags `{% addtoblock "js" %}` and `{% addtoblock "css" %}` (#891)
  - Allow the implementation of new types other than css and js. (#900)
  - Update jinja2 extension to behave similar to the django tag (#899)
  - Fix crash in offline compression when child nodelist is None, again (#605)
  - Support STATIC_URL and COMPRESS_URL being string-like objects
  - Improve compress command memory usage (#870)
  - Ensure generated file always contains a base name (#775)
  - Add BrotliCompressorFileStorage (#867)
- Drop merged patch compressor-django2.patch

- Use noun phrase for summary.

- Add patch to build with django 2.0:
  * compressor-django2.patch

- Add missing dependencies

- Enable testsuite (currently failing)

- update to 2.2
  + Switch from MD5 to SHA256 for hashes generation.
  + Add Django 1.11 compatibility
  + Various compatibility fixes for Python 3.6 and Django 1.8
  + Made OfflineGenerationError easier to debug
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 12)
still need the old version for C:O:U:M
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 11)
comes from dlpb
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 10)
buildservice-autocommit accepted request 318230 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 9)
auto commit by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 8)
- update to 1.5:
  - Fix compress command and run automated tests for Django 1.8
  - Fix Django 1.8 warnings
  - Handle TypeError from import_module
  - Fix reading UTF-8 files which have BOM
  - Fix incompatibility with Windows (shell_quote is not supported)
  - Run automated tests on Django 1.7
  - Ignore non-existent {{ block.super }} in offline compression instead of raising AttributeError
  - Support for clean-css
  - Fix link markup
  - Add support for COMPRESS_CSS_HASHING_METHOD = None
  - Remove compatibility with old 'staticfiles' app
  - In compress command, use get_template() instead of opening template files manually, fixing compatibility issues
  - Fix FilterBase so that does not override self.type for subclasses if filter_type is not specified at init
  - Remove unnecessary filename and existence checks in CssAbsoluteFilter
buildservice-autocommit accepted request 238765 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 7)
auto commit by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 6)
- update to 1.4:
  - Added Python 3 compatibility.
  - Added compatibility with Django 1.6.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.
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 5)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 4)
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 3)
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 2)
Vincent Untz's avatar Vincent Untz (vuntz) committed (revision 1)
Displaying all 14 revisions
openSUSE Build Service is sponsored by