django-celery-email 3.0.0-2 source package in Ubuntu

Changelog

django-celery-email (3.0.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends: Drop versioned constraint on python3-celery.

 -- Jelmer Vernooij <email address hidden>  Sun, 27 Nov 2022 19:57:45 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-celery-email_3.0.0-2.dsc 2.1 KiB 925dc4de824c86115ed1c8848d5c3b139b1089493571cd86c9edb4732574982b
django-celery-email_3.0.0.orig.tar.gz 12.3 KiB 5546cbba80952cc3b8a0ffa4206ce90a4a996a7ffd1c385a2bdb65903ca18ece
django-celery-email_3.0.0-2.debian.tar.xz 2.3 KiB 0e875f221ca28b65eefb7a55821e58480ca1e0895c1752566c308795cb365a5a

Available diffs

No changes file available.

Binary packages built by this source

python3-django-celery-email: Django email backend that uses a celery task for sending

 django-celery-email adds an e-mail backend to Django that queues
 the e-mail as a Celery task, to be sent out by Celery in the background.
 .
 By default, it uses Django's built-in SMTP backend to do the final sending
 then, but any other backend can be used as well.