Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Wand for openSUSE:Factory 
checked in at 2026-05-26 16:34:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Wand (Old)
 and      /work/SRC/openSUSE:Factory/.python-Wand.new.2084 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Wand"

Tue May 26 16:34:24 2026 rev:9 rq:1355115 version:0.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Wand/python-Wand.changes  2025-05-13 
20:07:32.080042006 +0200
+++ /work/SRC/openSUSE:Factory/.python-Wand.new.2084/python-Wand.changes        
2026-05-26 16:34:36.481426900 +0200
@@ -1,0 +2,72 @@
+Mon May 25 21:22:43 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.7.1:
+  * Updated accepted animation formats for :attr:`Image.animation
+    <wand.image.Image.animation>` property. [:issue:`682`]
+  * Added new :const:`FILTER_TYPES <wand.image.FILTER_TYPES>`
+    operators. [:issue:`684`] 'lanczosradius' 'cubicspline'
+    'magickernelsharp2013' 'magickernelsharp2021'
+  * 'lanczosradius'
+  * 'cubicspline'
+  * 'magickernelsharp2013'
+  * 'magickernelsharp2021'
+  * Fixed :meth:`Image.length_of_bytes()
+    <wand.image.BaseImage.length_of_bytes>` method by refactoring
+    & applying :const:`c_magick_size_t
+    <wand.cdefs.wandtypes.c_magick_size_t>` type. [:issue:`686`]
+  * [DOC] Fixed typos in documentation [:pull:`685` by Shawn
+    Presser]
+  * Added :meth:`Image.affine() <wand.image.BaseImage.affine>`
+    method.
+  * Added :meth:`Image.bilateral_blur()
+    <wand.image.BaseImage.bilateral_blur>` method.
+  * Added :meth:`Image.channel_fx()
+    <wand.image.Image.channel_fx>` method.
+  * Added :meth:`Image.evaluate_images()
+    <wand.image.BaseImage.evaluate_images>` method.
+  * Added :meth:`Image.floodfill()
+    <wand.image.BaseImage.floodfill>` method.
+  * Added :meth:`Image.morph() <wand.image.Image.morph>` method.
+  * Fixed :meth:`Image.quantize()
+    <wand.image.BaseImage.quantize>` behavior by switching
+    default value of colorspace_type from :const:`None` to
+    "undefined". [:issue:`644`]
+  * Fixed :meth:`Image.liquid_rescale()
+    <wand.image.BaseImage.liquid_rescale>` behavior by switching
+    default value of delta_x from 0 to 1. [:issue:`653`]
+  * Fixed :meth:`Image.sparse_color()
+    <wand.image.BaseImage.sparse_color>`'s colors argument
+    structure to allow multiple (x, y) points with the same color
+    value.
+  * Fixed offset coordinates when used with gravity parameters.
+    [:issue:`669`] :meth:`Image.chop()
+    <wand.image.BaseImage.chop>` :meth:`Image.composite()
+    <wand.image.BaseImage.composite>`
+    :meth:`Image.composite_channel()
+    <wand.image.BaseImage.composite_channel>` :meth:`Image.crop()
+    <wand.image.BaseImage.crop>` :meth:`Image.extent()
+    <wand.image.BaseImage.extent>` :meth:`Image.region()
+    <wand.image.BaseImage.region>` :meth:`Image.splice()
+    <wand.image.BaseImage.splice>`
+  * :meth:`Image.chop() <wand.image.BaseImage.chop>`
+  * :meth:`Image.composite() <wand.image.BaseImage.composite>`
+  * :meth:`Image.composite_channel()
+    <wand.image.BaseImage.composite_channel>`
+  * :meth:`Image.crop() <wand.image.BaseImage.crop>`
+  * :meth:`Image.extent() <wand.image.BaseImage.extent>`
+  * :meth:`Image.region() <wand.image.BaseImage.region>`
+  * :meth:`Image.splice() <wand.image.BaseImage.splice>`
+  * Fixed File I/O handling. [:issue:`675`] :meth:`Image.ping()
+    <wand.image.Image.ping>` :meth:`Image.read()
+    <wand.image.Image.read>` :meth:`Image.save()
+    <wand.image.Image.save>`
+  * :meth:`Image.ping() <wand.image.Image.ping>`
+  * :meth:`Image.read() <wand.image.Image.read>`
+  * :meth:`Image.save() <wand.image.Image.save>`
+  * [DOC] Updated Python versions to reflect current regression
+    testing.
+  * [TEST] Added Python 3.12 regression test. [:issue:`648` by
+    Thijs Triemstra]
+  * [TEST] Added pyproject.toml regression test.
+
+-------------------------------------------------------------------

Old:
----
  Wand-0.6.13.tar.gz

New:
----
  wand-0.7.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Wand.spec ++++++
--- /var/tmp/diff_new_pack.acVO41/_old  2026-05-26 16:34:37.701477376 +0200
+++ /var/tmp/diff_new_pack.acVO41/_new  2026-05-26 16:34:37.701477376 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Wand
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-Wand
-Version:        0.6.13
+Version:        0.7.1
 Release:        0
 Summary:        Ctypes-based simple MagickWand API binding for Python
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/emcconville/wand
-Source:         
https://files.pythonhosted.org/packages/source/W/Wand/Wand-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/W/Wand/wand-%{version}.tar.gz
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
@@ -45,7 +45,7 @@
 Ctypes-based simple MagickWand API binding for Python.
 
 %prep
-%setup -q -n Wand-%{version}
+%setup -q -n wand-%{version}
 
 %build
 %pyproject_wheel

Reply via email to