[Python-modules-commits] [afew] branch upstream updated (3eff53f -> 5158667)

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


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

freee pushed a change to branch upstream
in repository afew.

      from  3eff53f   New upstream version 0.0+git2016.02.29.b19a88f
       new  5158667   New upstream version 1.2.0

The 1 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                         |   2 +
 .travis.yml                        |  23 ++++
 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/{__init__.py => __main__.py}  |   5 +-
 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, 547 insertions(+), 807 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 PKG-INFO
 delete mode 100644 README.md
 create mode 100644 README.rst
 create mode 100644 afew.egg-info/PKG-INFO
 create mode 100644 afew.egg-info/SOURCES.txt
 create mode 100644 afew.egg-info/dependency_links.txt
 create mode 100644 afew.egg-info/entry_points.txt
 create mode 100644 afew.egg-info/requires.txt
 create mode 100644 afew.egg-info/top_level.txt
 delete mode 100644 afew/DBACL.py
 copy afew/{__init__.py => __main__.py} (92%)
 delete mode 100644 afew/filters/ClassifyingFilter.py
 create mode 100644 afew/tests/test_utils.py
 create mode 100644 afew/version.py
 delete mode 100644 docs/source/classification.rst
 create mode 100644 setup.cfg

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