Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump wand from 0.6.6 to 0.6.13 in /Backend #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

Bumps wand from 0.6.6 to 0.6.13.

Release notes

Sourced from wand's releases.

Wand 0.6.13

馃う Hotfix release to remove a "work-in-progress" pyproject.toml file that was mistakenly included with Wand 0.6.12 sdist package.

Wand 0.6.12

The 0.6.12 release includes some minor bug fixes, adds a few composite operators, and updates Sphinx build versions (used for documentation).

See 0.6.12 Milestone for a list of all issues tracked in Github.

See changelog for a list of all bug fixes.

Contributors

The following people have contributed since the Wand 0.6.11 release.

See git log 0.6.11..0.6.12 for a full history.

     18 E. McConville
      3 Louis Sautier
      1 Kian-Meng Ang
      1 odruzhynin

Wand 0.6.11

The 0.6.11 release includes a few bug fixes, introduces filter= parameter for Image.distort() method, and regression testing rework.

See 0.6.11 Milestone for a full list of issues tracked through Github.

See changelog for a list of changes.

Contributures

The following people have contributed since the Wand 0.6.10 release.

See git log 0.6.10..0.6.11 for a full history.

     28 E. McConville
      1 Louis Sautier
      1 Ritesh Malviya

Wand 0.6.10

The 0.6.10 release is an immediate patch release to address additional segmentation faults, and Apple M1 stability issues. Everyone running ImageMagick-7, or Homebrew installations, should upgrade to this release.

Wand 0.6.9

The 0.6.9 version Wand fixes some critical segfault issues with the latest version of ImageMagick 7.1.0-45. All users of ImageMagick-7 should upgrade Wand as soon as possible.

See 0.6.9 Milestone for a list of all issues tracked in Github.

See changelog for a list of all bug fixes.

... (truncated)

Changelog

Sourced from wand's changelog.

Version 0.6.13

Released on November 3rd, 2023.

  • Removed broken pyproject.toml file from source distribution.

.. _changelog-0.6.12:

Version 0.6.12

Released on November 3rd, 2023.

  • Fixed behavior when passing zero to :meth:Image.chop() <wand.image.BaseImage.chop>. [:issue:622]

  • Fixed libmagick yield MagickCore library on Linux. [:issue:612]

  • 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. [:issue:627 by druzhynin-oleksii]

    • 'freeze'
    • 'interpolate'
    • 'negate'
    • 'reflect'
    • 'rmse'
    • 'saliency'
    • 'seamless_blend'
    • 'soft_burn'
    • 'soft_dodge'
    • 'stamp'
  • [DOC] Updated Sphinx version to 7.2.6

.. _changelog-0.6.11:

Version 0.6.11

Released on January 5th, 2023.

  • Fixed format issue when calling :meth:Image.convert() <wand.image.Image.convert>, and :meth:Image.make_blob() <wand.image.Image.make_blob> methods. [:issue:594]
  • Fixed storage type size for "long" & "quantum" values in :meth:Image.export_pixels() <wand.image.BaseImage.export_pixels> and :meth:Image.import_pixels() <wand.image.BaseImage.import_pixels> methods. [:issue:596]
  • Added filter parameter to :meth:Image.distort() <wand.image.BaseImage.distort> method.
  • [TEST] Added Python 3.11 to regression tests for github actions <https://github.com/emcconville/wand/actions>_.
  • [TEST] Replaced :mod:py.path fixtures with :mod:pythlib. [:pull:607 & :issue:608 by Louis Sautier]
  • [TEST] Retired Python2 support from regression testing.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [wand](https://github.com/emcconville/wand) from 0.6.6 to 0.6.13.
- [Release notes](https://github.com/emcconville/wand/releases)
- [Changelog](https://github.com/emcconville/wand/blob/master/docs/changes.rst)
- [Commits](emcconville/wand@0.6.6...0.6.13)

---
updated-dependencies:
- dependency-name: wand
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 6, 2023
Copy link

sonarcloud bot commented Nov 6, 2023

Kudos, SonarCloud Quality Gate passed!聽 聽 Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants