python-requestsexceptions 1.4.0-3 source package in Ubuntu

Changelog

python-requestsexceptions (1.4.0-3) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Wed, 17 Jul 2019 00:20:45 +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
Oracular release main misc
Noble release main misc
Mantic release main misc
Lunar release main misc
Jammy release main misc
Focal release main misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-requestsexceptions_1.4.0-3.dsc 2.1 KiB da3eac13964ee5948e9b880b70e0a431e58cc3c98ef807181ea04306e104e134
python-requestsexceptions_1.4.0.orig.tar.xz 5.6 KiB d19401de2dc3da451de6fa736fc4fc84cdc21c621df83d994cc23736981a3437
python-requestsexceptions_1.4.0-3.debian.tar.xz 2.4 KiB d118b0284be2559a9453a6a3213963aeb45107734fe1a05b86943ec9b67b2712

Available diffs

No changes file available.

Binary packages built by this source

python3-requestsexceptions: import exceptions from bundled packages in requests. - Python 3.x

 The Python requests library bundles the urllib3 library, however, some
 software distributions (like Debian) modify requests to remove the bundled
 library. This makes some operations, such as suppressing the "insecure
 platform warning" messages that urllib emits difficult. This is a simple
 library to find the correct path to exceptions in the requests library
 regardless of whether they are bundled.
 .
 This package contains the Python 3.x module.