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:           Tue Jul  7 05:24:40 UTC 2020

Modified Files:
        pkgsrc/graphics/py-wand: Makefile distinfo
Removed Files:
        pkgsrc/graphics/py-wand/patches: patch-setup.py

Log Message:
py-wand: updated to 0.6.2

Version 0.6.2

Added aspect cropping support for Image.transform() method.
Added iterator methods to directly navigate the internal image-stack.
Image.iterator_first()
Image.iterator_get()
Image.iterator_last()
Image.iterator_length()
Image.iterator_next()
Image.iterator_previous()
Image.iterator_reset()
Image.iterator_set()
Added gray & cmyk support for Numpy’s array interface.
Fixed display() on Windows & MacOS when previewing MIFF & XC formats.
Fixed memory leak in Image.transform() for ImageMagick-6.
Fixed animation preservation with Image.transform() method.
Fixed Image.interlace_scheme property.
[DOC] Make the documentation reproducible.

Version 0.6.1

Fixed RuntimeError on deallocation when allocation_map changes.

Version 0.6.0

Updated numpy array interface methods to accept / generate shape data values as rows, columns, and channels. This change should match other python-image numpy integrations.
Added adjoin= argument to Image.save() method.
Added reset_coords= argument to Image.trim() method.
Added support for atexit’s shutdown routine.
Added Python 2 classifiers to MANIFEST.in.
Added both test-cases and documentation to source distribution packages.
Removed README.rst from setup.py.
Rewrote memory allocation manager.
Fixed segfault on macOS when invoking resource limits without calling MagickWandGenesis().
Fixed grayscalealpha spelling.
Fixed Image.deskew() threshold argument.
Fixed Image.alpha_channel property to apply changes to all images in the stack.
Fixed Image.trim() paging offsets affected by 1x1 border.
[TEST] Updated Travis CI environment to Ubuntu 18.04.04 LTS (Bionic)
[TEST] Deprecated display fixtures.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/py-wand/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-wand/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/py-wand/patches/patch-setup.py

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.4 pkgsrc/graphics/py-wand/Makefile:1.5
--- pkgsrc/graphics/py-wand/Makefile:1.4        Tue Feb 11 17:02:11 2020
+++ pkgsrc/graphics/py-wand/Makefile    Tue Jul  7 05:24:40 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/02/11 17:02:11 adam Exp $
+# $NetBSD: Makefile,v 1.5 2020/07/07 05:24:40 adam Exp $
 
-DISTNAME=      Wand-0.5.9
+DISTNAME=      Wand-0.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/Wand/}
@@ -12,7 +12,10 @@ LICENSE=     mit
 
 DEPENDS+=      ImageMagick-[0-9]*:../../graphics/ImageMagick
 
+PYTHON_VERSIONED_DEPENDENCIES= test:test
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-wand/distinfo
diff -u pkgsrc/graphics/py-wand/distinfo:1.2 pkgsrc/graphics/py-wand/distinfo:1.3
--- pkgsrc/graphics/py-wand/distinfo:1.2        Tue Feb 11 17:02:11 2020
+++ pkgsrc/graphics/py-wand/distinfo    Tue Jul  7 05:24:40 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2020/02/11 17:02:11 adam Exp $
+$NetBSD: distinfo,v 1.3 2020/07/07 05:24:40 adam Exp $
 
-SHA1 (Wand-0.5.9.tar.gz) = 3bd26d37123852b485087f1d7e71cbee2f9a5ffd
-RMD160 (Wand-0.5.9.tar.gz) = 289c10947901c754e1162177afad30022ce89b95
-SHA512 (Wand-0.5.9.tar.gz) = 892709a411c44c80aa55346b857b294e36ee428e558a9a3347a17ac9c46e28fe490469468cb4c2044a82c50c0890ed1eda9768a171686906ed40332752dedaf2
-Size (Wand-0.5.9.tar.gz) = 118311 bytes
+SHA1 (Wand-0.6.2.tar.gz) = b830deafc4b57bbd8365bec2760a6b201f1ae0fb
+RMD160 (Wand-0.6.2.tar.gz) = 29a08b5b2b19d3e06792af44451ff51eb82e4d2b
+SHA512 (Wand-0.6.2.tar.gz) = 906490a0a75a4fc315b592fec12dea21cd40102c461381a79d5215c70ab6fb9c8a1e888fc478ea2ad006db6549dfdd2b7b1e01879cc2aba34dcc0cdd6ae2d128
+Size (Wand-0.6.2.tar.gz) = 10503865 bytes
 SHA1 (patch-setup.py) = c4aa3386573378aba14c4388141cbfb353eeb2dd



Home | Main Index | Thread Index | Old Index