[Python-modules-commits] [afew] 02/07: Update upstream source from tag 'upstream/1.2.0'

Free Ekanayaka freee at moszumanska.debian.org
Tue Oct 31 21:12:28 UTC 2017


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

freee pushed a commit to branch master
in repository afew.

commit c693f253cb1a490b4a8dc2c711e43ab50a1efb20
Merge: 00bc677 5158667
Author: Free Ekanayaka <freee at debian.org>
Date:   Mon Oct 30 13:47:20 2017 +0000

    Update upstream source from tag 'upstream/1.2.0'
    
    Update to upstream version '1.2.0'
    with Debian dir b8cf985f8cf78f05e24e3c6ec8d1d7b16c259c51

 .gitignore                               |   2 +
 .travis.yml                              |  28 +++-
 PKG-INFO                                 |  19 +++
 README.md                                | 256 -------------------------------
 README.rst                               | 245 +++++++++++++++++++++++++++++
 afew.egg-info/PKG-INFO                   |  19 +++
 afew.egg-info/SOURCES.txt                |  51 ++++++
 afew.egg-info/dependency_links.txt       |   1 +
 afew.egg-info/entry_points.txt           |  14 ++
 afew.egg-info/requires.txt               |   2 +
 afew.egg-info/top_level.txt              |   1 +
 afew/DBACL.py                            | 112 --------------
 afew/Database.py                         |  17 --
 afew/MailMover.py                        |   7 +-
 afew/NotmuchSettings.py                  |   3 +-
 afew/Settings.py                         |   6 +-
 afew/{NotmuchSettings.py => __main__.py} |  21 +--
 afew/commands.py                         | 164 ++++++++------------
 afew/defaults/afew.config                |   1 -
 afew/filters/BaseFilter.py               |  11 +-
 afew/filters/ClassifyingFilter.py        |  41 -----
 afew/filters/FolderNameFilter.py         |  21 ++-
 afew/main.py                             |  37 -----
 afew/tests/test_settings.py              |  11 +-
 afew/tests/test_utils.py                 |  12 ++
 afew/utils.py                            |  92 +----------
 afew/version.py                          |   4 +
 docs/source/classification.rst           |  57 -------
 docs/source/commandline.rst              |  38 +----
 docs/source/configuration.rst            |   1 -
 docs/source/filters.rst                  |  21 ++-
 docs/source/implementation.rst           |  10 --
 docs/source/index.rst                    |   7 +-
 docs/source/installation.rst             |  10 +-
 docs/source/quickstart.rst               |   2 -
 setup.cfg                                |   4 +
 setup.py                                 |  27 +++-
 37 files changed, 543 insertions(+), 832 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