python-ntlm-auth 1.5.0-1 source package in Ubuntu

Changelog

python-ntlm-auth (1.5.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.5.0
  * remove extraneous build-dep on python3-six

 -- Alexandre Detiste <email address hidden>  Wed, 21 Feb 2024 01:10:49 +0100

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ntlm-auth_1.5.0-1.dsc 2.0 KiB 4db59a934078afcfc7c79de7bb61674ec8d33aa1b9d4d97a472a1f478da3813a
python-ntlm-auth_1.5.0.orig.tar.gz 28.2 KiB c9667d361dc09f6b3750283d503c689070ff7d89f2f6ff0d38088d5436ff8543
python-ntlm-auth_1.5.0-1.debian.tar.xz 2.5 KiB 12178961a3734bf9e9cbf440c4b1dbf29d8800c8e6d226652ac6e679d2c1a273

Available diffs

No changes file available.

Binary packages built by this source

python3-ntlm-auth: NTLM low-level Python library

 This library handles the low-level details of NTLM authentication for
 use in authenticating with a service that uses NTLM. It will create
 and parse the 3 different message types in the order required and
 produce a base64 encoded value that can be attached to the HTTP
 header.
 .
 The goal of this library is to offer full NTLM support including
 signing and sealing of messages as well as supporting MIC for message
 integrity and the ability to customise and set limits on the messages
 sent.