Path to this page:
Subject: CVS commit: pkgsrc/www/py-easy-thumbnails
From: Adam Ciarcinski
Date: 2023-10-10 18:37:09
Message id: 20231010163709.3626AFADC@cvs.NetBSD.org
Log Message:
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.
Files: