python-requests-ntlm 1.1.0-3 source package in Ubuntu
Changelog
python-requests-ntlm (1.1.0-3) unstable; urgency=medium [ Debian Janitor ] * Remove constraints unnecessary since buster: + Build-Depends: Drop versioned constraint on python3-cryptography, python3-ntlm-auth and python3-requests. -- Jelmer Vernooij <email address hidden> Mon, 17 Oct 2022 03:36:51 +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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-requests-ntlm_1.1.0-3.dsc | 2.1 KiB | 326efe47c8a296fc13dd276b0eba71ad366bf5288ace3fb1b07d95fe98eff547 |
python-requests-ntlm_1.1.0.orig.tar.gz | 5.1 KiB | 9189c92e8c61ae91402a64b972c4802b2457ce6a799d658256ebf084d5c7eb71 |
python-requests-ntlm_1.1.0-3.debian.tar.xz | 2.0 KiB | 39fe8040a2ad5d0c26818af4affad6e8d01469915509e8bdfbdf617a5abaa15c |
Available diffs
- diff from 1.1.0-2 to 1.1.0-3 (588 bytes)
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.