[Python-modules-commits] [python-aiosmtpd] branch upstream updated (044f9fa -> 9eb16b8)

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


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

peb-guest pushed a change to branch upstream
in repository python-aiosmtpd.

      from  044f9fa   Import Upstream version 1.0
       new  9eb16b8   New upstream version 1.1

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:
 .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(-)
 delete mode 100644 _static/.ignore
 delete mode 100644 aiosmtpd/docs/.gitignore
 delete mode 100644 aiosmtpd/docs/Makefile
 create mode 100644 aiosmtpd/docs/manpage.rst
 create mode 100644 aiosmtpd/tests/test_smtps.py

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