pkgsrc/www/py-easy-thumbnails
adam 1615106d4a py-easy-thumbnails: updated to 2.8.5
2.8.5 (2023-01-09)
------------------
* Fix regression introduced in version 2.8.4. Argument ``quality`` is not removed for images
  of type ``.webp``.


2.8.4 (2022-12-19)
------------------
* Fix problem when thumbnailing images of type TIFF. PIL's ``TiffImagePlugin`` doesn't
  like argument ``quality``.
* Replace deprecated Pillow constants against newer counterparts. Check
  https://pillow.readthedocs.io/en/stable/releasenotes/9.1.0.html#deprecations for details.


2.8.3 (2022-08-02)
------------------
* Fix regression in library detection introduced  in version 2.8.2.


2.8.2 (2022-07-31)
------------------
* Installation of easy-thumbnails now optionally depends on the reportlab library.


2.8.1 (2022-01-20)
------------------

* Add support for Django 4.
* New ``THUMBNAIL_IMAGE_SAVE_OPTIONS`` setting.
* Fix: Uploading SVG Images to S3 storage.


2.8.0 (2021-11-03)
------------------

* Add support for thumbnailing SVG images. This is done by adding an emulation layer named VIL,
  which aims to be compatible with PIL. All thumbnailing operations, such as scaling and cropping
  behave like pixel images.
* Remove configuration directives ``THUMBNAIL_HIGH_RESOLUTION`` and ``THUMBNAIL_HIGHRES_INFIX``
  from easy-thumbnails setting directives.


2.7.2 (2021-10-17)
------------------

* Add support for Django 3.2 and Python-3.10.
* Fix: Do not close image after loading content.
* In management command ``thumbnail_cleanup``, replace ``print``-statements
  against ``stdout.write``.
* Use Python format strings whereever possible.
2023-10-10 16:37:09 +00:00
..
DESCR
Makefile py-easy-thumbnails: updated to 2.8.5 2023-10-10 16:37:09 +00:00
PLIST py-easy-thumbnails: updated to 2.8.5 2023-10-10 16:37:09 +00:00
distinfo py-easy-thumbnails: updated to 2.8.5 2023-10-10 16:37:09 +00:00