Revisions of python-Wand

buildservice-autocommit accepted request 1133534 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 15)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 14)
- 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.
buildservice-autocommit accepted request 1102344 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 13)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1102233 from Greg Freemyer's avatar Greg Freemyer (gregfreemyer) (revision 12)
- use %{?sle15_python_module_pythons} to select python versions
buildservice-autocommit accepted request 1061526 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 11)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 10)
- Disable broken test in i586, test_histogram
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 9)
- 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.
buildservice-autocommit accepted request 1000119 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 8)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1000069 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 7)
- 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`]

- 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.
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 915239 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 6)
- 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.
buildservice-autocommit accepted request 891606 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 5)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 891406 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 4)
- Fix numpy test BuildRequires for flavors beyond python38
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 3)
- Skip tests using fftw library, we don't have the support built
  in ImageMagick (see gh#emcconville/wand#476).
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 875932 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 2)
initialized devel package after accepting 875932
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 875849 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 1)
One of the engines supported by sorl-thumbnail
1.1k github stars
sample of applications using it at https://www.wheelodex.org/projects/wand/rdepends/
Displaying all 15 revisions
openSUSE Build Service is sponsored by