From 766786344dfea72a9269855197db1cd6881ce70c Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Wed, 17 Jul 2019 10:39:39 -0400 Subject: [PATCH] 6.5 release --- CHANGELOG.md | 3 +++ docs/index.rst | 4 ---- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6242f7..d92605c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ ----- - Move mail processing functions to `mailsuite` package +- Add offline option (closes issue #90) - Properly set timeout when querying DNS (closes issue #79 and #92) +- Log the current file path being processed when `--debug` is used (closes issue #95) + 6.4.2 ----- diff --git a/docs/index.rst b/docs/index.rst index 6bae503..032960e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1486,10 +1486,6 @@ parsedmarc.elastic parsedmarc.splunk ----------------- -.. toctree:: - :maxdepth: 2 - :caption: Contents: - .. automodule:: parsedmarc.splunk :members: diff --git a/requirements.txt b/requirements.txt index e2d775a..2c06967 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ dateparser>=0.7.1 elasticsearch>=6.3.1,<7.0.0 elasticsearch-dsl>=6.3.1,<7.0.0 kafka-python>=1.4.4 -git+https://github.com/seanthegeek/mailsuite.git +mailsuite>=1.0.0 nose pygments flake8