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

dependency: (deps): bump pypdfium2 from 4.30.0 to 4.30.1 in /backend #461

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2024

Bumps pypdfium2 from 4.30.0 to 4.30.1.

Release notes

Sourced from pypdfium2's releases.

4.30.1

Changes (Release 4.30.1)

Summary (pypdfium2)

  • PdfPage.get_objects(): Don't register pageobjects as children, because they don't need to be closed by the caller when part of a page. This avoids excessive caching of weakrefs that are not cleaned up with the object they refer to.
  • Fixed another dotted filepath blunder in the extract-images CLI. (The PdfImage.extract() API is not affected this time.)
  • Adapted setup code to bdist_wheel relocation (moved from wheel to setuptools).
  • Fixed installation with reference bindings (PDFIUM_BINDINGS=reference) by actually including them in the sdist and adding a missing mkdir call. (In older versions, this can be worked around by cloning the repository and creating the missing directory manually before installation.)
  • Fixed sourcebuild on windows by syncing patches with pdfium-binaries.
  • Updated test expectations: due to changes in pdfium, some numbers are now slightly different.
  • Fixed conda packaging: It is now required to explicitly specify -c defaults with --override-channels, presumably due to an upstream change.
  • Autorelease: Swapped default condition for minor/patch update, as pypdfium2 changes are likely more API-significant than pdfium updates. Added ability for manual override.
  • Bumped workflows to Python 3.12.
  • Updated docs on licensing.
  • This is expected to be the last release of the v4 series.

Commits between 4.30.0 and 4.30.1 (latest commit first):

  • b4e4105 [autorelease main] update 4.30.1
  • 08041a2 publish: disable attestations, tmp comment out
  • febe1a4 Changelog nits
  • 4fe6445 Q&D adaption to bdist_wheel relocation (fixes #326)
  • 067847a Fix reference bindings missing in sdist
  • 2ec6bd6 workflows: re-enable conda_raw trigger
  • 1320a3f sourcebuild: sync patches with pdfium-binaries
  • be173a7 changelog fixup
  • b85745a Update test expectations
  • 5001bf9 Prepare for possible release
  • 860bf97 Revert "Clarify Cannot close object; library is destroyed condition"
  • 6736a5d Update licensing docs
  • ce1faba Add missing mkdir with refbindings (fixes #320)
  • ff2ff4b Clarify Cannot close object; library is destroyed condition
  • 0f4bba8 PR template: use details summary rather than heading
  • 6bb675a chore: slightly update PR template
  • 7dca75c conda: also add -c defaults in workflow
  • f250b34 CLI/extract-images: Fix another dotted filepath blunder
  • 3fd35cf Fix conda packaging (upstream behavior change) (#314)
  • a07372d Update workflows to Python 3.12
  • d8a3128 versioning: swap minor/patch inc default, allow manual override
  • 38f5efe PdfPage.get_objects(): don't register objects as kids
  • 6f13da6 Slightly fix up changelog

... (truncated)

Commits
  • b4e4105 [autorelease main] update 4.30.1
  • 08041a2 publish: disable attestations, tmp comment out
  • febe1a4 Changelog nits
  • 4fe6445 Q&D adaption to bdist_wheel relocation (fixes #326)
  • 067847a Fix reference bindings missing in sdist
  • 2ec6bd6 workflows: re-enable conda_raw trigger
  • 1320a3f sourcebuild: sync patches with pdfium-binaries
  • be173a7 changelog fixup
  • b85745a Update test expectations
  • 5001bf9 Prepare for possible release
  • 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 [pypdfium2](https://github.com/pypdfium2-team/pypdfium2) from 4.30.0 to 4.30.1.
- [Release notes](https://github.com/pypdfium2-team/pypdfium2/releases)
- [Commits](pypdfium2-team/pypdfium2@4.30.0...4.30.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 20, 2024
@github-actions github-actions bot merged commit 9d6cb1a into main Dec 20, 2024
3 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/pip/backend/pypdfium2-4.30.1 branch December 20, 2024 09:47
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.

0 participants