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:           Fri May 22 12:51:44 UTC 2026

Modified Files:
        pkgsrc/graphics/py-wand: Makefile distinfo

Log Message:
py-wand: updated to 0.7.1

0.7.1

- Updated accepted animation formats for :attr:`Image.animation <wand.image.Image.animation>` property. [:issue:`682`]
- Added new :const:`FILTER_TYPES <wand.image.FILTER_TYPES>` operators. [:issue:`684`]

  - ``'lanczosradius'``
  - ``'cubicspline'``
  - ``'magickernelsharp2013'``
  - ``'magickernelsharp2021'``

- Fixed :meth:`Image.length_of_bytes() <wand.image.BaseImage.length_of_bytes>` method
  by refactoring & applying :const:`c_magick_size_t <wand.cdefs.wandtypes.c_magick_size_t>`
  type. [:issue:`686`]
- [DOC] Fixed typos in documentation [:pull:`685` by Shawn Presser]


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/py-wand/Makefile
cvs rdiff -u -r1.14 -r1.15 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.19 pkgsrc/graphics/py-wand/Makefile:1.20
--- pkgsrc/graphics/py-wand/Makefile:1.19       Wed Mar  4 13:47:59 2026
+++ pkgsrc/graphics/py-wand/Makefile    Fri May 22 12:51:44 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2026/03/04 13:47:59 adam Exp $
+# $NetBSD: Makefile,v 1.20 2026/05/22 12:51:44 adam Exp $
 
-DISTNAME=      wand-0.7.0
+DISTNAME=      wand-0.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/Wand/}

Index: pkgsrc/graphics/py-wand/distinfo
diff -u pkgsrc/graphics/py-wand/distinfo:1.14 pkgsrc/graphics/py-wand/distinfo:1.15
--- pkgsrc/graphics/py-wand/distinfo:1.14       Wed Mar  4 13:47:59 2026
+++ pkgsrc/graphics/py-wand/distinfo    Fri May 22 12:51:44 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2026/03/04 13:47:59 adam Exp $
+$NetBSD: distinfo,v 1.15 2026/05/22 12:51:44 adam Exp $
 
-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
+BLAKE2s (wand-0.7.1.tar.gz) = bb9d8cf3377a5c392318b7aaffbab4b97d3c852c409795bf30a7fb17a6ba0ac6
+SHA512 (wand-0.7.1.tar.gz) = d30a05b199d6a63d12869b5f8f7fc8d0646a0a65d18f718a561c7f31718d16362aee544966c88a3367903268065524202ffd03bcb7b6f6e5dd5d89145a6f4345
+Size (wand-0.7.1.tar.gz) = 11889653 bytes



Home | Main Index | Thread Index | Old Index