mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-08-17 12:43:19 +00:00
6.8.2
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
6.8.2
|
||||
-----
|
||||
|
||||
- Require `mailsuite>=1.5.4`
|
||||
|
||||
6.8.1
|
||||
-----
|
||||
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user