python-ntlm-auth 1.4.0-2 source package in Ubuntu

Changelog

python-ntlm-auth (1.4.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * debian/copyright: use spaces rather than tabs to start continuation lines.
  * Bump debhelper from old 11 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

 -- Sandro Tosi <email address hidden>  Fri, 03 Jun 2022 23:06:36 -0400

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ntlm-auth_1.4.0-2.dsc 2.0 KiB a72c79680eaf7da2a5020a342f549b00b68f1d8707d4dac1a9a5141d68556c30
python-ntlm-auth_1.4.0.orig.tar.gz 27.7 KiB 350f2389c8ee5517f47db55a36ac2f8efc9742a60a678d6e2caa92385bdcaa9a
python-ntlm-auth_1.4.0-2.debian.tar.xz 2.4 KiB e8f06f84eb07c2e5da4c6d92e0c985d9fd5bc719b3bf13dfe6fbc9ce6320b465

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.