This commit is contained in:
Sean Whalen
2024-10-24 18:04:19 -04:00
parent bb722e651a
commit 976a3274e6
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -1,6 +1,14 @@
Changelog
=========
8.15.2
------
- Require `mailsuite>=1.9.18`
- Pins `mail-parser` version at `3.15.0` due to a parsing regression in mail-parser `4.0.0`
- Parse aggregate reports with empty `<auth_results>`
- Do not overwrite the log on each run (PR #569 fixes issue #565)
8.15.1
------
+1 -1
View File
@@ -34,7 +34,7 @@ from parsedmarc.utils import is_outlook_msg, convert_outlook_msg
from parsedmarc.utils import parse_email
from parsedmarc.utils import timestamp_to_human, human_timestamp_to_datetime
__version__ = "8.15.1"
__version__ = "8.15.2"
logger.debug("parsedmarc v{0}".format(__version__))
+1 -1
View File
@@ -46,7 +46,7 @@ dependencies = [
"imapclient>=2.1.0",
"kafka-python-ng>=2.2.2",
"lxml>=4.4.0",
"mailsuite>=1.9.17",
"mailsuite>=1.9.18",
"msgraph-core==0.2.2",
"opensearch-py>=2.4.2,<=3.0.0",
"publicsuffixlist>=0.10.0",