CVS log for pkgsrc/www/py-easy-thumbnails/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / www / py-easy-thumbnails
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Apr 14 18:56:05 2025 UTC (9 days, 9 hours ago) by adam
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -2
lines
Fix PLIST after py-setuptools update; bump depends and revision
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:29:22 2024 UTC (5 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1,
pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -2
lines
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Oct 14 06:46:06 2024 UTC (6 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -3
lines
*: clean-up after python38 removal
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Sep 14 19:20:45 2024 UTC (7 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4
lines
py-easy-thumbnails: updated to 2.10
2.10 (2024-09-11)
* Drop support for Python-3.8.
* Drop support for Django-4.1 and earlier.
* Add support for Django-5.1.
* Experimental support for animated image formats. See documentation for more infos.
* Fix: Do not scale images (SVG) without size information.
* Fix: Keep ICC profile when saving image, if present.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jul 31 08:07:24 2024 UTC (8 months, 3 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -4
lines
py-easy-thumbnails: updated to 2.9
2.9 (2024-07-25)
* Add support for Django 4.2 storages (mandatory in Django 5.1).
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Oct 10 16:37:09 2023 UTC (18 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -4
lines
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.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jul 13 10:03:30 2023 UTC (21 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3
lines
*: switch django users to py-django3
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jul 13 09:40:58 2023 UTC (21 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4
lines
py-easy-thumbnails: drop support for Python 2
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:55:24 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Mar 10 18:53:49 2021 UTC (4 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -2
lines
Use Pillow as versioned dependency
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Nov 30 20:11:50 2020 UTC (4 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
py-easy-thumbnails: updated to 2.7.1
2.7.1:
* Add support for Django 3.1
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Feb 19 11:00:55 2020 UTC (5 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
py-easy-thumbnails: updated to 2.7
2.7.0:
* Add support for Django 3.0
* Drop support for Python 2
* Drop support for Django < 1.11
* Drop support for Django 2.0, 2.1
2.6.0:
* Added testing for Django 2.2 (no code changes required).
CVSweb <webmaster@jp.NetBSD.org>