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:   wiz
Date:           Mon Jan 23 00:01:06 UTC 2023

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/py-wand/Makefile
cvs rdiff -u -r1.11 -r1.12 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.12 pkgsrc/graphics/py-wand/Makefile:1.13
--- pkgsrc/graphics/py-wand/Makefile:1.12       Mon Sep 19 08:34:36 2022
+++ pkgsrc/graphics/py-wand/Makefile    Mon Jan 23 00:01:06 2023
@@ -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/}

Index: pkgsrc/graphics/py-wand/distinfo
diff -u pkgsrc/graphics/py-wand/distinfo:1.11 pkgsrc/graphics/py-wand/distinfo:1.12
--- pkgsrc/graphics/py-wand/distinfo:1.11       Mon Sep 19 08:34:36 2022
+++ pkgsrc/graphics/py-wand/distinfo    Mon Jan 23 00:01:06 2023
@@ -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



Home | Main Index | Thread Index | Old Index