Bug 275202 - textproc/py-extract-msg: Update to 0.46.2
Summary: textproc/py-extract-msg: Update to 0.46.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: Muhammad Moinur Rahman
URL: https://github.com/TeamMsgExtractor/m...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-19 16:05 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2023-11-20 13:29 UTC (History)
1 user (show)

See Also:


Attachments
extract-msg-0.46.2.patch (1.70 KB, patch)
2023-11-19 16:05 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-11-19 16:05:02 UTC
Created attachment 246426 [details]
extract-msg-0.46.2.patch

Description:

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

* Adjusted typing information on regular expressions. They were using a
  subscript that was added in Python 3.9 (apparently that is something
  the type checker doesn't check for), which made the module incompatible
  with Python 3.8. If you are using Python 3.9 or higher a version check
  will switch to the more specific typing.

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-11-20 13:27:41 UTC
A commit in branch main references this bug:

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

commit 114cd12c2b84219ec9a76b41541b22f06c87bf87
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2023-11-19 17:30:57 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-11-20 13:26:47 +0000

    textproc/py-extract-msg: Update version 0.45.0=>0.46.2

    * Adjusted typing information on regular expressions. They were using a
      subscript that was added in Python 3.9 (apparently that is something
      the type checker doesn't check for), which made the module incompatible
      with Python 3.8. If you are using Python 3.9 or higher a version check
      will switch to the more specific typing.

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

    PR:             275202
    Approved by:    submitter is maintainer

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