15
0
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:
2023-12-15 21:59:09 +00:00
committed by Git OBS Bridge
parent e6e3563947
commit 5f953c3960
4 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b661700da9f8f1e931e52726e4fc643a565b9514f5883d41b773e3c37c9fa995
size 11883567

3
Wand-0.6.13.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5013484eaf7a20eb22d1821aaefe60b50cc329722372b5f8565d46d4aaafcca
size 11883700

View File

@@ -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>

View File

@@ -15,10 +15,11 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-Wand
Version: 0.6.11
Version: 0.6.13
Release: 0
Summary: Ctypes-based simple MagickWand API binding for Python
License: MIT