python-requests-unixsocket 0.3.0-3ubuntu2 source package in Ubuntu

Changelog

python-requests-unixsocket (0.3.0-3ubuntu2) noble; urgency=medium

  * Fix test flakiness due to unread data (LP: #2053154)
    - d/p/0002-fix-HEAD-method-tests.patch

 -- Dan Bungert <email address hidden>  Thu, 15 Feb 2024 00:53:56 -0700

Upload details

Uploaded by:
Dan Bungert
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-requests-unixsocket_0.3.0.orig.tar.xz 10.0 KiB 290a59553b52f54d9a803e30103bbef0fdafdc869f6ed8c496edd12635519778
python-requests-unixsocket_0.3.0-3ubuntu2.debian.tar.xz 3.9 KiB 80c10962c9099d702a26fa5a8361e386e877cfba861b6a948e07befbfb1f9456
python-requests-unixsocket_0.3.0-3ubuntu2.dsc 2.4 KiB 624c0a82d833e07dd5d3819a7794c0fdafa6154ed0760aabce98e11c122f45f6

View changes file

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.