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

Changelog

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

  [ Olivier Gayot ]
  * Execute test-suite as part of autopkgtest (LP: #2053267)

  [ Dan Bungert ]
  * d/p/0002-fix-HEAD-method-tests.patch: dep3 header cleanup

 -- Dan Bungert <email address hidden>  Tue, 27 Feb 2024 12:47:39 -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
Noble release universe python

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-3ubuntu3.debian.tar.xz 4.2 KiB 069cecca82098dc90f3e6ed0b038fd878dd60cb2ddeb594343c70a305863528a
python-requests-unixsocket_0.3.0-3ubuntu3.dsc 2.4 KiB 8fb0afa6d8b80ae5ee34138da1e6dceae532a781aad337ea4becd0e0cbdbe857

Available diffs

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.