eresturo / scanadf2docspell

A script to scan from ADF, preprocess and upload to Docspell.
GNU General Public License v3.0
13 stars 0 forks source link

Update wand requirement from ~=0.6.10 to ~=0.6.11 #41

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on wand to permit the latest version.

Release notes

Sourced from wand's releases.

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
Changelog

Sourced from wand's changelog.

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.
  • [TEST] Upgraded Travis CI <https://travis-ci.org/github/emcconville/wand> build environments.

.. _changelog-0.6.10:

Version 0.6.10

Released on August 14th, 2022.

  • 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]

.. _changelog-0.6.9:

Version 0.6.9

Released on August 3rd, 2022.

  • 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]

.. _changelog-0.6.8:

Version 0.6.8

Released on July 16th, 2022.

  • 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.

... (truncated)

Commits
  • 008707c Updating release date for Wand 0.6.11
  • 690a656 Upgraded travis build environments.
  • feb143d Updated pytest & sphinx version requirements
  • 3836605 Bump copyright year
  • 85ee77e Migrated tmpdir to tmp_path in regression tests
  • 0891e6e Add pixmap to valid mime types
  • ad9eb35 Reduce disk I/O in regression tests.
  • 4f2c71b Updated docs for !607 & #608
  • fa2a9ff Revisit normalize test subject on IM6
  • ee5b14d Revert typeface test in drawing tests.
  • Additional commits viewable in compare view


You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

sonarcloud[bot] commented 1 year ago

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

eresturo commented 1 year ago

@dependabot rebase

eresturo commented 1 year ago

@dependabot rebase

sonarcloud[bot] commented 1 year ago

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