[Python-modules-commits] [python-aiosmtpd] 02/03: Merge tag 'upstream/1.1'

Pierre-Elliott Bécue peb-guest at moszumanska.debian.org
Thu Jul 6 21:06:58 UTC 2017


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

peb-guest pushed a commit to branch master
in repository python-aiosmtpd.

commit 975f0b068df85f6534763e15831d904208becfc1
Merge: 8a5c7e2 9eb16b8
Author: Pierre-Elliott Bécue <becue at crans.org>
Date:   Thu Jul 6 22:44:53 2017 +0200

    Merge tag 'upstream/1.1'
    
    Upstream version 1.1

 .appveyor.yml                   |   5 -
 .coverage.ini                   |   1 -
 .travis.yml                     |   2 -
 MANIFEST.in                     |   2 +-
 PKG-INFO                        |  10 +-
 README.rst                      |   9 +-
 _static/.ignore                 |   0
 aiosmtpd.egg-info/PKG-INFO      |  10 +-
 aiosmtpd.egg-info/SOURCES.txt   |   5 +-
 aiosmtpd/controller.py          |  33 ++--
 aiosmtpd/docs/.gitignore        |   1 -
 aiosmtpd/docs/Makefile          | 177 -----------------
 aiosmtpd/docs/NEWS.rst          |  27 +++
 aiosmtpd/docs/controller.rst    |  12 +-
 aiosmtpd/docs/handlers.rst      |   2 +-
 aiosmtpd/docs/manpage.rst       |  66 +++++++
 aiosmtpd/docs/migrating.rst     |   6 +-
 aiosmtpd/docs/smtp.rst          |  19 +-
 aiosmtpd/handlers.py            |  20 +-
 aiosmtpd/lmtp.py                |  21 +-
 aiosmtpd/main.py                |  13 +-
 aiosmtpd/smtp.py                | 411 +++++++++++++++++++---------------------
 aiosmtpd/tests/test_handlers.py |  46 ++---
 aiosmtpd/tests/test_lmtp.py     |  10 +
 aiosmtpd/tests/test_main.py     | 164 ++++++++--------
 aiosmtpd/tests/test_smtp.py     | 159 +++++++++++++---
 aiosmtpd/tests/test_smtps.py    |  62 ++++++
 aiosmtpd/tests/test_starttls.py |  45 ++---
 setup.cfg                       |   3 +-
 setup.py                        |   7 +-
 tox.ini                         |   8 +-
 31 files changed, 693 insertions(+), 663 deletions(-)

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



More information about the Python-modules-commits mailing list