Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python313-Wand-0.7.2-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python313-Wand Distribution: openSUSE Tumbleweed
Version: 0.7.2 Vendor: openSUSE
Release: 1.2 Build date: Sun Jun 28 16:36:28 2026
Group: Development/Languages/Python Build host: reproducible
Size: 1564190 Source RPM: python-Wand-0.7.2-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/emcconville/wand
Summary: Ctypes-based simple MagickWand API binding for Python
Ctypes-based simple MagickWand API binding for Python.

Provides

Requires

License

MIT

Changelog

* Sun Jun 28 2026 Dirk Müller <dmueller@suse.com>
  - update to 0.7.2:
    * Fixed de-synced offsets during file read operations.
* Mon May 25 2026 Dirk Müller <dmueller@suse.com>
  - 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.
* Mon May 12 2025 Markéta Machová <mmachova@suse.com>
  - Convert to pip-based build
* Fri Dec 15 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 03 2023 Greg Freemyer <Greg.Freemyer@gmail.com>
  - use %{?sle15_python_module_pythons} to select python versions
* Fri Jan 27 2023 Daniel Garcia <daniel.garcia@suse.com>
  - Disable broken test in i586, test_histogram
  - Update to 0.6.11
    * Fixed format issue when calling Image.convert(), and Image.make_blob()
      methods. [#594]
    * Fixed storage type size for “long” & “quantum” values in
      Image.export_pixels() and Image.import_pixels() methods. [#596]
    * Added filter parameter to Image.distort() method.
    * [TEST] Added Python 3.11 to regression tests for github actions.
    * [TEST] Replaced py.path fixtures with pythlib. [!607 & #608 by Louis
      Sautier]
    * [TEST] Retired Python2 support from regression testing.
    * [TEST] Upgraded Travis CI <https://travis-ci.org/github/emcconville/wand>
      build environments.
* Mon Aug 29 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - 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() <wand.image.BaseImage.fx>` method to raise
      :class:`~wand.exceptions.WandRuntimeError` if ImageMagick is unable to generate
      an image. [:issue:`582`]
    * Fixed :meth:`Image.from_array() <wand.image.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 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to 0.6.8
    * Added :meth:`Image.label() <wand.image.BaseImage.label>` method.
    * Added :meth:`Image.region() <wand.image.BaseImage.region>` method.
    * Updated :meth:`Image.chop() <wand.image.BaseImage.chop>` method to support gravity keyword.
    * Updated :meth:`Image.extent() <wand.image.BaseImage.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 <wand.version.QUANTUM_SCALE>` constant.
    * Added :meth:`Image.montage() <wand.image.Image.montage>` method. [:issue:`575`]
    * Added :meth:`Image.roll() <wand.image.BaseImage.roll>` method.
    * Fixed returned values for :meth:`Image.connected_components()
      <wand.image.BaseImage.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() <wand.image.BaseImage.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 2021 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 0.6.7
    * Added :meth:`Image.image_add() <wand.image.Image.image_add>` method.
    * Added :meth:`Image.image_get() <wand.image.Image.image_get>` method.
    * Added :meth:`Image.image_remove() <wand.image.Image.image_remove>` method.
    * Added :meth:`Image.image_set() <wand.image.Image.image_set>` method.
    * Added :meth:`Image.image_swap() <wand.image.Image.image_swap>` method.
    * Fixed sub-image extraction on read. [:issue:`532`]
    * Fixed :attr:`~wand.image.BaseImage.background_color` attribute
      when image was not read.
    * [DOC] Completed :doc:`Distortion <./guide/distortion>` guide. [:issue:`534`]
    * [DOC] Added :doc:`Morphology <./guide/morphology>` guide.
* Sat May 08 2021 Matej Cepl <mcepl@suse.com>
  - Skip tests using fftw library, we don't have the support built
    in ImageMagick (see gh#emcconville/wand#476).

Files

/usr/lib/python3.13/site-packages/wand
/usr/lib/python3.13/site-packages/wand-0.7.2.dist-info
/usr/lib/python3.13/site-packages/wand-0.7.2.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/wand-0.7.2.dist-info/METADATA
/usr/lib/python3.13/site-packages/wand-0.7.2.dist-info/RECORD
/usr/lib/python3.13/site-packages/wand-0.7.2.dist-info/REQUESTED
/usr/lib/python3.13/site-packages/wand-0.7.2.dist-info/WHEEL
/usr/lib/python3.13/site-packages/wand-0.7.2.dist-info/licenses
/usr/lib/python3.13/site-packages/wand-0.7.2.dist-info/licenses/LICENSE
/usr/lib/python3.13/site-packages/wand-0.7.2.dist-info/top_level.txt
/usr/lib/python3.13/site-packages/wand/__init__.py
/usr/lib/python3.13/site-packages/wand/__pycache__
/usr/lib/python3.13/site-packages/wand/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/api.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/api.cpython-313.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/assertions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/assertions.cpython-313.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/color.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/color.cpython-313.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/compat.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/compat.cpython-313.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/display.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/display.cpython-313.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/drawing.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/drawing.cpython-313.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/exceptions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/exceptions.cpython-313.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/font.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/font.cpython-313.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/image.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/image.cpython-313.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/resource.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/resource.cpython-313.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/sequence.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/sequence.cpython-313.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/version.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/wand/__pycache__/version.cpython-313.pyc
/usr/lib/python3.13/site-packages/wand/api.py
/usr/lib/python3.13/site-packages/wand/assertions.py
/usr/lib/python3.13/site-packages/wand/cdefs
/usr/lib/python3.13/site-packages/wand/cdefs/__init__.py
/usr/lib/python3.13/site-packages/wand/cdefs/__pycache__
/usr/lib/python3.13/site-packages/wand/cdefs/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/wand/cdefs/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/wand/cdefs/__pycache__/core.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/wand/cdefs/__pycache__/core.cpython-313.pyc
/usr/lib/python3.13/site-packages/wand/cdefs/__pycache__/drawing_wand.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/wand/cdefs/__pycache__/drawing_wand.cpython-313.pyc
/usr/lib/python3.13/site-packages/wand/cdefs/__pycache__/magick_image.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/wand/cdefs/__pycache__/magick_image.cpython-313.pyc
/usr/lib/python3.13/site-packages/wand/cdefs/__pycache__/magick_property.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/wand/cdefs/__pycache__/magick_property.cpython-313.pyc
/usr/lib/python3.13/site-packages/wand/cdefs/__pycache__/magick_wand.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/wand/cdefs/__pycache__/magick_wand.cpython-313.pyc
/usr/lib/python3.13/site-packages/wand/cdefs/__pycache__/pixel_iterator.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/wand/cdefs/__pycache__/pixel_iterator.cpython-313.pyc
/usr/lib/python3.13/site-packages/wand/cdefs/__pycache__/pixel_wand.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/wand/cdefs/__pycache__/pixel_wand.cpython-313.pyc
/usr/lib/python3.13/site-packages/wand/cdefs/__pycache__/structures.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/wand/cdefs/__pycache__/structures.cpython-313.pyc
/usr/lib/python3.13/site-packages/wand/cdefs/__pycache__/wandtypes.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/wand/cdefs/__pycache__/wandtypes.cpython-313.pyc
/usr/lib/python3.13/site-packages/wand/cdefs/core.py
/usr/lib/python3.13/site-packages/wand/cdefs/drawing_wand.py
/usr/lib/python3.13/site-packages/wand/cdefs/magick_image.py
/usr/lib/python3.13/site-packages/wand/cdefs/magick_property.py
/usr/lib/python3.13/site-packages/wand/cdefs/magick_wand.py
/usr/lib/python3.13/site-packages/wand/cdefs/pixel_iterator.py
/usr/lib/python3.13/site-packages/wand/cdefs/pixel_wand.py
/usr/lib/python3.13/site-packages/wand/cdefs/structures.py
/usr/lib/python3.13/site-packages/wand/cdefs/wandtypes.py
/usr/lib/python3.13/site-packages/wand/color.py
/usr/lib/python3.13/site-packages/wand/compat.py
/usr/lib/python3.13/site-packages/wand/display.py
/usr/lib/python3.13/site-packages/wand/drawing.py
/usr/lib/python3.13/site-packages/wand/exceptions.py
/usr/lib/python3.13/site-packages/wand/font.py
/usr/lib/python3.13/site-packages/wand/image.py
/usr/lib/python3.13/site-packages/wand/resource.py
/usr/lib/python3.13/site-packages/wand/sequence.py
/usr/lib/python3.13/site-packages/wand/version.py
/usr/share/doc/packages/python313-Wand
/usr/share/doc/packages/python313-Wand/README.rst
/usr/share/licenses/python313-Wand
/usr/share/licenses/python313-Wand/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 01:28:36 2026