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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pymupdf from 1.19.6 to 1.22.5 in /tests #28

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2023

Bumps pymupdf from 1.19.6 to 1.22.5.

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.22.5 released

PyMuPDF-1.22.5 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

Changes in version 1.22.5 (2023-06-21)

  • This release uses MuPDF-1.22.2.

  • Bug fixes:

  • New features:

    • Changed Annotations now support "cloudy" borders. The :attr:Annot.border property has the new item clouds, and method :meth:Annot.set_border supports the corresponding clouds argument.

    • Changed Radio button widgets in the same RB group are now consistently updated if the group is defined in the standard way.

    • Added Support for the /Locked key in PDF Optional Content. This array inside the catalog entry /OCProperties can now be extracted and set.

    • Added Support for new parameter tessdata in OCR functions. New function :meth:get_tessdata locates the language support folder if Tesseract is installed.

PyMuPDF-1.22.3 released

PyMuPDF-1.22.3 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

Changes in version 1.22.3 (2023-05-10)

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.22.5 (2023-06-21)

  • This release uses MuPDF-1.22.2.

  • Bug fixes:

    • Fixed [#2365](https://github.com/pymupdf/pymupdf/issues/2365) <https://github.com/pymupdf/PyMuPDF/issues/2365>_: Incorrect dictionary values for type "fs" drawings.
    • Fixed [#2391](https://github.com/pymupdf/pymupdf/issues/2391) <https://github.com/pymupdf/PyMuPDF/issues/2391>_: Check box automatically uncheck when we update same checkbox more than 1 times.
    • Fixed [#2400](https://github.com/pymupdf/pymupdf/issues/2400) <https://github.com/pymupdf/PyMuPDF/issues/2400>_: Gaps within text of same line not filled with spaces.
    • Fixed [#2404](https://github.com/pymupdf/pymupdf/issues/2404) <https://github.com/pymupdf/PyMuPDF/issues/2404>_: Blacklining an image in PDF won't remove underlying content in version 1.22.X.
    • Fixed [#2430](https://github.com/pymupdf/pymupdf/issues/2430) <https://github.com/pymupdf/PyMuPDF/issues/2430>_: Incorrectly reducing ref count of Py_None.
    • Fixed [#2450](https://github.com/pymupdf/pymupdf/issues/2450) <https://github.com/pymupdf/PyMuPDF/issues/2450>_: Empty fill color and fill opacity for paths with fill and stroke operations with 1.22.*
    • Fixed [#2462](https://github.com/pymupdf/pymupdf/issues/2462) <https://github.com/pymupdf/PyMuPDF/issues/2462>_: Error at "get_drawing(extended=True )"
    • Fixed [#2468](https://github.com/pymupdf/pymupdf/issues/2468) <https://github.com/pymupdf/PyMuPDF/issues/2468>_: Decode error when trying to get drawings
  • New features:

    • Changed Annotations now support "cloudy" borders. The :attr:Annot.border property has the new item clouds, and method :meth:Annot.set_border supports the corresponding clouds argument.

    • Changed Radio button widgets in the same RB group are now consistently updated if the group is defined in the standard way.

    • Added Support for the /Locked key in PDF Optional Content. This array inside the catalog entry /OCProperties can now be extracted and set.

    • Added Support for new parameter tessdata in OCR functions. New function :meth:get_tessdata locates the language support folder if Tesseract is installed.

Changes in version 1.22.3 (2023-05-10)

  • This release uses MuPDF-1.22.0.

  • Bug fixes:

    • Fixed [#2333](https://github.com/pymupdf/pymupdf/issues/2333) <https://github.com/pymupdf/PyMuPDF/issues/2333>_: Unable to set any of button radio group in form

Changes in version 1.22.2 (2023-04-26)

  • This release uses MuPDF-1.22.0.

  • Bug fixes:

... (truncated)

Commits
  • e679872 Updated version number to 1.22.5.
  • bbb81c9 setup.py: revert back to using our config for MuPDF.
  • d3f6981 Updated version numbers and dates for release.
  • 3add1be tests/: added tests for recent bugfixes.
  • b4337a3 changes.txt: added two fixes.
  • 3b4fac9 setup.py: default to mupdf-1.22.2-source.tar.gz.
  • 2d6df98 Documentation: Fixes copyright printing from data provided in conf.py.
  • 99d6719 docs/: typos.
  • b334b92 Update symbols.txt
  • 2beb65b fitz/: fixed some compiler warnings.
  • Additional commits viewable in compare view

Dependabot compatibility score

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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 1, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/tests/pymupdf-1.22.5 branch from 17e0a12 to 391bf6d Compare July 23, 2023 09:55
Bumps [pymupdf](https://github.com/pymupdf/pymupdf) from 1.19.6 to 1.22.5.
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.19.6...1.22.5)

---
updated-dependencies:
- dependency-name: pymupdf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/tests/pymupdf-1.22.5 branch from 391bf6d to 22a4fe9 Compare July 23, 2023 10:07
@alexpovel alexpovel closed this Aug 4, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 4, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/tests/pymupdf-1.22.5 branch August 4, 2023 20:28
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant