Bug 269775 - textproc/py-extract-msg: Update to 0.39.1
Summary: textproc/py-extract-msg: Update to 0.39.1
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: freebsd-ports-bugs (Nobody)
URL: https://github.com/TeamMsgExtractor/m...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-23 12:13 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2023-02-26 19:02 UTC (History)
1 user (show)

See Also:


Attachments
py-extract-msg-0.39.1.patch (2.15 KB, patch)
2023-02-23 12:13 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-02-23 12:13:58 UTC
Created attachment 240341 [details]
py-extract-msg-0.39.1.patch

Description:

ChangeLog: https://github.com/TeamMsgExtractor/msg-extractor/blob/v0.39.1/CHANGELOG.md

* Fixed typo in a warning.
* Removed __del__ method from MSGFile. It was there for cleanup, but wasn't
  planned well enough to stop it from causing issues. It may be
  reintroduced in the future if I can manage to remove the
  issues.
* Fixed some parts of extract_msg.utils.getCommandArgs having invalid logic
  after a previous (rather old) update that caused exceptions when using
  certain options.
* Added new property treePath to AttachmentBase and MSGFile (which adds it
  to nearly every class). This property is the path to the current
  instance, represented as a tuple of instances that would be used
  to get to the current instance.
* Added sphinx documentation.
* Fixed an issue in OleWriter that would produce corrupted OLE files if
  the DIFAT needed more than the header

QA:

* portlint:
  - WARN: Makefile: using hyphen in PORTNAME. consider using PKGNAMEPREFIX and/or PKGNAMESUFFIX.
* testport: OK (poudriere: 13.1-RELEASE, amd64)
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2023-02-26 19:01:48 UTC
committed, thanks
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-02-26 19:02:01 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b66d7bf153240467033c205dde6665690a314489

commit b66d7bf153240467033c205dde6665690a314489
Author:     Tilman Keskinoz <arved@FreeBSD.org>
AuthorDate: 2023-02-26 18:59:18 +0000
Commit:     Tilman Keskinoz <arved@FreeBSD.org>
CommitDate: 2023-02-26 18:59:18 +0000

    textproc/py-extract-msg: Update to 0.39.1

    Changelog:      https://github.com/TeamMsgExtractor/msg-extractor/blob/v0.39.1/CHANGELOG.md

    PR:             269775
    Submitted by:   maintainer

 textproc/py-extract-msg/Makefile | 2 +-
 textproc/py-extract-msg/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)