Created attachment 244021 [details] py-extract-msg-0.44.0.patch Description: ChangeLog: https://github.com/TeamMsgExtractor/msg-extractor/blob/v0.44.0/CHANGELOG.md * Fixed a bug that caused MessageBase.headerInit to always return False after the 0.42.0 update. * Changed MessageBase.headerInit to a property. * Fixed extract_msg.utils.__all__. * Minor regoanization within extract_msg/utils.py. * Minor changes to docstrings. * Minor README updates. * Fix issue with folded header fields decoding incorrectly when given to extract_msg.utils.decodeRfc2047. QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.2-RELEASE, amd64, WKHTMLTOPDF tested)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a7837a493c734441ac2d9803f0870e112c2630b3 commit a7837a493c734441ac2d9803f0870e112c2630b3 Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2023-08-10 23:55:57 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-08-13 09:35:33 +0000 textproc/py-extract-msg: Update to 0.44.0 ChangeLog: https://github.com/TeamMsgExtractor/msg-extractor/blob/v0.44.0/CHANGELOG.md * Fixed a bug that caused MessageBase.headerInit to always return False after the 0.42.0 update. * Changed MessageBase.headerInit to a property. * Fixed extract_msg.utils.__all__. * Minor regoanization within extract_msg/utils.py. * Minor changes to docstrings. * Minor README updates. * Fix issue with folded header fields decoding incorrectly when given to extract_msg.utils.decodeRfc2047. PR: 273062 textproc/py-extract-msg/Makefile | 2 +- textproc/py-extract-msg/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Thank you for your contribution.