py-wand: update to 0.6.11.

Version 0.6.11
--------------

Released on January 5th, 2023.

 - Fixed format issue when calling :meth:`Image.convert() <wand.image.Image.convert>`,
   and :meth:`Image.make_blob() <wand.image.Image.make_blob>` methods. [:issue:`594`]
 - Fixed storage type size for `"long"` & `"quantum"` values in
   :meth:`Image.export_pixels() <wand.image.BaseImage.export_pixels>` and
   :meth:`Image.import_pixels() <wand.image.BaseImage.import_pixels>` methods. [:issue:`596`]
 - Added ``filter`` parameter to :meth:`Image.distort() <wand.image.BaseImage.distort>` method.
 - [TEST] Added Python 3.11 to regression tests for `github actions <https://github.com/emcconville/wand/actions>`_.
 - [TEST] Replaced :mod:`py.path` fixtures with :mod:`pythlib`. [:pull:`607` & :issue:`608` by Louis Sautier]
 - [TEST] Retired Python2 support from regression testing.
 - [TEST] Upgraded `Travis CI <https://travis-ci.org/github/emcconville/wand>` build environments.
This commit is contained in:
wiz 2023-01-23 00:01:06 +00:00
parent 2047474f95
commit cd9e924afd
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.12 2022/09/19 08:34:36 adam Exp $
# $NetBSD: Makefile,v 1.13 2023/01/23 00:01:06 wiz Exp $
DISTNAME= Wand-0.6.10
DISTNAME= Wand-0.6.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=W/Wand/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2022/09/19 08:34:36 adam Exp $
$NetBSD: distinfo,v 1.12 2023/01/23 00:01:06 wiz Exp $
BLAKE2s (Wand-0.6.10.tar.gz) = fef9546bb816f567fc10a21c0ac1250ffe87cee7a0b3f32ff2ce877761f30a37
SHA512 (Wand-0.6.10.tar.gz) = bde72e0ec56898c0885e483ec8dafc5dd2fbc1319736b5d46074cb00d1643c5368fbf66e0c8ff918dbe4b7b6ac4901551ee2c8563317c90c269e7ccfe53edf6f
Size (Wand-0.6.10.tar.gz) = 11885159 bytes
BLAKE2s (Wand-0.6.11.tar.gz) = 5b79febf1d003c695189756a5894df4821ca1d930a9128e2fac00f7ccca677b6
SHA512 (Wand-0.6.11.tar.gz) = 4e551c2942835872f52247c2d642faf2ad4bad6bb206376e4f8dc5cdabe981e73b7e0f58a705d5dcbf8f95c445ed13bbe6b8443b9b29d0056e7aaf50565a608d
Size (Wand-0.6.11.tar.gz) = 11883567 bytes