[Python-modules-commits] [afew] branch master updated (71ebb18 -> ba57b70)

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


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

freee pushed a change to branch master
in repository afew.

      from  71ebb18   Update changelog for 1.2.0-1 release
      adds  b0cc0ea   New upstream version 1.3.0
       new  576f225   Update upstream source from tag 'upstream/1.3.0'
       new  856cad9   Update changelog for 1.3.0-1 release
       new  128aca2   Fix homeage in debian/control
       new  7755460   Add dependency on python3-dkim
       new  2ebb8d1   Overwrite .travis.yml
       new  ba57b70   Release 1.3.0-1

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                  |   1 -
 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 +-
 debian/changelog                            |   8 ++
 debian/control                              |   3 +-
 docs/source/conf.py                         |  16 +---
 docs/source/move_mode.rst                   |  22 ++++-
 setup.py                                    |  28 +++----
 41 files changed, 363 insertions(+), 450 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 afew/filters/DKIMValidityFilter.py
 create mode 100644 afew/filters/DMARCReportInspectionFilter.py
 create mode 100644 afew/filters/MeFilter.py

-- 
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