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 pikepdf from 2.16.1 to 5.0.0 #96

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2022

Bumps pikepdf from 2.16.1 to 5.0.0.

Changelog

Sourced from pikepdf's changelog.

v5.0.0

  • Some errors and inconsistencies are in the "pdfdoc" encoding provided by pikepdf have been corrected, in conjunction with fixes in libqpdf.
  • libqpdf 10.6.2 is required.
  • Previously, looking up the number of a page, given the page, required a linear search of all pages. We now use a newer QPDF API that allows quicker lookups.

v4.5.0

  • Fixed gcc linker error with linking to a source-compiled version of qpdf. Thanks @​jerkenbilt.
  • Fixed dead/obsolete link to old QPDF manual. Thanks @​m-holger.
  • Rebuild binary wheels against qpdf 10.5.0. Note 10.6.0 has been released but requires further changes so does not work yet.
  • Removed some workarounds to support now-unsupported versions of pybind11.
  • Adjusted hypothesis test settings so it does not randomly fail on PyPy.
  • Mention vector vs raster images in documentation.
  • JBIG2 decoding is now more tightly integrated. In particular, we can now decode more types of JBIG2 image and they can be decoded using either the object or image interface.
  • Switch to tomli for TOML parsing.
  • Refactor image tests to use hypothesis more effectively and use more random issues, fixing many errors along the way.

v4.4.1

  • Fixed two instances of a Python object being copied without the GIL held. May have caused some instability. Thanks @​rwgk.

v4.4.0

  • Further improvements to handling of 2- and 4-bit per component images. Major refactoring of relevant code and improved testing.

v4.3.1

v4.3.0

  • Improved support for images with bits per component set to values between 2 and 7 inclusive.
  • Additional types of runtime errors produced by libqpdf are now resolved to DataDecodingError for improved error message clarity.

... (truncated)

Commits
  • 44a67f1 Merge branch 'master' of github.com:pikepdf/pikepdf
  • 8a6f468 build: use make install-libs
  • 14a3322 Merge pull request #308 from mgorny/tomli-typo
  • 1677837 build: nudge brew to update
  • a59907c docs: pdfdocencoding version changed
  • 8e2436d Document that we no longer O(n) searches
  • 3f9d830 v5.0.0 release notes
  • f49f796 page: replace old qpdf workaround with newer qpdf API
  • 3848df5 pagelist: remove old qpdf shim
  • 9f13c49 Drop some now-unsupported qpdf version xfail tags
  • 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 [pikepdf](https://github.com/pikepdf/pikepdf) from 2.16.1 to 5.0.0.
- [Release notes](https://github.com/pikepdf/pikepdf/releases)
- [Changelog](https://github.com/pikepdf/pikepdf/blob/master/docs/release_notes.rst)
- [Commits](pikepdf/pikepdf@v2.16.1...v5.0.0)

---
updated-dependencies:
- dependency-name: pikepdf
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Feb 18, 2022
@paperless-ngx-secretary
Copy link

Hello @dependabot[bot],

thank you very much for submitting this PR to us!

This is what will happen next:

  1. My robotic colleagues are currently checking your changes to see if they break anything. You can see the progress below.
  2. Once that is finished, human contributors from paperless-ngx review your changes. Since this seems to be a small change, only a single contributor has to review your changes.
  3. Please improve anything that comes up during the review until your pull request gets approved.
  4. Your pull request will be merged into the dev branch. Changes there will be tested further.
  5. Eventually, changes from you and other contributors will be merged into master and a new release will be made.

Please allow up to 7 days for an initial review. We're all very excited about new pull requests but we only do this as a hobby.
If any action will be required by you, please reply within a month.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 1865300823

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.084%

Totals Coverage Status
Change from base Build 1865042100: 0.0%
Covered Lines: 3920
Relevant Lines: 4257

💛 - Coveralls

@bauerj
Copy link
Member

bauerj commented Feb 24, 2022

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 24, 2022

Superseded by #143.

@dependabot dependabot bot closed this Feb 24, 2022
@dependabot dependabot bot deleted the dependabot/pip/dev/pikepdf-5.0.0 branch February 24, 2022 14:15
@github-actions
Copy link
Contributor

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backend dependencies Pull requests that update a dependency file small-change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants