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

Update dependency pdfminer.six to v20221105 - autoclosed #371

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pdfminer.six ==20201018 -> ==20221105 age adoption passing confidence

Release Notes

pdfminer/pdfminer.six (pdfminer.six)

v20221105

Compare Source

Added
  • Output converter for the hOCR format (#​651)
  • Font name aliases for Arial, Courier New and Times New Roman (#​790)
  • Documentation on why special characters can sometimes not be extracted (#​829)
Fixed
  • ValueError when bmp images with 1 bit channel are decoded (#​773)
  • ValueError when trying to decrypt empty metadata values (#​766)
  • Sphinx errors during building of documentation (#​760)
  • TypeError when getting default width of font (#​720)
  • Installing typing-extensions on Python 3.6 and 3.7 (#​775)
  • TypeError in cmapdb.py when parsing null characters (#​768)
  • Color "convenience operators" now (per spec) also set color space (#​794)
  • ValueError when extracting images, due to breaking changes in Pillow (#​827)
  • Small typo's and issues in the documentation (#​828)
Deprecated
  • Usage of if __name__ == "__main__" where it was only intended for testing purposes (#​756)

v20220524

Compare Source

Fixed
  • Ignoring (invalid) path constructors that do not begin with m (#​749)
Changed
  • Removed upper version bounds (#​755)

v20220506

Compare Source

Fixed
  • IndexError when handling invalid bfrange code map in
    CMap (#​731)
  • TypeError in lzw.py when self.table is not set (#​732)
  • TypeError in encodingdb.py when name of unicode is not
    str (#​733)
  • TypeError in HTMLConverter when using a bytes fontname (#​734)
Added
  • Exporting images without any specific encoding (#​737)
Changed
  • Using charset-normalizer instead of chardet for less restrictive license (#​744)

v20220319

Compare Source

Added
  • Export type annotations from pypi package per PEP561 (#​679)
  • Support for identity cmap's (#​626)
  • Add support for PDF page labels (#​680)
  • Installation of Pillow as an optional extra dependency (#​714)
Fixed
  • Hande decompression error due to CRC checksum error (#​637)
  • Regression (since 2019110) in LTLayoutContainer.group_textboxes that returned some text lines out of order (#​659)
  • Add handling of JPXDecode filter to enable extraction of images for some pdfs (#​645)
  • Fix extraction of jbig2 files, which was producing invalid files (#​652)
  • Crash in pdf2txt.py --boxes-flow=disabled (#​682)
  • Only use xref fallback if PDFNoValidXRef is raised and fallback is True (#​684)
  • Ignore empty characters when analyzing layout (#​499)
Changed
  • Replace warnings.warn with logging.Logger.warning in line with recommended use (#​673)
  • Switched from nose to pytest, from tox to nox and from Travis CI to GitHub Actions (#​704)
Removed
  • Unnecessary return statements without argument at the end of functions (#​707)

v20211012

Compare Source

Added
  • Add support for PDF 2.0 (ISO 32000-2) AES-256 encryption (#​614)
  • Support for Paeth PNG filter compression (predictor value = 4) (#​537)
  • Type annotations (#​661)
Fixed
  • KeyError when 'Encrypt' but not 'ID' present in trailer (#​594)
  • Fix issue of ValueError and KeyError rasied in PDFdocument and PDFparser (#​573)
  • Fix issue of TypeError: cannot unpack non-iterable PDFObjRef object, when unpacking the value of 'DW2' (#​529)
  • Fix PermissionError when creating temporary filepaths on windows when running tests (#​484)
  • Fix AttributeError when dumping a TOC with bytes destinations (#​600)
  • Fix issue of some Chinese characters can not be extracted correctly (#​593)
  • Detecting trailer correctly when surrounded with needless whitespace (#​535)
  • Fix .paint_path logic for handling single line segments and extracting point-on-curve positions of Beziér path commands (#​530)
  • Raising UnboundLocalError when a bad --output-type is used (#​610)
  • TypeError when using TagExtractor with non-string or non-bytes tag values (#​610)
  • Using io.TextIOBase as the file to write to (#​616)
  • Parsing \r\n after the escape character in a literal string (#​616)
Removed
  • Support for Python 3.4 and 3.5 (#​522)
  • Unused dependency on sortedcontainers package (#​525)
  • Support for non-standard output streams that are not binary (#​523)
  • Dependency on typing-extensions introduced by #​661 (#​677)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Sep 27, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (9a1fa28) 100.00% compared to head (0b8930e) 100.00%.
Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #371   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          141       141           
=========================================
  Hits           141       141           
Flag Coverage Δ
unit 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title Update dependency pdfminer.six to v20221105 Update dependency pdfminer.six to v20221105 - autoclosed Dec 29, 2023
@renovate renovate bot closed this Dec 29, 2023
@renovate renovate bot deleted the renovate/pdfminer.six-20221105.x branch December 29, 2023 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants