aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesús Daniel Colmenares Oviedo <DtxdF@disroot.org>2023-08-10 23:55:57 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-08-13 09:35:33 +0000
commita7837a493c734441ac2d9803f0870e112c2630b3 (patch)
tree93676ad358c6910d11add82bdd1862a0e994bcf0
parent165afb379257d6f0b973b23c46c1442ee87bee12 (diff)
downloadports-a7837a493c734441ac2d9803f0870e112c2630b3.tar.gz
ports-a7837a493c734441ac2d9803f0870e112c2630b3.zip
textproc/py-extract-msg: Update to 0.44.0
ChangeLog: https://github.com/TeamMsgExtractor/msg-extractor/blob/v0.44.0/CHANGELOG.md * Fixed a bug that caused MessageBase.headerInit to always return False after the 0.42.0 update. * Changed MessageBase.headerInit to a property. * Fixed extract_msg.utils.__all__. * Minor regoanization within extract_msg/utils.py. * Minor changes to docstrings. * Minor README updates. * Fix issue with folded header fields decoding incorrectly when given to extract_msg.utils.decodeRfc2047. PR: 273062
-rw-r--r--textproc/py-extract-msg/Makefile2
-rw-r--r--textproc/py-extract-msg/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/py-extract-msg/Makefile b/textproc/py-extract-msg/Makefile
index 0052435d0c6f..25fca306a0cb 100644
--- a/textproc/py-extract-msg/Makefile
+++ b/textproc/py-extract-msg/Makefile
@@ -1,5 +1,5 @@
PORTNAME= extract-msg
-DISTVERSION= 0.41.5
+DISTVERSION= 0.44.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-extract-msg/distinfo b/textproc/py-extract-msg/distinfo
index b76be1b4e2e6..b09ba1fb69c5 100644
--- a/textproc/py-extract-msg/distinfo
+++ b/textproc/py-extract-msg/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1686629657
-SHA256 (extract_msg-0.41.5.tar.gz) = 99d4fdc0c0912c836370bf9fbb6e77558bb978499c1b5fdd31634684e323885c
-SIZE (extract_msg-0.41.5.tar.gz) = 181877
+TIMESTAMP = 1691703145
+SHA256 (extract_msg-0.44.0.tar.gz) = 6f51ca87ffdbc2c8d28589d7221bfb8710e6af164037a3ee574bef35f4470397
+SIZE (extract_msg-0.44.0.tar.gz) = 292825