This commit is contained in:
Sean Whalen
2020-01-24 12:21:34 -05:00
parent 95477bb818
commit 97db183031
4 changed files with 9 additions and 4 deletions
+5
View File
@@ -1,3 +1,8 @@
6.8.2
-----
- Require `mailsuite>=1.5.4`
6.8.1
-----
+1 -1
View File
@@ -33,7 +33,7 @@ from parsedmarc.utils import is_outlook_msg, convert_outlook_msg
from parsedmarc.utils import timestamp_to_human, human_timestamp_to_datetime
from parsedmarc.utils import parse_email
__version__ = "6.8.1"
__version__ = "6.8.2"
logging.basicConfig(
format='%(levelname)8s:%(filename)s:%(lineno)d:'
+1 -1
View File
@@ -14,7 +14,7 @@ elasticsearch>=6.3.1,<7.0.0
elasticsearch-dsl>=6.3.1,<7.0.0
kafka-python>=1.4.4
six==1.13.0
mailsuite>=1.5.3
mailsuite>=1.5.4
nose>=1.3.7
flake8>=3.7.8
doc8>=0.8.0
+2 -2
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "6.8.1"
__version__ = "6.8.2"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"
@@ -100,7 +100,7 @@ setup(
'requests>=2.22.0', 'imapclient>=2.1.0',
'mail-parser>=3.11.0',
'dateparser>=0.7.2',
'mailsuite>=1.5.3',
'mailsuite>=1.5.4',
'elasticsearch>=6.3.1,<7.0.0',
'elasticsearch-dsl>=6.3.1,<7.0.0',
'kafka-python>=1.4.4',