python-aiosasl 0.5.0-1build1 source package in Ubuntu
Changelog
python-aiosasl (0.5.0-1build1) resolute; urgency=medium * No-change mass rebuild for Ubuntu 26.04 (LP: #2132257) -- Sebastien Bacher <email address hidden> Fri, 28 Nov 2025 22:29:16 +0100
Upload details
- Uploaded by:
- Sebastien Bacher
- Uploaded to:
- Resolute
- Original maintainer:
- Jonas Wielicki
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Stonking | release | universe | misc | |
| Resolute | release | universe | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| python-aiosasl_0.5.0.orig.tar.gz | 40.5 KiB | e6e380f67dd7c8c08ef976996cd741d3d7fe4bf79663aa499629b24968ddb4a7 |
| python-aiosasl_0.5.0-1build1.debian.tar.xz | 1.8 KiB | 7a7b34ef849eda5109d625d3c55031cc5cac9892846fc2327ecd4547ae10fb11 |
| python-aiosasl_0.5.0-1build1.dsc | 1.9 KiB | 11b57539e6c2d15896999be6c81253d02bec77d49bdb083780e74a720bb4111a |
Available diffs
- diff from 0.5.0-1 (in Debian) to 0.5.0-1build1 (339 bytes)
Binary packages built by this source
- python3-aiosasl: Protocol-agnostic SASL library for use with asyncio
aiosasl provides a generic, asyncio-based SASL library. It can
be used with any protocol, provided the necessary interface
code is provided by the application or protocol implementation.
.
Supported SASL mechanisms:
.
- PLAIN: authenticate with plaintext password (RFC 4616)
- ANONYMOUS: anonymous "authentication" (RFC 4505)
- SCRAM-SHA-1, SCRAM-SHA-224, , SCRAM-SHA-512, SCRAM-SHA-384,
and SCRAM-SHA-256: Salted Challenge Response Authentication
(RFC 5802), (and the -PLUS variants with channel binding).
