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

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


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

freee pushed a change to branch master
in repository afew.

      from  57e4d96   Replace 'MIT' with 'Expat' in debian/copyright
       new  00bc677   Add debian/watch file
      adds  5158667   New upstream version 1.2.0
       new  c693f25   Update upstream source from tag 'upstream/1.2.0'
       new  2d49cc6   Override .travis.yml with Debian-specific one
       new  a8b8f05   Add .pybuild to .gitignore
       new  1c87ccb   Add build dependency on python3-setuptools-scm
       new  0c63daf   Drop 0001-fix-failing-tests.patch
       new  71ebb18   Update changelog for 1.2.0-1 release

The 7 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                                  |   3 +
 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 +
 debian/changelog                            |   9 +
 debian/control                              |   1 +
 debian/patches/0001-fix-failing-tests.patch |  44 -----
 debian/patches/series                       |   1 -
 debian/watch                                |   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 ++-
 41 files changed, 539 insertions(+), 852 deletions(-)
 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 debian/patches/0001-fix-failing-tests.patch
 create mode 100644 debian/watch
 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