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: Sat Sep 14 19:20:45 UTC 2024
Modified Files:
pkgsrc/www/py-easy-thumbnails: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-easy-thumbnails/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-easy-thumbnails/PLIST
cvs rdiff -u -r1.6 -r1.7 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.8 pkgsrc/www/py-easy-thumbnails/Makefile:1.9
--- pkgsrc/www/py-easy-thumbnails/Makefile:1.8 Wed Jul 31 08:07:24 2024
+++ pkgsrc/www/py-easy-thumbnails/Makefile Sat Sep 14 19:20:45 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2024/07/31 08:07:24 adam Exp $
+# $NetBSD: Makefile,v 1.9 2024/09/14 19:20:45 adam Exp $
-DISTNAME= easy_thumbnails-2.9
+DISTNAME= easy_thumbnails-2.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=e/easy-thumbnails/}
@@ -15,11 +15,11 @@ PREV_PKGPATH= www/py-djangoeasy-thumbnai
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
-DEPENDS+= ${PYPKGPREFIX}-django>=3:../../www/py-django3
+DEPENDS+= ${PYPKGPREFIX}-django>=4.2:../../www/py-django
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 38
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-easy-thumbnails/PLIST
diff -u pkgsrc/www/py-easy-thumbnails/PLIST:1.3 pkgsrc/www/py-easy-thumbnails/PLIST:1.4
--- pkgsrc/www/py-easy-thumbnails/PLIST:1.3 Wed Jul 31 08:07:24 2024
+++ pkgsrc/www/py-easy-thumbnails/PLIST Sat Sep 14 19:20:45 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2024/07/31 08:07:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/09/14 19:20:45 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -118,6 +118,9 @@ ${PYSITELIB}/easy_thumbnails/tests/setti
${PYSITELIB}/easy_thumbnails/tests/test_aliases.py
${PYSITELIB}/easy_thumbnails/tests/test_aliases.pyc
${PYSITELIB}/easy_thumbnails/tests/test_aliases.pyo
+${PYSITELIB}/easy_thumbnails/tests/test_animated_formats.py
+${PYSITELIB}/easy_thumbnails/tests/test_animated_formats.pyc
+${PYSITELIB}/easy_thumbnails/tests/test_animated_formats.pyo
${PYSITELIB}/easy_thumbnails/tests/test_engine.py
${PYSITELIB}/easy_thumbnails/tests/test_engine.pyc
${PYSITELIB}/easy_thumbnails/tests/test_engine.pyo
Index: pkgsrc/www/py-easy-thumbnails/distinfo
diff -u pkgsrc/www/py-easy-thumbnails/distinfo:1.6 pkgsrc/www/py-easy-thumbnails/distinfo:1.7
--- pkgsrc/www/py-easy-thumbnails/distinfo:1.6 Wed Jul 31 08:07:24 2024
+++ pkgsrc/www/py-easy-thumbnails/distinfo Sat Sep 14 19:20:45 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/07/31 08:07:24 adam Exp $
+$NetBSD: distinfo,v 1.7 2024/09/14 19:20:45 adam Exp $
-BLAKE2s (easy_thumbnails-2.9.tar.gz) = 84a9131f9b4101925574d2ece4fe171a6adae589fc0b1d1df19481992968ea23
-SHA512 (easy_thumbnails-2.9.tar.gz) = 659fe283bbf0713f76db9ac04969ed73147919b64537616fb76cf8ceb159ced8ae632dc3e10f87d6f979a2447d1196aa4b21aaeb91d537de4c318a433de8ae9f
-Size (easy_thumbnails-2.9.tar.gz) = 78827 bytes
+BLAKE2s (easy_thumbnails-2.10.tar.gz) = 8e40e2319037f7fab9eb9eb9ae29ecc2f4fb2d5a4250daa56ff03bfacda71a7c
+SHA512 (easy_thumbnails-2.10.tar.gz) = 1ef9d1df6c7750d2bd4e55127b2ebea130a9bcdafd2d8122b0571968bbb89744f1fdf2e96c731452336911cbb50816da47e2bfd34562fd5e014b26c9f3837f6a
+Size (easy_thumbnails-2.10.tar.gz) = 80721 bytes
Home |
Main Index |
Thread Index |
Old Index