diff options
author | adam <adam@pkgsrc.org> | 2022-08-01 08:06:08 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-08-01 08:06:08 +0000 |
commit | 9361993ae1293ad0321bb465bbfd218d252a76f5 (patch) | |
tree | 853a506002f6de3f3925075c63cd0ff6289470e1 /graphics | |
parent | adb8434b91b9c1bfd635d042b0a6880bb97a00ac (diff) | |
download | pkgsrc-9361993ae1293ad0321bb465bbfd218d252a76f5.tar.gz |
py-wand: updated to 0.6.8
Version 0.6.8
-------------
- Added :meth:`Image.label() <wand.image.BaseImage.label>` method.
- Added :meth:`Image.region() <wand.image.BaseImage.region>` method.
- Updated :meth:`Image.chop() <wand.image.BaseImage.chop>` method to support ``gravity`` keyword.
- Updated :meth:`Image.extent() <wand.image.BaseImage.extent>` method to support ``gravity`` keyword. [:issue:`554`]
- Added `.so.9` shared library suffix to :meth:`wand.api.library_paths()` generator when searching :const:`MAGICK_HOME` path.
- Added :const:`QUANTUM_SCALE <wand.version.QUANTUM_SCALE>` constant.
- Added :meth:`Image.montage() <wand.image.Image.montage>` method. [:issue:`575`]
- Added :meth:`Image.roll() <wand.image.BaseImage.roll>` method.
- Fixed returned values for :meth:`Image.connected_components() <wand.image.BaseImage.connected_components>` method for ImageMagick 7.1.1. [:issue:`574`]
- Fixed :c:func:`MagickSetImageDepth()` C-API method signature. [:issue:`577` by Pavel Borzenkov]
- Fixed :meth:`Image.encipher() <wand.image.BaseImage.encipher>` method to call the correct API. [:issue:`578` by Pavel Borzenkov]
- [DOC] Improved :class:`~wand.drawing.FontMetrics` documentation. [:issue:`566`]
- [TEST] Migrated CI from `travis-ci.org <https://travis-ci.org/github/emcconville/wand>`_ to `travis-ci.com <https://app.travis-ci.com/emcconville/wand>`_.
- [TEST] Removed unneeded SVG dependency from regression test.
- [TEST] Suppressed :class:`~wand.exceptions.OptionWarning` when testing user errors.
- [TEST] Added Python 3.9 regression test for `travis-ci.com <https://app.travis-ci.com/emcconville/wand>`_.
- [TEST] Removed Python 3.7 & 3.8 regression test for `travis-ci.com <https://app.travis-ci.com/emcconville/wand>`_.
- [TEST] Added Python 3.10 regression tests for `github actions <https://github.com/emcconville/wand/actions>`_.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-wand/Makefile | 5 | ||||
-rw-r--r-- | graphics/py-wand/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/graphics/py-wand/Makefile b/graphics/py-wand/Makefile index 8c21694af8a..1401e04dce9 100644 --- a/graphics/py-wand/Makefile +++ b/graphics/py-wand/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2022/01/04 20:54:07 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2022/08/01 08:06:08 adam Exp $ -DISTNAME= Wand-0.6.7 +DISTNAME= Wand-0.6.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} -PKGREVISION= 1 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=W/Wand/} diff --git a/graphics/py-wand/distinfo b/graphics/py-wand/distinfo index 8ccc9fa1062..02d5ce2d44c 100644 --- a/graphics/py-wand/distinfo +++ b/graphics/py-wand/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:46:49 nia Exp $ +$NetBSD: distinfo,v 1.9 2022/08/01 08:06:08 adam Exp $ -BLAKE2s (Wand-0.6.7.tar.gz) = 3aaa5d7575d510b0b6ced3374118c2d812dcfcb1d02e633254d96032aab9df42 -SHA512 (Wand-0.6.7.tar.gz) = e79ecb909f6ad7b3ddae217bb7b27f3c010d22a40eb99866e2a6eb07346000acbead280176e3352da13c20b68a341c751c55d6203bef7968522c8dbcfcab0b06 -Size (Wand-0.6.7.tar.gz) = 11686093 bytes +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 |