pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-easy-thumbnails



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 10 16:37:09 UTC 2023

Modified Files:
        pkgsrc/www/py-easy-thumbnails: Makefile PLIST distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-easy-thumbnails/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-easy-thumbnails/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-easy-thumbnails/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-easy-thumbnails/Makefile
diff -u pkgsrc/www/py-easy-thumbnails/Makefile:1.6 pkgsrc/www/py-easy-thumbnails/Makefile:1.7
--- pkgsrc/www/py-easy-thumbnails/Makefile:1.6  Thu Jul 13 10:03:30 2023
+++ pkgsrc/www/py-easy-thumbnails/Makefile      Tue Oct 10 16:37:09 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2023/07/13 10:03:30 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/10/10 16:37:09 adam Exp $
 
-DISTNAME=      easy-thumbnails-2.7.1
+DISTNAME=      easy-thumbnails-2.8.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/easy-thumbnails/}
 
@@ -13,7 +12,7 @@ LICENSE=      modified-bsd
 
 PREV_PKGPATH=  www/py-djangoeasy-thumbnails
 
-DEPENDS+=      ${PYPKGPREFIX}-Pillow>=0:../../graphics/py-Pillow
+DEPENDS+=      ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
 DEPENDS+=      ${PYPKGPREFIX}-django>=3:../../www/py-django3
 
 USE_LANGUAGES= # none

Index: pkgsrc/www/py-easy-thumbnails/PLIST
diff -u pkgsrc/www/py-easy-thumbnails/PLIST:1.1 pkgsrc/www/py-easy-thumbnails/PLIST:1.2
--- pkgsrc/www/py-easy-thumbnails/PLIST:1.1     Wed Feb 19 11:00:55 2020
+++ pkgsrc/www/py-easy-thumbnails/PLIST Tue Oct 10 16:37:09 2023
@@ -1,16 +1,28 @@
-@comment $NetBSD: PLIST,v 1.1 2020/02/19 11:00:55 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/10/10 16:37:09 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/easy_thumbnails/VIL/Image.py
+${PYSITELIB}/easy_thumbnails/VIL/Image.pyc
+${PYSITELIB}/easy_thumbnails/VIL/Image.pyo
+${PYSITELIB}/easy_thumbnails/VIL/ImageDraw.py
+${PYSITELIB}/easy_thumbnails/VIL/ImageDraw.pyc
+${PYSITELIB}/easy_thumbnails/VIL/ImageDraw.pyo
+${PYSITELIB}/easy_thumbnails/VIL/__init__.py
+${PYSITELIB}/easy_thumbnails/VIL/__init__.pyc
+${PYSITELIB}/easy_thumbnails/VIL/__init__.pyo
 ${PYSITELIB}/easy_thumbnails/__init__.py
 ${PYSITELIB}/easy_thumbnails/__init__.pyc
 ${PYSITELIB}/easy_thumbnails/__init__.pyo
 ${PYSITELIB}/easy_thumbnails/alias.py
 ${PYSITELIB}/easy_thumbnails/alias.pyc
 ${PYSITELIB}/easy_thumbnails/alias.pyo
+${PYSITELIB}/easy_thumbnails/apps.py
+${PYSITELIB}/easy_thumbnails/apps.pyc
+${PYSITELIB}/easy_thumbnails/apps.pyo
 ${PYSITELIB}/easy_thumbnails/conf.py
 ${PYSITELIB}/easy_thumbnails/conf.pyc
 ${PYSITELIB}/easy_thumbnails/conf.pyo
@@ -26,9 +38,6 @@ ${PYSITELIB}/easy_thumbnails/fields.pyo
 ${PYSITELIB}/easy_thumbnails/files.py
 ${PYSITELIB}/easy_thumbnails/files.pyc
 ${PYSITELIB}/easy_thumbnails/files.pyo
-${PYSITELIB}/easy_thumbnails/get_version.py
-${PYSITELIB}/easy_thumbnails/get_version.pyc
-${PYSITELIB}/easy_thumbnails/get_version.pyo
 ${PYSITELIB}/easy_thumbnails/management/__init__.py
 ${PYSITELIB}/easy_thumbnails/management/__init__.pyc
 ${PYSITELIB}/easy_thumbnails/management/__init__.pyo
@@ -128,12 +137,15 @@ ${PYSITELIB}/easy_thumbnails/tests/test_
 ${PYSITELIB}/easy_thumbnails/tests/test_namers.py
 ${PYSITELIB}/easy_thumbnails/tests/test_namers.pyc
 ${PYSITELIB}/easy_thumbnails/tests/test_namers.pyo
-${PYSITELIB}/easy_thumbnails/tests/test_processors.py
-${PYSITELIB}/easy_thumbnails/tests/test_processors.pyc
-${PYSITELIB}/easy_thumbnails/tests/test_processors.pyo
+${PYSITELIB}/easy_thumbnails/tests/test_pixel_processors.py
+${PYSITELIB}/easy_thumbnails/tests/test_pixel_processors.pyc
+${PYSITELIB}/easy_thumbnails/tests/test_pixel_processors.pyo
 ${PYSITELIB}/easy_thumbnails/tests/test_source_generators.py
 ${PYSITELIB}/easy_thumbnails/tests/test_source_generators.pyc
 ${PYSITELIB}/easy_thumbnails/tests/test_source_generators.pyo
+${PYSITELIB}/easy_thumbnails/tests/test_svg_processors.py
+${PYSITELIB}/easy_thumbnails/tests/test_svg_processors.pyc
+${PYSITELIB}/easy_thumbnails/tests/test_svg_processors.pyo
 ${PYSITELIB}/easy_thumbnails/tests/test_templatetags.py
 ${PYSITELIB}/easy_thumbnails/tests/test_templatetags.pyc
 ${PYSITELIB}/easy_thumbnails/tests/test_templatetags.pyo
@@ -146,6 +158,9 @@ ${PYSITELIB}/easy_thumbnails/tests/utils
 ${PYSITELIB}/easy_thumbnails/utils.py
 ${PYSITELIB}/easy_thumbnails/utils.pyc
 ${PYSITELIB}/easy_thumbnails/utils.pyo
+${PYSITELIB}/easy_thumbnails/version_utils.py
+${PYSITELIB}/easy_thumbnails/version_utils.pyc
+${PYSITELIB}/easy_thumbnails/version_utils.pyo
 ${PYSITELIB}/easy_thumbnails/widgets.py
 ${PYSITELIB}/easy_thumbnails/widgets.pyc
 ${PYSITELIB}/easy_thumbnails/widgets.pyo

Index: pkgsrc/www/py-easy-thumbnails/distinfo
diff -u pkgsrc/www/py-easy-thumbnails/distinfo:1.4 pkgsrc/www/py-easy-thumbnails/distinfo:1.5
--- pkgsrc/www/py-easy-thumbnails/distinfo:1.4  Tue Oct 26 11:30:36 2021
+++ pkgsrc/www/py-easy-thumbnails/distinfo      Tue Oct 10 16:37:09 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:30:36 nia Exp $
+$NetBSD: distinfo,v 1.5 2023/10/10 16:37:09 adam Exp $
 
-BLAKE2s (easy-thumbnails-2.7.1.tar.gz) = 7ce76d19e8e20b222725c90ddec268905a2097be92d4210c9091f2d5d911b830
-SHA512 (easy-thumbnails-2.7.1.tar.gz) = 9ee9a0f1bc1fc49eba164dd226b1be3dd4a416a542e3f3ed385e0606d0a776c2217719ffda1e7d342269059f5fbfbb4cdcfd77de2e7a27fbe950628f8bb34d06
-Size (easy-thumbnails-2.7.1.tar.gz) = 72763 bytes
+BLAKE2s (easy-thumbnails-2.8.5.tar.gz) = 43bf79d23cc6d33a1b8a52edc591282b2a4972d4a01130c65852adbe2ac4938d
+SHA512 (easy-thumbnails-2.8.5.tar.gz) = 0a659eb2a6067e2e2fa825a3c304ea57bf102902c92c662c6b38f6fc7b4a17883144aea10c67a3d6321c3911e6d5dd2633345d4f180f7f7854b3985772ad0273
+Size (easy-thumbnails-2.8.5.tar.gz) = 77401 bytes



Home | Main Index | Thread Index | Old Index