Bug 269975 - textproc/py-extract-msg: Update to 0.39.2
Summary: textproc/py-extract-msg: Update to 0.39.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-03-05 13:51 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2023-03-08 10:24 UTC (History)
1 user (show)

See Also:


Attachments
py-extract-msg-0.39.2.patch (1.62 KB, patch)
2023-03-05 13:51 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff
py-extract-msg-0.39.2.patch (1.62 KB, patch)
2023-03-07 13:24 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-03-05 13:51:25 UTC
Created attachment 240599 [details]
py-extract-msg-0.39.2.patch

Description:

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

* Fixed issues with AttachmentBase.name that could cause it to generate
  wrong.
* Added convenience function MSGFile.exportBytes which returns the
  exported version from MSGFile.export as bytes instead of writing
  it to a file or file-like object.

QA:

* portlint:
  - WARN: Makefile: using hyphen in PORTNAME. consider using PKGNAMEPREFIX and/or PKGNAMESUFFIX.
* testport: OK (poudriere: 13.1-RELEASE, amd64)
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2023-03-07 09:44:23 UTC
Will change PORTVERSION to DISTVERSION on commit as per policy.
Comment 2 Jesús Daniel Colmenares Oviedo 2023-03-07 13:24:20 UTC
Created attachment 240636 [details]
py-extract-msg-0.39.2.patch

Description:

* Change PORTVERSION to DISTVERSION

QA:

* portlint:
  - WARN: Makefile: using hyphen in PORTNAME. consider using PKGNAMEPREFIX and/or PKGNAMESUFFIX.
* testport: OK (poudriere: 13.1-RELEASE, amd64)
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-03-08 10:19:57 UTC
A commit in branch main references this bug:

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

commit 8a14da3cda467b794e6493ee55488cc0be002a8f
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2023-03-05 13:45:15 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-03-08 10:10:18 +0000

    textproc/py-extract-msg: Update to 0.39.2

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

    * Fixed issues with AttachmentBase.name that could cause it to generate
      wrong.
    * Added convenience function MSGFile.exportBytes which returns the
      exported version from MSGFile.export as bytes instead of writing
      it to a file or file-like object.

    PR:             269975

 textproc/py-extract-msg/Makefile | 2 +-
 textproc/py-extract-msg/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 4 Robert Clausecker freebsd_committer freebsd_triage 2023-03-08 10:24:13 UTC
Thank you for your contribution.