django-anymail 10.2-1 source package in Ubuntu

Changelog

django-anymail (10.2-1) unstable; urgency=medium

  * Orphan the package, see #1063317
    - Remove myself from uploaders and update maintainer to Debian QA Group
    - Update Vcs-* to Debian group
  * Add d/source/options extend-diff-ignore to fix dpkg-source failure due to
    local changes (python package metadata regeneration) (Closes: #1044967)
  * Update d/watch to find django_anymail so versions after 9.2 are detected
  * New upstream release
  * Replace Build-Depends on python3-setuptools with pybuild-plugin-pyproject
    and python3-hatchling
  * Add d/p/0001-No-hatchling-README-install.patch to avoid stray README
    install

 -- Scott Kitterman <email address hidden>  Tue, 06 Feb 2024 00:41:53 -0500

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release multiverse misc
Noble release multiverse misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-anymail_10.2-1.dsc 1.9 KiB a412bf73caedbcce51a73a7860dfdcf91ff623e9eaa2a9f60ba7c73bb53d4d03
django-anymail_10.2.orig.tar.gz 85.5 KiB 1f3006d3b16874aaa32976078da6cdc9baa7f5274cf80e3fc51a288887617aaf
django-anymail_10.2-1.debian.tar.xz 4.8 KiB 237f3f934b5567f5411026d5f71c38f0fb23e008309703c7daa32e4c913dae19

Available diffs

No changes file available.

Binary packages built by this source

python3-django-anymail: Django email backend for multiple ESPs (Python 3)

 Anymail integrates several transactional email service providers (ESPs) into
 Django, with a consistent API that lets you use ESP-added features without
 locking your code to a particular ESP.
 .
 It currently fully supports Amazon SES (requires python3-boto3), MailerSend,
 Mailgun, Mailjet, Mandrill (MailChimp transactional), Postal (self-hosted
 ESP, requires python3-cryptography), Postmark, SendinBlue, SendGrid, and
 SparkPost.
 .
 Anymail normalizes ESP functionality so it "just works" with Django's
 built-in `django.core.mail` package. It includes:
 .
   * Support for HTML, attachments, extra headers, and other features of
     Django's built-in email
   * Extensions that make it easy to use extra ESP functionality, like tags,
     metadata, and tracking, with code that's portable between ESPs
   * Simplified inline images for HTML email
   * Normalized sent-message status and tracking notification, by connecting
     your ESP's webhooks to Django signals
   * "Batch transactional" sends using your ESP's merge and template features
 .
 This is the Python 3 version of the package.