[Python-modules-commits] [django-anymail] branch upstream updated (14ae0c1 -> 2c5f944)
Scott Kitterman
kitterman at moszumanska.debian.org
Sat Feb 3 16:24:29 UTC 2018
This is an automated email from the git hooks/post-receive script.
kitterman pushed a change to branch upstream
in repository django-anymail.
from 14ae0c1 Imported Upstream version 1.2
new 2c5f944 Imported Upstream version 1.3
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:
AUTHORS.txt | 2 +
PKG-INFO | 23 ++-
README.rst | 6 +-
anymail/_version.py | 2 +-
anymail/backends/base_requests.py | 3 +
anymail/backends/console.py | 43 +++++
anymail/backends/mailjet.py | 2 +-
anymail/backends/test.py | 10 +-
anymail/inbound.py | 355 ++++++++++++++++++++++++++++++++++++
anymail/signals.py | 12 ++
anymail/urls.py | 24 ++-
anymail/utils.py | 12 ++
anymail/webhooks/base.py | 23 ++-
anymail/webhooks/mailgun.py | 79 +++++++-
anymail/webhooks/mailjet.py | 85 ++++++++-
anymail/webhooks/mandrill.py | 69 +++++--
anymail/webhooks/postmark.py | 76 +++++++-
anymail/webhooks/sendgrid.py | 94 ++++++++--
anymail/webhooks/sparkpost.py | 42 ++++-
django_anymail.egg-info/PKG-INFO | 23 ++-
django_anymail.egg-info/SOURCES.txt | 2 +
setup.cfg | 3 +-
22 files changed, 914 insertions(+), 76 deletions(-)
create mode 100644 anymail/backends/console.py
create mode 100644 anymail/inbound.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-anymail.git
More information about the Python-modules-commits
mailing list