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

build(deps): bump pymupdf from 1.24.0 to 1.24.1 #12136

Merged
merged 2 commits into from
Apr 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2024

Bumps pymupdf from 1.24.0 to 1.24.1.

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.24.1 released

PyMuPDF-1.24.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

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.24.1 (2024-04-02)

  • Fixed issues:

  • Other:

    • Use MuPDF-1.24.1.
    • Support ObjStm Compression. Methods Document.save(), Document.ez_save() and Document.write() now support new parameters use_objstm, compression_effortandpreserve_metadata`.
Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.24.1 (2024-04-02)

  • Fixed issues:

    • Fixed 3278 <https://github.com/pymupdf/PyMuPDF/issues/3278>_: apply_redactions moves some unredacted text
    • Fixed 3301 <https://github.com/pymupdf/PyMuPDF/issues/3301>_: Be more permissive when classifying links as kind LINK_URI
    • Fixed 3306 <https://github.com/pymupdf/PyMuPDF/issues/3306>_: Text containing capital 'ET' not appearing as annotation
  • Other:

    • Use MuPDF-1.24.1.
    • Support ObjStm Compression. Methods Document.save(), Document.ez_save() and Document.write() now support new parameters use_objstm, compression_effortandpreserve_metadata`.

Changes in version 1.24.0 (2024-03-21)

  • Fixed issues:

    • Fixed 3281 <https://github.com/pymupdf/PyMuPDF/issues/3281>_: Preparing metadata (pyproject.toml) did not run successfully
    • Fixed 3279 <https://github.com/pymupdf/PyMuPDF/issues/3279>_: PyMuPDF no longer builds in Alpine Linux
    • Fixed 3257 <https://github.com/pymupdf/PyMuPDF/issues/3257>_: apply_redactions() deleting text outside of annoted box
    • Fixed 3216 <https://github.com/pymupdf/PyMuPDF/issues/3216>_: AttributeError: 'Annot' object has no attribute 'del'
    • Fixed 3207 <https://github.com/pymupdf/PyMuPDF/issues/3207>_: get_drawings's items is missing line from h path operator
    • Fixed 3201 <https://github.com/pymupdf/PyMuPDF/issues/3201>_: Memory leaks when merging PDFs
    • Fixed 3197 <https://github.com/pymupdf/PyMuPDF/issues/3197>_: page.get_text() returns hexadecimal text for some characters
    • Fixed 3196 <https://github.com/pymupdf/PyMuPDF/issues/3196>_: Remove text not working in 1.23.25 version vs 1.20.2
    • Fixed 3172 <https://github.com/pymupdf/PyMuPDF/issues/3172>_: PDF's 45º lines dissapearing in png conversion
    • Fixed 3135 <https://github.com/pymupdf/PyMuPDF/issues/3135>_: Do not log warnings to stdout
    • Fixed 3125 <https://github.com/pymupdf/PyMuPDF/issues/3125>_: get_pixmap method stuck on one page and runs forever
    • Fixed 2964 <https://github.com/pymupdf/PyMuPDF/issues/2964>_: There is an issue with the image generated by the page.get_pixmap() function
  • Other:

    • Use MuPDF-1.24.0.

    • Add support for redacting vector graphics.

    • Several fixes for table module

      • Add new method for outputting the table as a markdown string.

      • Address errors in computing the table header object:

        We now allow None as the cell value, because this will be resolved where needed (e.g. in the pandas DataFrame).

... (truncated)

Commits
  • 055832f Update changelog, version numbers and release dates for release 1.24.1.
  • 6c08644 tests/test_707448.py: updated to expect fix in mupdf-1.24.1.
  • 21c9e54 Added pylint test and fixed various issues it detects.
  • 3220f72 Support ObjStm Compression
  • f6eff3d tests/test_707448.py: fix test_707673 failure with mupdf release branch.
  • 650c6bf test 707560
  • f78daae Test content cleaning
  • ef9bca2 Documentation: Adds macro for PyMuPDF and PDF titles in .rst
  • 179886f Documentation updates
  • d543903 Add documentation for CID text extraction flag
  • 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 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 [pymupdf](https://github.com/pymupdf/pymupdf) from 1.24.0 to 1.24.1.
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.24.0...1.24.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 8, 2024
@cla-bot cla-bot bot added the cla-signed CLA Bot: community license agreement signed label Apr 8, 2024
Copy link

codecov bot commented Apr 8, 2024

Codecov Report

Merging #12136 (2e88a22) into master (6ce7f86) will decrease coverage by 0.01%.
Report is 7 commits behind head on master.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #12136      +/-   ##
==========================================
- Coverage   64.07%   64.06%   -0.01%     
==========================================
  Files         870      870              
  Lines       52152    52152              
  Branches     6479     6479              
==========================================
- Hits        33416    33413       -3     
- Misses      17239    17241       +2     
- Partials     1497     1498       +1     

@afabiani afabiani merged commit 88871ed into master Apr 12, 2024
16 of 17 checks passed
@afabiani afabiani deleted the dependabot/pip/pymupdf-1.24.1 branch April 12, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed CLA Bot: community license agreement signed dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant