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: Wed Mar 4 13:47:59 UTC 2026
Modified Files:
pkgsrc/graphics/py-wand: Makefile distinfo
Log Message:
py-wand: updated to 0.7.0
0.7.0
- Added :meth:`Image.affine() <wand.image.BaseImage.affine>` method.
- Added :meth:`Image.bilateral_blur() <wand.image.BaseImage.bilateral_blur>` method.
- Added :meth:`Image.channel_fx() <wand.image.Image.channel_fx>` method.
- Added :meth:`Image.evaluate_images() <wand.image.BaseImage.evaluate_images>` method.
- Added :meth:`Image.floodfill() <wand.image.BaseImage.floodfill>` method.
- Added :meth:`Image.morph() <wand.image.Image.morph>` method.
- Fixed :meth:`Image.quantize() <wand.image.BaseImage.quantize>` behavior by switching
default value of ``colorspace_type`` from :const:`None` to ``"undefined"``. [:issue:`644`]
- Fixed :meth:`Image.liquid_rescale() <wand.image.BaseImage.liquid_rescale>` behavior
by switching default value of ``delta_x`` from ``0`` to ``1``. [:issue:`653`]
- Fixed :meth:`Image.sparse_color() <wand.image.BaseImage.sparse_color>`'s ``colors`` argument structure to allow multiple (x, y) points with the same color value.
- Fixed offset coordinates when used with ``gravity`` parameters. [:issue:`669`]
- :meth:`Image.chop() <wand.image.BaseImage.chop>`
- :meth:`Image.composite() <wand.image.BaseImage.composite>`
- :meth:`Image.composite_channel() <wand.image.BaseImage.composite_channel>`
- :meth:`Image.crop() <wand.image.BaseImage.crop>`
- :meth:`Image.extent() <wand.image.BaseImage.extent>`
- :meth:`Image.region() <wand.image.BaseImage.region>`
- :meth:`Image.splice() <wand.image.BaseImage.splice>`
- Fixed File I/O handling. [:issue:`675`]
- :meth:`Image.ping() <wand.image.Image.ping>`
- :meth:`Image.read() <wand.image.Image.read>`
- :meth:`Image.save() <wand.image.Image.save>`
- [DOC] Updated Python versions to reflect current regression testing.
- [TEST] Added Python 3.12 regression test. [:issue:`648` by Thijs Triemstra]
- [TEST] Added pyproject.toml regression test.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/py-wand/Makefile
cvs rdiff -u -r1.13 -r1.14 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.18 pkgsrc/graphics/py-wand/Makefile:1.19
--- pkgsrc/graphics/py-wand/Makefile:1.18 Tue Apr 15 15:17:49 2025
+++ pkgsrc/graphics/py-wand/Makefile Wed Mar 4 13:47:59 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2025/04/15 15:17:49 adam Exp $
+# $NetBSD: Makefile,v 1.19 2026/03/04 13:47:59 adam Exp $
-DISTNAME= Wand-0.6.13
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION= 2
+DISTNAME= wand-0.7.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=W/Wand/}
@@ -14,8 +13,6 @@ LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
-WHEEL_NAME= ${DISTNAME:tl}
-
# 'make test' doesn't work, but running 'pytest' in ${WRKSRC} gives
# 2 failed, 562 passed, 6 skipped, 2 warnings
Index: pkgsrc/graphics/py-wand/distinfo
diff -u pkgsrc/graphics/py-wand/distinfo:1.13 pkgsrc/graphics/py-wand/distinfo:1.14
--- pkgsrc/graphics/py-wand/distinfo:1.13 Sun Nov 5 10:11:56 2023
+++ pkgsrc/graphics/py-wand/distinfo Wed Mar 4 13:47:59 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2023/11/05 10:11:56 wiz Exp $
+$NetBSD: distinfo,v 1.14 2026/03/04 13:47:59 adam Exp $
-BLAKE2s (Wand-0.6.13.tar.gz) = e5093d2c32a590912160f17db76b5014115c39c1628c356ed385e8a4c0b30aee
-SHA512 (Wand-0.6.13.tar.gz) = a166a365474e3c4442b1c0fc521837026a236d416b7cf3f899acee5f3b1febb4c5deb0b75bf158393fb9df60e37e6cd8d528cdfdb637a19ecd271ba841dfada2
-Size (Wand-0.6.13.tar.gz) = 11883700 bytes
+BLAKE2s (wand-0.7.0.tar.gz) = fb02b9bd768e8f16401837971d1a87e8e94f9e65721aca4edfde8239cbc60061
+SHA512 (wand-0.7.0.tar.gz) = edf107b0ea89774fa7440707ae00a6bb649a41156086ee8a4ef6d668ebd3df39d2336ec8ed89c0f4e156f793e52ea3efff958b3dd8cdb38cbb00d21fb35ed8fe
+Size (wand-0.7.0.tar.gz) = 11888946 bytes
Home |
Main Index |
Thread Index |
Old Index