aiosmtplib 1.1.4-2 source package in Ubuntu

Changelog

aiosmtplib (1.1.4-2) unstable; urgency=medium

  * Team upload.
  * Source-only upload to allow testing migration. 
  * debian/control: Properly use Built-Using: ${sphinxdoc:Built-Using}.
  * debian/rules: Manually remove .hypothesis directory from built
    python package (lintian: package-contains-python-hypothesis-example).

 -- Boyuan Yang <email address hidden>  Sun, 14 Nov 2021 15:47:47 -0500

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
aiosmtplib_1.1.4-2.dsc 2.3 KiB b7b0973011e5cf9dbfaac936ee8d08a166a73c00e53948ca5d1d56ef8eee5139
aiosmtplib_1.1.4.orig.tar.gz 54.1 KiB 8270d0a06475aa05b9276fc954fbd08a1f6c59d0452b4899413d8bca1db24541
aiosmtplib_1.1.4-2.debian.tar.xz 3.4 KiB c4ba207cb0887111afb6bc3f40a2625f2c1847014d47fb4ea8b283707ea67c3f

Available diffs

No changes file available.

Binary packages built by this source

python3-aiosmtplib: Python3 asynchronous SMTP client for use with asyncio

 This is a SMTP client, but written to be based on asyncio for Python3.
 It is designed to work with standard EmailMessages (or MIMEMultipart, or any
 raw message), generated with the standard Python3 library and send these using
 the classic asyncio mechanics.
 .
 It supports TLS/SSL, STARTTLS and authentication.
 .
 This package contains the Python3 library.

python3-aiosmtplib-doc: Documentation for python3-aiosmtplib

 This is a SMTP client, but written to be based on asyncio for Python3.
 It is designed to work with standard EmailMessages (or MIMEMultipart, or any
 raw message), generated with the standard Python3 library and send these using
 the classic asyncio mechanics.
 .
 It supports TLS/SSL, STARTTLS and authentication.
 .
 This package contains the documentation of the library.