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.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/479eca254155
branches:  trunk
changeset: 457562:479eca254155
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Aug 29 12:44:13 2021 +0000

description:
py-wand: updated to 0.6.7

Version 0.6.7
- Added :meth:`Image.image_add() <wand.image.Image.image_add>` method.
- Added :meth:`Image.image_get() <wand.image.Image.image_get>` method.
- Added :meth:`Image.image_remove() <wand.image.Image.image_remove>` method.
- Added :meth:`Image.image_set() <wand.image.Image.image_set>` method.
- Added :meth:`Image.image_swap() <wand.image.Image.image_swap>` method.
- Fixed sub-image extraction on read. [:issue:`532`]
- Fixed :attr:`~wand.image.BaseImage.background_color` attribute when image was not read.
- [DOC] Completed :doc:`Distortion <./guide/distortion>` guide. [:issue:`534`]
- [DOC] Added :doc:`Morphology <./guide/morphology>` guide.

diffstat:

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

diffs (27 lines):

diff -r 1653c7157863 -r 479eca254155 graphics/py-wand/Makefile
--- a/graphics/py-wand/Makefile Sun Aug 29 12:37:09 2021 +0000
+++ b/graphics/py-wand/Makefile Sun Aug 29 12:44:13 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2021/03/05 13:43:57 adam Exp $
+# $NetBSD: Makefile,v 1.8 2021/08/29 12:44:13 adam Exp $
 
-DISTNAME=      Wand-0.6.6
+DISTNAME=      Wand-0.6.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/Wand/}
diff -r 1653c7157863 -r 479eca254155 graphics/py-wand/distinfo
--- a/graphics/py-wand/distinfo Sun Aug 29 12:37:09 2021 +0000
+++ b/graphics/py-wand/distinfo Sun Aug 29 12:44:13 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/03/05 13:43:57 adam Exp $
+$NetBSD: distinfo,v 1.6 2021/08/29 12:44:13 adam Exp $
 
-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
+SHA1 (Wand-0.6.7.tar.gz) = e10cd41880b81a58ea971a4a24721e2555a9b6ee
+RMD160 (Wand-0.6.7.tar.gz) = af1293c4063c66cacd4c8d200a5c025cc8603c18
+SHA512 (Wand-0.6.7.tar.gz) = e79ecb909f6ad7b3ddae217bb7b27f3c010d22a40eb99866e2a6eb07346000acbead280176e3352da13c20b68a341c751c55d6203bef7968522c8dbcfcab0b06
+Size (Wand-0.6.7.tar.gz) = 11686093 bytes



Home | Main Index | Thread Index | Old Index