[Python-modules-commits] [django-anymail] branch debian/master updated (7644baf -> cb59de8)

Scott Kitterman kitterman at moszumanska.debian.org
Sat Feb 3 16:24:28 UTC 2018


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

kitterman pushed a change to branch debian/master
in repository django-anymail.

      from  7644baf   New upstream release
       new  2c5f944   Imported Upstream version 1.3
       new  d1567ed   Merge tag 'upstream/1.3' into debian/master
       new  71c3051   New upstream release
       new  cb59de8   Update debian/watch and debian/copyright to use secure URIs

The 4 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 ++++-
 debian/changelog                    |  10 +
 debian/copyright                    |   2 +-
 debian/watch                        |   2 +-
 django_anymail.egg-info/PKG-INFO    |  23 ++-
 django_anymail.egg-info/SOURCES.txt |   2 +
 setup.cfg                           |   3 +-
 25 files changed, 926 insertions(+), 78 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