[Python-modules-commits] [python-aiosmtpd] branch master updated (8a5c7e2 -> ac4a9a4)

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 change to branch master
in repository python-aiosmtpd.

      from  8a5c7e2   Removing patches/series
       new  9eb16b8   New upstream version 1.1
       new  975f0b0   Merge tag 'upstream/1.1'
       new  ac4a9a4   Bumping to 1.1-1

The 3 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 ++--
 debian/changelog                   |  33 +++
 debian/contrib/manpages/aiosmtpd.1 | 140 ++++++++-----
 debian/control                     |   2 +-
 debian/copyright                   |   9 +-
 setup.cfg                          |   3 +-
 setup.py                           |   7 +-
 tox.ini                            |   8 +-
 35 files changed, 816 insertions(+), 724 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