[Bug 269775] textproc/py-extract-msg: Update to 0.39.1

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 23 Feb 2023 12:13:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269775

            Bug ID: 269775
           Summary: textproc/py-extract-msg: Update to 0.39.1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://github.com/TeamMsgExtractor/msg-extractor/blob
                    /v0.39.1/CHANGELOG.md
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: DtxdF@disroot.org
 Attachment #240341 maintainer-approval+
             Flags:

Created attachment 240341
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=240341&action=edit
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)

-- 
You are receiving this mail because:
You are the assignee for the bug.