Skip to content

Comments

Bump pypdf2 from 1.25.1 to 2.4.1#401

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2022

Bumps pypdf2 from 1.25.1 to 2.4.1.

Release notes

Sourced from pypdf2's releases.

Version 2.4.1, 2022-06-30

What's Changed

New Features (ENH)

  • Add writer.pdf_header property (getter and setter) (#1038)

Performance Improvements (PI)

  • Remove b_ call in FloatObject.write_to_stream (#1044)
  • Check duplicate objects in writer._sweep_indirect_references (#207)

Documentation (DOC)

  • How to surppress exceptions/warnings/log messages (#1037)
  • Remove hyphen from lossless (#1041)
  • Compression of content streams (#1040)
  • Fix inconsistent variable names in add-watermark.md (#1039)
  • File size reduction
  • Add CHANGELOG to the rendered docs (#1023)

Maintenance (MAINT)

  • Handle XML error when reading XmpInformation (#1030)
  • Deduplicate Code / add mutmut config (#1022)

Code Style (STY)

  • Use unnecessary one-line function / class attribute (#1043)
  • Docstring formatting (#1033)

New Contributors

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

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)

... (truncated)

Changelog

Sourced from pypdf2's changelog.

Version 2.4.1, 2022-06-30

New Features (ENH)

  • Add writer.pdf_header property (getter and setter) (#1038)

Performance Improvements (PI)

  • Remove b_ call in FloatObject.write_to_stream (#1044)
  • Check duplicate objects in writer._sweep_indirect_references (#207)

Documentation (DOC)

  • How to surppress exceptions/warnings/log messages (#1037)
  • Remove hyphen from lossless (#1041)
  • Compression of content streams (#1040)
  • Fix inconsistent variable names in add-watermark.md (#1039)
  • File size reduction
  • Add CHANGELOG to the rendered docs (#1023)

Maintenance (MAINT)

  • Handle XML error when reading XmpInformation (#1030)
  • Deduplicate Code / add mutmut config (#1022)

Code Style (STY)

  • Use unnecessary one-line function / class attribute (#1043)
  • Docstring formatting (#1033)

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

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)

... (truncated)

Commits
  • 66f00fc REL: 2.4.1
  • 97f36bd MAINT: Handle XML error when reading XmpInformation (#1030)
  • f1281b9 PI: Remove b_ call in FloatObject.write_to_stream (#1044)
  • 84c3e33 STY: Use unnecessary one-line function / class attribute (#1043)
  • d1f2ed2 MAINT: Deduplicate Code / add mutmut config (#1022)
  • a85c7e7 DOC: How to surppress exceptions/warnings/log messages (#1037)
  • eedf0e0 ENH: Add writer.pdf_header property (getter and setter) (#1038)
  • 0215cc7 DOC: Remove hyphen from lossless (#1041)
  • f2ffa7a DOC: Compression of content streams (#1040)
  • 08c54d9 DOC: Fix inconsistent variable names in add-watermark.md (#1039)
  • 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 [pypdf2](https://github.com/py-pdf/PyPDF2) from 1.25.1 to 2.4.1.
- [Release notes](https://github.com/py-pdf/PyPDF2/releases)
- [Changelog](https://github.com/py-pdf/PyPDF2/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@v1.25.1...2.4.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 Jul 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 6, 2022

Superseded by #403.

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