18 Commits

Author SHA256 Message Date
e4dae27f74 Accepting request 1277065 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1277065
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Wand?expand=0&rev=8
2025-05-13 18:07:30 +00:00
e7d3099977 - Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Wand?expand=0&rev=16
2025-05-13 08:49:25 +00:00
3089f013d0 Accepting request 1133534 from devel:languages:python
- 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/request/show/1133534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Wand?expand=0&rev=7
2023-12-17 20:31:40 +00:00
5f953c3960 - 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
2023-12-15 21:59:09 +00:00
e88a940700 Accepting request 1102344 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1102344
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Wand?expand=0&rev=6
2023-08-04 13:04:39 +00:00
e6e3563947 Accepting request 1102233 from home:gregfreemyer:Tools-for-forensic-boot-cd
- use %{?sle15_python_module_pythons} to select python versions

OBS-URL: https://build.opensuse.org/request/show/1102233
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Wand?expand=0&rev=12
2023-08-04 11:23:00 +00:00
af685f07d7 Accepting request 1061526 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1061526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Wand?expand=0&rev=5
2023-01-28 17:43:57 +00:00
6f2bc9ae62 - Disable broken test in i586, test_histogram
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Wand?expand=0&rev=10
2023-01-27 10:53:02 +00:00
00c488b5f5 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Wand?expand=0&rev=9
2023-01-27 09:22:27 +00:00
c54cfbf6fc Accepting request 1000119 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1000119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Wand?expand=0&rev=4
2022-08-30 12:50:00 +00:00
a23bb339b2 Accepting request 1000069 from home:yarunachalam:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1000069
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Wand?expand=0&rev=7
2022-08-29 19:59:59 +00:00
0141bfb00b Accepting request 917117 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/917117
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Wand?expand=0&rev=3
2021-09-06 13:58:09 +00:00
16684633f5 Accepting request 915239 from home:glaubitz:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/915239
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Wand?expand=0&rev=6
2021-09-06 13:23:10 +00:00
577a433de1 Accepting request 891606 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/891606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Wand?expand=0&rev=2
2021-05-10 13:38:18 +00:00
314f654026 Accepting request 891406 from home:bnavigator:branches:devel:languages:python
- Fix numpy test BuildRequires for flavors beyond python38

OBS-URL: https://build.opensuse.org/request/show/891406
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Wand?expand=0&rev=4
2021-05-08 20:44:43 +00:00
1a645b766d - Skip tests using fftw library, we don't have the support built
in ImageMagick (see gh#emcconville/wand#476).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Wand?expand=0&rev=3
2021-05-08 20:31:15 +00:00
Richard Brown
8a5da00adf Accepting request 875932 from devel:languages:python
one of popular engines

OBS-URL: https://build.opensuse.org/request/show/875932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Wand?expand=0&rev=1
2021-03-02 11:34:35 +00:00
f323b4403c Accepting request 875849 from home:jayvdb:py-submit
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/

OBS-URL: https://build.opensuse.org/request/show/875849
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Wand?expand=0&rev=1
2021-03-01 09:48:36 +00:00