python-requests-ntlm 1.1.0-2 source package in Ubuntu

Changelog

python-requests-ntlm (1.1.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * 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 ]
  * 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.

 -- Sandro Tosi <email address hidden>  Thu, 09 Jun 2022 14:25:04 -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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-requests-ntlm_1.1.0-2.dsc 2.1 KiB 14bf7ecc079db55a3b07a213e60e0d221ba7b001717b9a2aac4568b3b3d3a0c0
python-requests-ntlm_1.1.0.orig.tar.gz 5.1 KiB 9189c92e8c61ae91402a64b972c4802b2457ce6a799d658256ebf084d5c7eb71
python-requests-ntlm_1.1.0-2.debian.tar.xz 1.9 KiB fb088f8b58e7f14339e4d58a23ed2cb2a562abb31e712207b2531a1b6b4fa1c4

Available diffs

No changes file available.

Binary packages built by this source

python3-requests-ntlm: Adds support for NTLM authentication to the requests library

 This package allows for HTTP NTLM authentication using
 python-requests, the HTTP library for humans. HttpNtlmAuth extends
 requests' AuthBase, so it can be dropped directly in place, or used
 in conjunction with a Session to make use of connection pooling.