Bug 267924 - textproc/py-extract-msg: Update to 0.37.0
Summary: textproc/py-extract-msg: Update to 0.37.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: Guangyuan Yang
URL: https://github.com/TeamMsgExtractor/m...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-22 14:27 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2022-11-22 23:37 UTC (History)
1 user (show)

See Also:


Attachments
py-extract-msg-0.37.0.patch (2.66 KB, patch)
2022-11-22 14:27 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 2022-11-22 14:27:10 UTC
Created attachment 238247 [details]
py-extract-msg-0.37.0.patch

Description:

* pet portfmt

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

* Renamed internal variable that wasn't changed when the other instances
  or it were renamed.
* Fixed properties missing (a fatal MSG error) raising an unclear
  exception. It now uses InvalidFileFormatError.
* Updated README to contain documentation on command line option added
  in previous version.
* Removed MSGFile.mainProperties after deprecating it in v0.36.0.
* Added new Properties Intelligence type: ERROR. This type is used when
  a properties instance is created but has something wrong with it that
  is not necessarily fatal. Currently the only thing that will cause it
  is the properties stream being 0 bytes.

QA:

* portlint:
  - WARN: Makefile: using hyphen in PORTNAME. consider using PKGNAMEPREFIX and/or PKGNAMESUFFIX.
* testport: OK (poudriere: 13.1-RELEASE, amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-11-22 23:36:27 UTC
A commit in branch main references this bug:

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

commit f27f862129c466c0933693958ee256ae9eab6116
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2022-11-22 23:35:10 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2022-11-22 23:35:10 +0000

    textproc/py-extract-msg: Update to 0.37.0

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

    PR:             267924

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