diff options
author | adam <adam@pkgsrc.org> | 2021-03-05 13:43:57 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-03-05 13:43:57 +0000 |
commit | ae70119f59c302d73d8acea5b76b077a108d61a8 (patch) | |
tree | f1fb0787df61a774a9e4064e3b32e8b0c7f2a9d6 /graphics | |
parent | be22ad7012ed06761c3eebe7cd803aeec6191afd (diff) | |
download | pkgsrc-ae70119f59c302d73d8acea5b76b077a108d61a8.tar.gz |
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 (limited to 'graphics')
-rw-r--r-- | graphics/py-wand/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-wand/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/py-wand/Makefile b/graphics/py-wand/Makefile index 98367a9c34d..01b5202d4af 100644 --- a/graphics/py-wand/Makefile +++ b/graphics/py-wand/Makefile @@ -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 --git a/graphics/py-wand/distinfo b/graphics/py-wand/distinfo index 76fc4ef9948..9b10affccc1 100644 --- a/graphics/py-wand/distinfo +++ b/graphics/py-wand/distinfo @@ -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 |