pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-wand



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Mar  5 13:43:57 UTC 2021

Modified Files:
        pkgsrc/graphics/py-wand: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/py-wand/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/py-wand/distinfo

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

Modified files:

Index: pkgsrc/graphics/py-wand/Makefile
diff -u pkgsrc/graphics/py-wand/Makefile:1.6 pkgsrc/graphics/py-wand/Makefile:1.7
--- pkgsrc/graphics/py-wand/Makefile:1.6        Mon Dec  7 09:24:57 2020
+++ pkgsrc/graphics/py-wand/Makefile    Fri Mar  5 13:43:57 2021
@@ -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/}

Index: pkgsrc/graphics/py-wand/distinfo
diff -u pkgsrc/graphics/py-wand/distinfo:1.4 pkgsrc/graphics/py-wand/distinfo:1.5
--- pkgsrc/graphics/py-wand/distinfo:1.4        Mon Dec  7 09:24:57 2020
+++ pkgsrc/graphics/py-wand/distinfo    Fri Mar  5 13:43:57 2021
@@ -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