./www/py-django-compressor, Compresses linked and inline javascript or CSS into single cached file

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.5.1, Package name: py312-django-compressor-4.5.1, Maintainer: pkgsrc-users

Django Compressor processes, combines and minifies linked and inline
Javascript or CSS in a Django template into cacheable static files.

It supports compilers such as coffeescript, LESS and SASS and is
extensible by custom processing steps.


Master sites:

Filesize: 121.811 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-07-24 08:50:28 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-django-compressor: updated to 4.5.1

v4.5.1 (2024-07-22)
- Fixed an error in v4.5 when using remote storages not defining a ``path()`` method.
   2024-06-28 11:58:11 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-django-compressor: updated to 4.5

v4.5 (2024-05-17)

- Officially support Python 3.12 (requires lxml 4.9.3 or higher)
- Drop support for Django versions before 4.2.
- Added support for Django 5.1
- Added new ``COMPRESS_STORAGE_ALIAS`` and \ 
``COMPRESS_OFFLINE_MANIFEST_STORAGE_ALIAS``
  settings. These point to keys in Django's ``storages`` handler. If set by the
  user, Compressor will use these storages, or otherwise will set a default
  storage, given by ``COMPRESS_STORAGE`` and
  ``COMPRESS_OFFLINE_MANIFEST_STORAGE`` respectively on first access.
   2024-02-08 23:49:01 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-django-compressor: updated to 4.4

v4.4 (2023-06-28)

- Officially support Django 4.2
   2023-10-25 21:40:36 by Mark Davies | Files touched by this commit (3)
Log message:
py-django-compressor: allow newer versions of py-rcssmin and py-rjsmin
   2023-06-04 04:40:49 by Mark Davies | Files touched by this commit (4)
Log message:
py-django-compressor: add version 4.3.1

Django Compressor processes, combines and minifies linked and inline
Javascript or CSS in a Django template into cacheable static files.

It supports compilers such as coffeescript, LESS and SASS and is
extensible by custom processing steps.