diff --git a/Wand-0.6.10.tar.gz b/Wand-0.6.10.tar.gz new file mode 100644 index 0000000..02f9dd3 --- /dev/null +++ b/Wand-0.6.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373f4a7f2866c868c31ce910e1f9b36a92d132640a20068ec17cea3284fedc57 +size 11885159 diff --git a/Wand-0.6.7.tar.gz b/Wand-0.6.7.tar.gz deleted file mode 100644 index 59ceba4..0000000 --- a/Wand-0.6.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebc01bccc25dba68414ab55b482341f9ad2b197d7f49d5e724f339bbf63fb6db -size 11686093 diff --git a/python-Wand.changes b/python-Wand.changes index f055c50..205282e 100644 --- a/python-Wand.changes +++ b/python-Wand.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Mon Aug 29 16:01:33 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 0.6.10 + * Fixed segmentation fault during resource allocation on M1 processor. [:issue:`587`] + * Fixed additional segmentation faults introduced with ImageMagick 7.1.0-45. + [:issue:`587` & :issue:`586`] + +- Update to 0.6.9 + * Updated :meth:`Image.fx() ` method to raise + :class:`~wand.exceptions.WandRuntimeError` if ImageMagick is unable to generate + an image. [:issue:`582`] + * Fixed :meth:`Image.from_array() ` classmethod to handle + Numpy's strided arrays. [:issue:`582`] + * Fixed segmentation fault introduced with ImageMagick 7.1.0-45. [:issue:`586`] + +------------------------------------------------------------------- +Mon Aug 29 04:12:11 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 0.6.8 + * Added :meth:`Image.label() ` method. + * Added :meth:`Image.region() ` method. + * Updated :meth:`Image.chop() ` method to support gravity keyword. + * Updated :meth:`Image.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 ` constant. + * Added :meth:`Image.montage() ` method. [:issue:`575`] + * Added :meth:`Image.roll() ` method. + * Fixed returned values for :meth:`Image.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() ` 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 to travis-ci.com. + * [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. + * [TEST] Removed Python 3.7 & 3.8 regression test for travis-ci.com. + * [TEST] Added Python 3.10 regression tests for github actions. + ------------------------------------------------------------------- Tue Aug 31 10:57:14 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-Wand.spec b/python-Wand.spec index 045719e..cbb3ac3 100644 --- a/python-Wand.spec +++ b/python-Wand.spec @@ -1,7 +1,7 @@ # # spec file for package python-Wand # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Wand -Version: 0.6.7 +Version: 0.6.10 Release: 0 Summary: Ctypes-based simple MagickWand API binding for Python License: MIT