Bug 271753 - textproc/py-extract-msg: Update to 0.41.2
Summary: textproc/py-extract-msg: Update to 0.41.2
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-05-31 16:45 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2023-06-01 22:33 UTC (History)
1 user (show)

See Also:


Attachments
py-extract-msg-0.41.2.patch (1.86 KB, patch)
2023-05-31 16:45 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-05-31 16:45:49 UTC
Created attachment 242521 [details]
py-extract-msg-0.41.2.patch

Description:

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

* Updated annotations on MessageBase.save.
* Added new enum BodyTypes.
* Added property MessageBase.detectedBodies for detecting what bodies have
  been stored (not generated by the module) in the .msg file.

QA:

* portlint:
  - WARN: Makefile: using hyphen in PORTNAME. consider using PKGNAMEPREFIX and/or PKGNAMESUFFIX.
* testport OK (poudriere: 13.2-RELEASE, amd64, WKHTMLTOPDF tested)
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-06-01 22:30:44 UTC
A commit in branch main references this bug:

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

commit fb42cc9264c3283a5b8f356d85007443296cb67d
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2023-05-31 16:42:44 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-06-01 22:29:22 +0000

    textproc/py-extract-msg: Update to 0.41.2

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

    * Updated annotations on MessageBase.save.
    * Added new enum BodyTypes.
    * Added property MessageBase.detectedBodies for detecting what bodies have
      been stored (not generated by the module) in the .msg file.

    PR:             271753

 textproc/py-extract-msg/Makefile | 8 +++++++-
 textproc/py-extract-msg/distinfo | 6 +++---
 2 files changed, 10 insertions(+), 4 deletions(-)
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2023-06-01 22:33:33 UTC
Thank you for your submission.