python-pure-sasl 0.5.1+dfsg1-4 source package in Ubuntu

Changelog

python-pure-sasl (0.5.1+dfsg1-4) unstable; urgency=medium

  * Added missing dependency on python3-six (Closes: #1060964).

 -- Thomas Goirand <email address hidden>  Wed, 07 Feb 2024 13:17:58 +0100

Upload details

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

See full publishing history Publishing

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pure-sasl_0.5.1+dfsg1-4.dsc 2.2 KiB 2a9e0956a346760e7e24b4ab068753b42f468be00354773e64c563c445f73384
python-pure-sasl_0.5.1+dfsg1.orig.tar.xz 13.4 KiB 74036813e45ad0811e7e8c909f57c3caeea04a7ffcce6d94c7dfa732b3f41c17
python-pure-sasl_0.5.1+dfsg1-4.debian.tar.xz 2.9 KiB 99400174fd3d2bfe0fc506cac3df710c6038c15af84f0776d876427f0f23ddac

Available diffs

No changes file available.

Binary packages built by this source

python3-pure-sasl: pure Python client SASL implementation - Python 3.x

 Pure-sasl is a pure python client-side SASL implementation. At the moment, it
 supports the following mechanisms: ANONYMOUS, PLAIN, EXTERNAL, CRAM-MD5,
 DIGEST-MD5, and GSSAPI. Support for other mechanisms may be added in the
 future. Only GSSAPI supports a QOP higher than auth.
 .
 This package contains the Python 3.x module.