pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-wand py-wand: updated to 0.6.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c69fae79ea47
branches:  trunk
changeset: 448132:c69fae79ea47
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Mar 05 13:43:57 2021 +0000

description:
py-wand: updated to 0.6.6

Version 0.6.6
-------------
- Added :meth:`Image.get_image_distortion() <wand.image.BaseImage.get_image_distortion>` method.
- Fixed `QuantumType` allocation for 32-bit architectures using HDRI.
- Fixed `MagickSizeType` allocation for :meth:`ResourceLimits.set_resource_limit() <wand.resource.ResourceLimits.set_resource_limit>` and segfault with ``armv7l`` architecture.
- Fixed :class:`~wand.color.Color` deallocation error on 32-bit architectures.
- Deprecated :meth:`wand.color.scale_quantum_to_int8()`
- [TEST] Deprecated PDF format from test assets.
- [TEST] Deprecated :class:`~wand.drawing.Drawing` test `fx_wand` fixture to improve parallel CI testing.
- [TEST] Marked all ImageMagick-7 features skipped when running test suite with ImageMagick-6.

diffstat:

 graphics/py-wand/Makefile |   4 ++--
 graphics/py-wand/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 464db52c6e6f -r c69fae79ea47 graphics/py-wand/Makefile
--- a/graphics/py-wand/Makefile Fri Mar 05 11:34:34 2021 +0000
+++ b/graphics/py-wand/Makefile Fri Mar 05 13:43:57 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/12/07 09:24:57 adam Exp $
+# $NetBSD: Makefile,v 1.7 2021/03/05 13:43:57 adam Exp $
 
-DISTNAME=      Wand-0.6.5
+DISTNAME=      Wand-0.6.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/Wand/}
diff -r 464db52c6e6f -r c69fae79ea47 graphics/py-wand/distinfo
--- a/graphics/py-wand/distinfo Fri Mar 05 11:34:34 2021 +0000
+++ b/graphics/py-wand/distinfo Fri Mar 05 13:43:57 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/12/07 09:24:57 adam Exp $
+$NetBSD: distinfo,v 1.5 2021/03/05 13:43:57 adam Exp $
 
-SHA1 (Wand-0.6.5.tar.gz) = ef5bdd454160c3ee4bb65037b52e2bfffdee997b
-RMD160 (Wand-0.6.5.tar.gz) = 44f311c2506c623a6028c6db199b63095f2e6a0c
-SHA512 (Wand-0.6.5.tar.gz) = 7355888da6ea604759d4af8548d4c2e08d529c88d2720400bbfc6a19bdb03049f3faa5abcd5f3a9c69b705754e86ad4f511a76a0a310d5dece5c2774d74e543b
-Size (Wand-0.6.5.tar.gz) = 11477141 bytes
+SHA1 (Wand-0.6.6.tar.gz) = d0c553c4095251b046f83be4fbb37279a943f993
+RMD160 (Wand-0.6.6.tar.gz) = ca6316736937d5f7b2384ed6fd4588b30d5b0122
+SHA512 (Wand-0.6.6.tar.gz) = 618a8678031b57382d008062ffa21168aeb7afd7a5b82675020b11c756f1542f9a2d2d656d7d683cbf47e4d8be118bf0aac005b4aa1a6e5ae9dc417edea0bd79
+Size (Wand-0.6.6.tar.gz) = 11477246 bytes



Home | Main Index | Thread Index | Old Index