Skip to content

Comments

Bump pypdf2 from 1.25.1 to 2.1.1#393

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/pypdf2-2.1.1
Closed

Bump pypdf2 from 1.25.1 to 2.1.1#393
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/pypdf2-2.1.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 13, 2022

Bumps pypdf2 from 1.25.1 to 2.1.1.

Release notes

Sourced from pypdf2's releases.

Version 2.1.1, 2022-06-12

What's Changed

New Features (ENH)

  • Add support for pathlib as input for PdfReader (#979)

Performance Improvements (PI)

  • Optimize read_next_end_line (#646)

Bug Fixes (BUG)

  • Adobe Acrobat 'Would you like to save this file?' (#970)

Documentation (DOC)

  • Notes on annotations (#982)
  • Who uses PyPDF2
  • intendet \xe2\x9e\x94 in robustness page (#958)

Maintenance (MAINT)

  • pre-commit / requirements.txt updates (#977)
  • Mark read_next_end_line as deprecated (#965)
  • Export PageObject in PyPDF2 root (#960)

Testing (TST)

  • Add MCVE of issue #416 (#980)
  • FlateDecode.decode decodeParms (#964)
  • Xmp module (#962)
  • utils.paeth_predictor (#959)

Code Style (STY)

  • Use more tuples and list/dict comprehensions (#976)

New Contributors

Full Changelog: py-pdf/pypdf@2.1.0...2.1.1

Version 2.1.0, 2022-06-06

What's Changed

The highlight of the 2.1.0 release is the most massive improvement to the text extraction capabilities of PyPDF2 since 2016 🥳🎊 A very big thank you goes to pubpub-zz who took a lot of time and knowledge about the PDF format to finally get those improvements into PyPDF2. Thank you 🤗💚

In case the new function causes any issues, you can use _extract_text_old for the old functionality. Please also open a bug ticket in that case.

There were several people who have attempted to bring similar improvements to

... (truncated)

Changelog

Sourced from pypdf2's changelog.

Version 2.1.1, 2022-06-12

New Features (ENH):

  • Add support for pathlib as input for PdfReader (#979)

Performance Improvements (PI):

  • Optimize read_next_end_line (#646)

Bug Fixes (BUG):

  • Adobe Acrobat 'Would you like to save this file?' (#970)

Documentation (DOC):

  • Notes on annotations (#982)
  • Who uses PyPDF2
  • intendet \xe2\x9e\x94 in robustness page (#958)

Maintenance (MAINT):

  • pre-commit / requirements.txt updates (#977)
  • Mark read_next_end_line as deprecated (#965)
  • Export PageObject in PyPDF2 root (#960)

Testing (TST):

  • Add MCVE of issue #416 (#980)
  • FlateDecode.decode decodeParms (#964)
  • Xmp module (#962)
  • utils.paeth_predictor (#959)

Code Style (STY):

  • Use more tuples and list/dict comprehensions (#976)

Full Changelog: py-pdf/pypdf@2.1.0...2.1.1

Version 2.1.0, 2022-06-06

The highlight of the 2.1.0 release is the most massive improvement to the text extraction capabilities of PyPDF2 since 2016 🥳🎊 A very big thank you goes to pubpub-zz who took a lot of time and knowledge about the PDF format to finally get those improvements into PyPDF2. Thank you 🤗💚

In case the new function causes any issues, you can use _extract_text_old for the old functionality. Please also open a bug ticket in that case.

There were several people who have attempted to bring similar improvements to PyPDF2. All of those were valuable. The main reason why they didn't get merged is the big amount of open PRs / issues. pubpub-zz was the most comprehensive PR which also incorporated the latest changes of PyPDF2 2.0.0.

... (truncated)

Commits

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 [pypdf2](https://github.com/py-pdf/PyPDF2) from 1.25.1 to 2.1.1.
- [Release notes](https://github.com/py-pdf/PyPDF2/releases)
- [Changelog](https://github.com/py-pdf/PyPDF2/blob/main/CHANGELOG)
- [Commits](py-pdf/pypdf@v1.25.1...2.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 13, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 14, 2022

Superseded by #394.

@dependabot dependabot bot closed this Jun 14, 2022
@dependabot dependabot bot deleted the dependabot/pip/pypdf2-2.1.1 branch June 14, 2022 05:09
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.

0 participants