[Python-modules-commits] [django-anymail] branch debian/master updated (caa5df7 -> b256fdd)

Scott Kitterman kitterman at moszumanska.debian.org
Sun Aug 20 19:16:49 UTC 2017


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  caa5df7   Fix debian/changelog typo
      adds  5abe9c5   Imported Upstream version 0.10
       new  ad3420d   Imported Upstream version 0.11.1
       new  2672343   Merge 0.11.1
       new  22ca9c3   New upstream release
       new  b7369f9   Bump standards version to 4.0.1 without further change
       new  b256fdd   Update package descriptions to mention support for Mailjet

The 5 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                             |  28 ++--
 README.rst                           |   8 +-
 anymail/_version.py                  |   2 +-
 anymail/backends/mailjet.py          | 258 +++++++++++++++++++++++++++++++++++
 anymail/exceptions.py                |  12 +-
 anymail/signals.py                   |   4 +-
 anymail/urls.py                      |   2 +
 anymail/webhooks/mailgun.py          |   6 +-
 anymail/webhooks/mailjet.py          |  97 +++++++++++++
 anymail/webhooks/mandrill.py         |   4 +-
 anymail/webhooks/postmark.py         |   2 +-
 anymail/webhooks/sendgrid.py         |   4 +-
 anymail/webhooks/sparkpost.py        |   4 +-
 debian/changelog                     |   7 +-
 debian/control                       |  10 +-
 django_anymail.egg-info/PKG-INFO     |  28 ++--
 django_anymail.egg-info/SOURCES.txt  |   2 +
 django_anymail.egg-info/requires.txt |   2 +
 setup.py                             |   6 +-
 20 files changed, 433 insertions(+), 55 deletions(-)
 create mode 100644 anymail/backends/mailjet.py
 create mode 100644 anymail/webhooks/mailjet.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