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 Aug  5 08:04:04 UTC 2022

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

Log Message:
py-wand: updated to 0.6.9

Version 0.6.9
Updated Image.fx() method to raise WandRuntimeError if ImageMagick is unable to generate an image.
Fixed Image.from_array() classmethod to handle Numpy’s strided arrays.
Fixed segmentation fault introduced with ImageMagick 7.1.0-45.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/py-wand/Makefile
cvs rdiff -u -r1.9 -r1.10 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.10 pkgsrc/graphics/py-wand/Makefile:1.11
--- pkgsrc/graphics/py-wand/Makefile:1.10       Mon Aug  1 08:06:08 2022
+++ pkgsrc/graphics/py-wand/Makefile    Fri Aug  5 08:04:03 2022
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.10 2022/08/01 08:06:08 adam Exp $
+# $NetBSD: Makefile,v 1.11 2022/08/05 08:04:03 adam Exp $
 
-DISTNAME=      Wand-0.6.8
+DISTNAME=      Wand-0.6.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/Wand/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://docs.wand-py.org/
+HOMEPAGE=      https://docs.wand-py.org/
 COMMENT=       Ctypes-based simple ImageMagick binding for Python
 LICENSE=       mit
 

Index: pkgsrc/graphics/py-wand/distinfo
diff -u pkgsrc/graphics/py-wand/distinfo:1.9 pkgsrc/graphics/py-wand/distinfo:1.10
--- pkgsrc/graphics/py-wand/distinfo:1.9        Mon Aug  1 08:06:08 2022
+++ pkgsrc/graphics/py-wand/distinfo    Fri Aug  5 08:04:03 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/08/01 08:06:08 adam Exp $
+$NetBSD: distinfo,v 1.10 2022/08/05 08:04:03 adam Exp $
 
-BLAKE2s (Wand-0.6.8.tar.gz) = fa63f6b01d176383211dabf1db71d50616468e829e9b53b00653b1a861a6df70
-SHA512 (Wand-0.6.8.tar.gz) = 111eef211edd8d5a6c825f0b455db5510c91b43852165934dbab36a9cdeea7e920987c98d975fb8c7f82ac19f20867c0ed5c8c1e2f9dd9467bc30931b4a03dd1
-Size (Wand-0.6.8.tar.gz) = 11884527 bytes
+BLAKE2s (Wand-0.6.9.tar.gz) = e3193687eda5b091c5a4999d276f1a3bfbdf8782605576164da1fc5467361057
+SHA512 (Wand-0.6.9.tar.gz) = 23adcb3360bc6a579aa4e4ff406631821cca05c8ad5ca057510a3185bf09ee58c13940706ce3b725545cc46ca5e8aaaebeb9b418e2a91cf15b570e223ede6552
+Size (Wand-0.6.9.tar.gz) = 11885077 bytes



Home | Main Index | Thread Index | Old Index