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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/559fbf8e258e
branches:  trunk
changeset: 382588:559fbf8e258e
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Aug 01 08:06:08 2022 +0000

description:
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:

 graphics/py-wand/Makefile |  5 ++---
 graphics/py-wand/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 84028a69a2ee -r 559fbf8e258e graphics/py-wand/Makefile
--- a/graphics/py-wand/Makefile Mon Aug 01 08:06:06 2022 +0000
+++ b/graphics/py-wand/Makefile Mon Aug 01 08:06:08 2022 +0000
@@ -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 -r 84028a69a2ee -r 559fbf8e258e graphics/py-wand/distinfo
--- a/graphics/py-wand/distinfo Mon Aug 01 08:06:06 2022 +0000
+++ b/graphics/py-wand/distinfo Mon Aug 01 08:06:08 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index