Skip to content

Comments

Bump pypdf2 from 1.25.1 to 2.4.0#399

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps pypdf2 from 1.25.1 to 2.4.0.

Release notes

Sourced from pypdf2's releases.

2.4.0

What's Changed

Thanks to @​exiledkingcc PyPDF2 now also supports R6 decryption 🎉 Thank you 🤗

New Features (ENH)

  • Support R6 decrypting (#1015)
  • Add PdfReader.pdf_header (#1013)

Performance Improvements (PI)

  • Remove ord_ calls (#1014)

Bug Fixes (BUG)

  • Fix missing page for bookmark (#1016)

Robustness (ROB)

  • Deal with invalid Destinations (#1028)

Documentation (DOC)

  • get_form_text_fields does not extract dropdown data (#1029)
  • Adjust PdfWriter.add_uri docstring
  • Mention crypto extra_requires for installation (#1017)

Developer Experience (DEV)

  • Use /n line endings everywhere (#1027)
  • Adjust string formatting to be able to use mutmut (#1020)
  • Update Bug report template

Full Changelog: py-pdf/pypdf@2.3.1...2.4.0

Version 2.3.1, 2022-06-19

What's Changed

Bug Fixes (BUG)

  • Forgot to add the interal _codecs subpackage.

Full Changelog: py-pdf/pypdf@2.3.0...2.3.1

2.3.0

What's Changed

The highlight of this release is improved support for file encryption (AES-128 and AES-256, R5 only). See #749 for the amazing work of @​exiledkingcc 🎊 Thank you 🤗

Deprecations (DEP)

  • Rename names to be PEP8-compliant (#967)
  • PdfWriter.get_page: the pageNumber parameter is renamed to page_number
  • PyPDF2.filters:

... (truncated)

Changelog

Sourced from pypdf2's changelog.

Version 2.4.0, 2022-06-26

New Features (ENH):

  • Support R6 decrypting (#1015)
  • Add PdfReader.pdf_header (#1013)

Performance Improvements (PI):

  • Remove ord_ calls (#1014)

Bug Fixes (BUG):

  • Fix missing page for bookmark (#1016)

Robustness (ROB):

  • Deal with invalid Destinations (#1028)

Documentation (DOC):

  • get_form_text_fields does not extract dropdown data (#1029)
  • Adjust PdfWriter.add_uri docstring
  • Mention crypto extra_requires for installation (#1017)

Developer Experience (DEV):

  • Use /n line endings everywhere (#1027)
  • Adjust string formatting to be able to use mutmut (#1020)
  • Update Bug report template

Full Changelog: py-pdf/pypdf@2.3.1...2.4.0

Version 2.3.1, 2022-06-19

BUG: Forgot to add the interal _codecs subpackage.

Version 2.3.0, 2022-06-19

The highlight of this release is improved support for file encryption (AES-128 and AES-256, R5 only). See #749 for the amazing work of @​exiledkingcc 🎊 Thank you 🤗

Deprecations (DEP):

  • Rename names to be PEP8-compliant (#967)
  • PdfWriter.get_page: the pageNumber parameter is renamed to page_number
  • PyPDF2.filters:
    • For all classes, a parameter rename: decodeParms ➔ decode_parms
    • decodeStreamData ➔ decode_stream_data
  • PyPDF2.xmp:
    • XmpInformation.rdfRoot ➔ XmpInformation.rdf_root
    • XmpInformation.xmp_createDate ➔ XmpInformation.xmp_create_date
    • XmpInformation.xmp_creatorTool ➔ XmpInformation.xmp_creator_tool

... (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.4.0.
- [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.4.0)

---
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 27, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2022

Superseded by #401.

@dependabot dependabot bot closed this Jul 1, 2022
@dependabot dependabot bot deleted the dependabot/pip/pypdf2-2.4.0 branch July 1, 2022 05:10
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