Bug 273062 - textproc/py-extract-msg: Update to 0.44.0
Summary: textproc/py-extract-msg: Update to 0.44.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL: https://github.com/TeamMsgExtractor/m...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-10 23:57 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2023-08-13 09:44 UTC (History)
1 user (show)

See Also:


Attachments
py-extract-msg-0.44.0.patch (1.75 KB, patch)
2023-08-10 23:57 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.