httpcore 0.16.3-1 source package in Ubuntu

Changelog

httpcore (0.16.3-1) unstable; urgency=medium

  * New upstream release
  * debian/patches/tests-add-markers-trio.patch
    - refresh patch
  * debian/rules
    - exclude more failing tests
  * run autopkgtest via autopkgtest-pkg-pybuild
  * debian/copyright
    - extend packaging copyright years
  * debian/control
    - bump Standards-Version to 4.6.2.0 (no changes needed)

 -- Sandro Tosi <email address hidden>  Sun, 01 Jan 2023 19:46:52 -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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpcore_0.16.3-1.dsc 2.3 KiB 67b5ca684076d8e83995b7be21758d9832d721d78d18534cb8856580cab3e7fa
httpcore_0.16.3.orig.tar.xz 49.4 KiB 22b6ba56aa4903f62ab0bcd62d5fefd1e40a48d4c2e618ac6298cfba33cad102
httpcore_0.16.3-1.debian.tar.xz 3.8 KiB 6f2239134ce3a2a3ba812b20765858485dfaa900148a199ad5ea38ae2374b56e

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.