[Python-modules-commits] [afew] 01/06: Update upstream source from tag 'upstream/1.3.0'

Free Ekanayaka freee at moszumanska.debian.org
Wed Feb 7 10:02:59 UTC 2018


This is an automated email from the git hooks/post-receive script.

freee pushed a commit to branch master
in repository afew.

commit 576f225bd76e8c10e1087acb78f9ca32b2218306
Merge: 71ebb18 b0cc0ea
Author: Free Ekanayaka <freee at debian.org>
Date:   Wed Feb 7 09:41:05 2018 +0000

    Update upstream source from tag 'upstream/1.3.0'
    
    Update to upstream version '1.3.0'
    with Debian dir a1f338ec3a1c20b3526e5211887cb9ac510ffe7a

 .gitignore                                  |   1 -
 .travis.yml                                 |  28 +++++--
 LICENSE                                     |  15 ++++
 PKG-INFO                                    |  10 ++-
 README.rst                                  |   4 +-
 afew.egg-info/PKG-INFO                      |  10 ++-
 afew.egg-info/SOURCES.txt                   |   4 +
 afew.egg-info/entry_points.txt              |   3 +
 afew.egg-info/requires.txt                  |   1 +
 afew/Database.py                            |  21 +----
 afew/FilterRegistry.py                      |  21 +----
 afew/MailMover.py                           |  19 +----
 afew/NotmuchSettings.py                     |  21 +----
 afew/Settings.py                            |  21 +----
 afew/__init__.py                            |  21 +----
 afew/__main__.py                            |  21 +----
 afew/commands.py                            |  22 +----
 afew/configparser.py                        |  21 +----
 afew/files.py                               |  21 +----
 afew/filters/ArchiveSentMailsFilter.py      |  21 +----
 afew/filters/BaseFilter.py                  |  21 +----
 afew/filters/DKIMValidityFilter.py          |  39 +++++++++
 afew/filters/DMARCReportInspectionFilter.py | 120 ++++++++++++++++++++++++++++
 afew/filters/FolderNameFilter.py            |  21 +----
 afew/filters/HeaderMatchingFilter.py        |  21 +----
 afew/filters/InboxFilter.py                 |  20 +----
 afew/filters/KillThreadsFilter.py           |  21 +----
 afew/filters/ListMailsFilter.py             |  21 +----
 afew/filters/MeFilter.py                    |  33 ++++++++
 afew/filters/SentMailsFilter.py             |  21 +----
 afew/filters/SpamFilter.py                  |  21 +----
 afew/filters/__init__.py                    |  21 +----
 afew/main.py                                |  21 +----
 afew/tests/__init__.py                      |  15 +---
 afew/tests/test_settings.py                 |  19 ++---
 afew/utils.py                               |  21 +----
 afew/version.py                             |   2 +-
 docs/source/conf.py                         |  16 +---
 docs/source/move_mode.rst                   |  22 ++++-
 setup.py                                    |  28 +++----
 40 files changed, 373 insertions(+), 457 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/afew.git



More information about the Python-modules-commits mailing list