forked from pool/python-Wand
- update to 0.6.13:
* Removed broken `pyproject.toml` file from source
distribution.
* Fixed behavior when passing zero to :meth:`Image.chop()
<wand.image.BaseImage.chop>`.
* Fixed `libmagick` yield `MagickCore` library on Linux.
* Fixed removing mask when passing :const:`None` to
:meth:`Image.write_mask() <wand.image.BaseImage.write_mask>`
method. [:issue:`636`]
* Added new :const:`COMPOSITE_OPERATORS
<wand.image.COMPOSITE_OPERATORS>` operators.
* [DOC] Updated Sphinx version to 7.2.6
* [TEST] Added Python 3.10 regression tests for github actions.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Wand?expand=0&rev=14
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 15 21:56:24 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.6.13:
|
||||
* Removed broken `pyproject.toml` file from source
|
||||
distribution.
|
||||
* Fixed behavior when passing zero to :meth:`Image.chop()
|
||||
<wand.image.BaseImage.chop>`.
|
||||
* Fixed `libmagick` yield `MagickCore` library on Linux.
|
||||
* Fixed removing mask when passing :const:`None` to
|
||||
:meth:`Image.write_mask() <wand.image.BaseImage.write_mask>`
|
||||
method. [:issue:`636`]
|
||||
* Added new :const:`COMPOSITE_OPERATORS
|
||||
<wand.image.COMPOSITE_OPERATORS>` operators.
|
||||
* [DOC] Updated Sphinx version to 7.2.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 3 18:50:21 UTC 2023 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
|
||||
@@ -61,7 +77,7 @@ Mon Aug 29 04:12:11 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
* [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.
|
||||
* [TEST] Added Python 3.10 regression tests for github actions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 31 10:57:14 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
Reference in New Issue
Block a user