diff options
author | Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> | 2023-11-19 17:30:57 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-11-20 13:26:47 +0000 |
commit | 114cd12c2b84219ec9a76b41541b22f06c87bf87 (patch) | |
tree | 1862498fea3a7723858a06c00de2c8769538c351 | |
parent | 9015a5e0068c03279dd3051b72c77d45d96e1d7a (diff) | |
download | ports-114cd12c2b84219ec9a76b41541b22f06c87bf87.tar.gz ports-114cd12c2b84219ec9a76b41541b22f06c87bf87.zip |
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
-rw-r--r-- | textproc/py-extract-msg/Makefile | 3 | ||||
-rw-r--r-- | textproc/py-extract-msg/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/textproc/py-extract-msg/Makefile b/textproc/py-extract-msg/Makefile index 42358e103206..4dd8144af552 100644 --- a/textproc/py-extract-msg/Makefile +++ b/textproc/py-extract-msg/Makefile @@ -1,5 +1,5 @@ PORTNAME= extract-msg -DISTVERSION= 0.45.0 +DISTVERSION= 0.46.2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -32,6 +32,7 @@ OPTIONS_DEFINE= WKHTMLTOPDF OPTIONS_DEFAULT= WKHTMLTOPDF WKHTMLTOPDF_DESC= Enable support for converting the body as PDF + WKHTMLTOPDF_RUN_DEPENDS= wkhtmltopdf>0:converters/wkhtmltopdf .include <bsd.port.mk> diff --git a/textproc/py-extract-msg/distinfo b/textproc/py-extract-msg/distinfo index c7f12e8e1033..5b3fdc3a4d22 100644 --- a/textproc/py-extract-msg/distinfo +++ b/textproc/py-extract-msg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691959858 -SHA256 (extract_msg-0.45.0.tar.gz) = 6814865cf2ba806bd69af53af688a13e000a95d4991cce6a0416b3bdeb739496 -SIZE (extract_msg-0.45.0.tar.gz) = 298409 +TIMESTAMP = 1700414684 +SHA256 (extract_msg-0.46.2.tar.gz) = 1ccc852881bba973a1f2e2b65e72138aaf2b5784dddc13be34d65af1c410e8ab +SIZE (extract_msg-0.46.2.tar.gz) = 314391 |