httpcore 0.14.5-1 source package in Ubuntu

Changelog

httpcore (0.14.5-1) unstable; urgency=medium

  * New upstream release
  * debian/copyright
    - extend packaging copyright years
  * debian/rules, debian/tests/unittests
    - dont run tests requiring sockio, not packaged for debian yet

 -- Sandro Tosi <email address hidden>  Thu, 24 Feb 2022 14:58:25 -0500

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpcore_0.14.5-1.dsc 2.3 KiB 8eef5458eb07f69c7165028b1f32ae93fc80a94548134bd0709a4cc1da26a8fd
httpcore_0.14.5.orig.tar.xz 46.6 KiB 8cdd5487dac5402a1e023cea187173f807d49a0d7fe98a89eb904b62c3601eaf
httpcore_0.14.5-1.debian.tar.xz 3.2 KiB 5e166f8a2257a1ea2ae41d98ba66e43ee9c402ccb88029668a82e714f987c5a7

Available diffs

No changes file available.

Binary packages built by this source

python3-httpcore: minimal low-level HTTP client

 The HTTP Core package provides a minimal low-level HTTP client, which does one
 thing only. Sending HTTP requests.
 .
 It does not provide any high level model abstractions over the API, does not
 handle redirects, multipart uploads, building authentication headers,
 transparent HTTP caching, URL parsing, session cookie handling, content or
 charset decoding, handling JSON, environment based configuration defaults, or
 any of that Jazz.
 .
 Some things HTTP Core does do:
 .
  * Sending HTTP requests.
  * Provides both sync and async interfaces.
  * Supports HTTP/1.1 and HTTP/2.
  * Async backend support for asyncio and trio.
  * Automatic connection pooling.
  * HTTP(S) proxy support.