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

Changelog

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

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ Thomas Goirand ]
  * Fix d/rules UPSTREAM_GIT.
  * Switch to pytest (Closes: #1018558).
  * Add autopkgtest.

 -- Thomas Goirand <email address hidden>  Mon, 14 Aug 2023 10:18:12 +0200

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pure-sasl_0.5.1+dfsg1-3.dsc 2.2 KiB 3e2b1048581fa2c1bf060e8ff2ad1569f6f839b5d1f700da9efc4895f8d853a8
python-pure-sasl_0.5.1+dfsg1.orig.tar.xz 13.4 KiB 74036813e45ad0811e7e8c909f57c3caeea04a7ffcce6d94c7dfa732b3f41c17
python-pure-sasl_0.5.1+dfsg1-3.debian.tar.xz 2.8 KiB 80be8b33a29d586aabec6649c701393fd0f41f12a35bfbbb29f7af75f543169c

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.