Skip to content

Comments

Bump pypdf2 from 1.25.1 to 2.6.0#406

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps pypdf2 from 1.25.1 to 2.6.0.

Release notes

Sourced from pypdf2's releases.

2.6.0

What's Changed

New Features (ENH)

  • Add color and font_format to PdfReader.outlines[i] (#1104)
  • Extract Text Enhancement (whitespaces) (#1084)

Bug Fixes (BUG)

  • Use build_destination for named destination outlines (#1128)
  • Avoid a crash when a ToUnicode CMap has an empty dstString in beginbfchar (#1118)
  • Prevent deduplication of PageObject (#1105)
  • None-check in DictionaryObject.read_from_stream (#1113)
  • Avoid IndexError in _cmap.parse_to_unicode (#1110)

Documentation (DOC)

  • Explanation for git submodule
  • Watermark and stamp (#1095)

Maintenance (MAINT)

  • Text extraction improvements (#1126)
  • Destination.color returns ArrayObject instead of tuple as fallback (#1119)
  • Use add_bookmark_destination in add_bookmark (#1100)
  • Use add_bookmark_destination in add_bookmark_dict (#1099)

Testing (TST)

  • Add test for arab text (#1127)
  • Add xfail for decryption fail (#1125)
  • Add xfail test for IndexError when extracting text (#1124)
  • Add MCVE showing outline title issue (#1123)

Code Style (STY)

  • Use IntFlag for permissions_flag / update_page_form_field_values (#1094)
  • Simplify code (#1101)

New Contributors

Full Changelog: py-pdf/pypdf@2.5.0...2.6.0

Version 2.5.0, 2022-07-10

What's Changed

New Features (ENH)

  • Add support for indexed color spaces / BitsPerComponent for decoding PNGs (#1067)
  • Add PageObject._get_fonts (#1083)

Performance Improvements (PI)

  • Use iterative DFS in PdfWriter._sweep_indirect_references (#1072)

... (truncated)

Changelog

Sourced from pypdf2's changelog.

Version 2.6.0, 2022-07-17

New Features (ENH)

  • Add color and font_format to PdfReader.outlines[i] (#1104)
  • Extract Text Enhancement (whitespaces) (#1084)

Bug Fixes (BUG)

  • Use build_destination for named destination outlines (#1128)
  • Avoid a crash when a ToUnicode CMap has an empty dstString in beginbfchar (#1118)
  • Prevent deduplication of PageObject (#1105)
  • None-check in DictionaryObject.read_from_stream (#1113)
  • Avoid IndexError in _cmap.parse_to_unicode (#1110)

Documentation (DOC)

  • Explanation for git submodule
  • Watermark and stamp (#1095)

Maintenance (MAINT)

  • Text extraction improvements (#1126)
  • Destination.color returns ArrayObject instead of tuple as fallback (#1119)
  • Use add_bookmark_destination in add_bookmark (#1100)
  • Use add_bookmark_destination in add_bookmark_dict (#1099)

Testing (TST)

  • Add test for arab text (#1127)
  • Add xfail for decryption fail (#1125)
  • Add xfail test for IndexError when extracting text (#1124)
  • Add MCVE showing outline title issue (#1123)

Code Style (STY)

  • Use IntFlag for permissions_flag / update_page_form_field_values (#1094)
  • Simplify code (#1101)

Full Changelog: py-pdf/pypdf@2.5.0...2.6.0

Version 2.5.0, 2022-07-10

New Features (ENH)

  • Add support for indexed color spaces / BitsPerComponent for decoding PNGs (#1067)
  • Add PageObject._get_fonts (#1083)

Performance Improvements (PI)

  • Use iterative DFS in PdfWriter._sweep_indirect_references (#1072)

Bug Fixes (BUG)

  • Let Page.scale also scale the crop-/trim-/bleed-/artbox (#1066)
  • Column default for CCITTFaxDecode (#1079)

Robustness (ROB)

  • Guard against None-value in _get_outlines (#1060)

... (truncated)

Commits
  • 33634d4 REL: 2.6.0
  • 1800514 TST: Remove xfail from test_outline_title_issue_1121
  • 7fba86b BUG: Use build_destination for named destination outlines (#1128)
  • e24b0a0 MAINT: Text extraction improvements (#1126)
  • 0b693e1 TST: Add test for arab text (#1127)
  • ae0ff49 BUG: Avoid a crash when a ToUnicode CMap has an empty dstString in beginbfcha...
  • baeb7d2 STY: Apply black and isort
  • cd87bbb TST: Add xfail for decryption fail (#1125)
  • 8a010a5 DOC: Explanation for git submodule
  • b1d4ea1 TST: Add xfail test for IndexError when extracting text (#1124)
  • 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.6.0.
- [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.6.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 Jul 18, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2022

Superseded by #407.

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