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:           Sun Aug 29 12:44:13 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/py-wand/Makefile
cvs rdiff -u -r1.5 -r1.6 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.7 pkgsrc/graphics/py-wand/Makefile:1.8
--- pkgsrc/graphics/py-wand/Makefile:1.7        Fri Mar  5 13:43:57 2021
+++ pkgsrc/graphics/py-wand/Makefile    Sun Aug 29 12:44:13 2021
@@ -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/}

Index: pkgsrc/graphics/py-wand/distinfo
diff -u pkgsrc/graphics/py-wand/distinfo:1.5 pkgsrc/graphics/py-wand/distinfo:1.6
--- pkgsrc/graphics/py-wand/distinfo:1.5        Fri Mar  5 13:43:57 2021
+++ pkgsrc/graphics/py-wand/distinfo    Sun Aug 29 12:44:13 2021
@@ -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