python-requests-unixsocket 0.3.0-4 source package in Ubuntu

Changelog

python-requests-unixsocket (0.3.0-4) unstable; urgency=medium

  * Apply Ubuntu patch (Closes: #1063892):
    - 0001-Inherit-HTTPConnection-through-urllib3.connection-no.patch
  * Add testutils-fix-test-flake-on-HEAD-request.patch (Closes: #1064926).
  * Add autopkgtest, thanks to Olivier Gayot <email address hidden>
    (Closes: #1064017).

 -- Thomas Goirand <email address hidden>  Mon, 29 Apr 2024 15:10:08 +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 universe python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-requests-unixsocket_0.3.0-4.dsc 2.3 KiB e78c64552b61d373d9ca65bbc63e125f5d1b689492e726c8927a680548518b44
python-requests-unixsocket_0.3.0.orig.tar.xz 10.0 KiB 290a59553b52f54d9a803e30103bbef0fdafdc869f6ed8c496edd12635519778
python-requests-unixsocket_0.3.0-4.debian.tar.xz 4.0 KiB 3c572156c28b0a4e31da691eeccd44d6c363410edcd089bf102c2bb915c61cac

No changes file available.

Binary packages built by this source

python3-requests-unixsocket: Use requests to talk HTTP via a UNIX domain socket - Python 3.x

 The requests-unixsocket makes it possible to talk using the HTTP protocol via
 a UNIX domain socket. Internally, requests-unixsocket uses monkeypatching to
 use the functionality of requests while making minimal changes.
 .
 Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
 multipart files, and parameters with simple Python dictionaries, and access
 the response data in the same way. It's powered by httplib and urllib3, but
 it does all the hard work and crazy hacks for you.
 .
 This package contains the Python 3.x module.