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.20.2 to 1.22.3 #18

Merged
merged 1 commit into from
May 13, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2023

Bumps pymupdf from 1.20.2 to 1.22.3.

Release notes

Sourced from pymupdf's releases.

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)

  • Bug fixes:

    • Fixed #2333: Unable to set any of button radio group in form

PyMuPDF-1.22.2 released

PyMuPDF-1.22.2 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.2 (2023-04-26)

  • This release uses MuPDF-1.22.0.

  • Bug fixes:

    • Fixed #2369: Image extraction bugs with newer versions

PyMuPDF-1.22.1 released

PyMuPDF-1.22.1 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.1 (2023-04-18)

  • This release uses MuPDF-1.22.0.

  • Bug fixes:

    • Fixed #2345: Turn off print statements in utils.py
    • Fixed #2348: extract_image returns an extension "flate" instead of "png"
    • Fixed #2350: Can not make widget (checkbox) to read-only by adding flags PDF_FIELD_IS_READ_ONLY

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

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:

    • Fixed [#2369](https://github.com/pymupdf/pymupdf/issues/2369) <https://github.com/pymupdf/PyMuPDF/issues/2369>_: Image extraction bugs with newer versions

Changes in version 1.22.1 (2023-04-18)

  • This release uses MuPDF-1.22.0.

  • Bug fixes:

    • Fixed [#2345](https://github.com/pymupdf/pymupdf/issues/2345) <https://github.com/pymupdf/PyMuPDF/issues/2345>_: Turn off print statements in utils.py
    • Fixed [#2348](https://github.com/pymupdf/pymupdf/issues/2348) <https://github.com/pymupdf/PyMuPDF/issues/2348>_: extract_image returns an extension "flate" instead of "png"
    • Fixed [#2350](https://github.com/pymupdf/pymupdf/issues/2350) <https://github.com/pymupdf/PyMuPDF/issues/2350>_: Can not make widget (checkbox) to read-only by adding flags PDF_FIELD_IS_READ_ONLY
    • Fixed [#2355](https://github.com/pymupdf/pymupdf/issues/2355) <https://github.com/pymupdf/PyMuPDF/issues/2355>_: 1.22.0 error when using get_toc (AttributeError: 'SwigPyObject' object has no attribute)

Changes in version 1.22.0 (2023-04-14)

  • This release uses MuPDF-1.22.0.

  • Behavioural changes:

    • Text extraction now includes glyphs that overlap with clip rect; previously they were included only if they were entirely contained within the clip rect.
  • Bug fixes:

    • Fixed [#1763](https://github.com/pymupdf/pymupdf/issues/1763) <https://github.com/pymupdf/PyMuPDF/issues/1763>_: Interactive(smartform) form PDF calculation not working in pymupdf
    • Fixed [#1995](https://github.com/pymupdf/pymupdf/issues/1995) <https://github.com/pymupdf/PyMuPDF/issues/1995>_: RuntimeError: image is too high for a long paged pdf file when trying
    • Fixed [#2093](https://github.com/pymupdf/pymupdf/issues/2093) <https://github.com/pymupdf/PyMuPDF/issues/2093>_: Image in pdf changes color after applying redactions
    • Fixed [#2108](https://github.com/pymupdf/pymupdf/issues/2108) <https://github.com/pymupdf/PyMuPDF/issues/2108>_: Redaction removing more text than expected

... (truncated)

Commits
  • 0368e56 .github/workflows/build_wheels.yml: use ubuntu-latest and macos-latest.
  • b54ea6d Update version numbers and dates for release 1.22.3.
  • 4088a79 Fixing #2333
  • 5ed216c Test file for test_2333
  • 0c288e5 Add test for setting Radio Buttons
  • 3526eda Enhancement: Correctly setting RadioButton widgets
  • 59011ef Create fitz.i
  • 01878eb .github/workflows/test*.yml: use *-latest for MacOS and Ubuntu.
  • 91769c6 Updates requirements.txt for read the docs.
  • 00fa51b Notes on furo theme in docs/README
  • Additional commits viewable in compare view

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 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 [pymupdf](https://github.com/pymupdf/pymupdf) from 1.20.2 to 1.22.3.
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.20.2...1.22.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 13, 2023
@iakov iakov added this pull request to the merge queue May 13, 2023
Merged via the queue into current with commit 096e242 May 13, 2023
4 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pymupdf-1.22.3 branch May 13, 2023 17:01
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