1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

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
This commit is contained in:
Jesús Daniel Colmenares Oviedo 2023-08-10 19:55:57 -04:00 committed by Robert Clausecker
parent 165afb3792
commit a7837a493c
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= extract-msg
DISTVERSION= 0.41.5
DISTVERSION= 0.44.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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