Bug 273062

Summary: textproc/py-extract-msg: Update to 0.44.0
Product: Ports & Packages Reporter: Jesús Daniel Colmenares Oviedo <DtxdF>
Component: Individual Port(s)Assignee: Robert Clausecker <fuz>
Status: Closed FIXED    
Severity: Affects Only Me CC: fuz
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/TeamMsgExtractor/msg-extractor/blob/v0.44.0/CHANGELOG.md
Attachments:
Description Flags
py-extract-msg-0.44.0.patch DtxdF: maintainer-approval+

Description Jesús Daniel Colmenares Oviedo 2023-08-10 23:57:17 UTC
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)
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-08-13 09:42:43 UTC
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(-)
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2023-08-13 09:44:29 UTC
Thank you for your contribution.