diff --git a/Wand-0.6.11.tar.gz b/Wand-0.6.11.tar.gz deleted file mode 100644 index c53a5f7..0000000 --- a/Wand-0.6.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b661700da9f8f1e931e52726e4fc643a565b9514f5883d41b773e3c37c9fa995 -size 11883567 diff --git a/Wand-0.6.13.tar.gz b/Wand-0.6.13.tar.gz new file mode 100644 index 0000000..b796751 --- /dev/null +++ b/Wand-0.6.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5013484eaf7a20eb22d1821aaefe60b50cc329722372b5f8565d46d4aaafcca +size 11883700 diff --git a/python-Wand.changes b/python-Wand.changes index 78a4c3b..69ba94f 100644 --- a/python-Wand.changes +++ b/python-Wand.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Dec 15 21:56:24 UTC 2023 - Dirk Müller + +- update to 0.6.13: + * Removed broken `pyproject.toml` file from source + distribution. + * Fixed behavior when passing zero to :meth:`Image.chop() + `. + * Fixed `libmagick` yield `MagickCore` library on Linux. + * Fixed removing mask when passing :const:`None` to + :meth:`Image.write_mask() ` + method. [:issue:`636`] + * Added new :const:`COMPOSITE_OPERATORS + ` operators. + * [DOC] Updated Sphinx version to 7.2.6 + ------------------------------------------------------------------- Thu Aug 3 18:50:21 UTC 2023 - Greg Freemyer @@ -61,7 +77,7 @@ Mon Aug 29 04:12:11 UTC 2022 - Yogalakshmi Arunachalam * [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 diff --git a/python-Wand.spec b/python-Wand.spec index a93a732..9f04117 100644 --- a/python-Wand.spec +++ b/python-Wand.spec @@ -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