httpx 0.23.0-1 source package in Ubuntu

Changelog

httpx (0.23.0-1) unstable; urgency=medium

  * New upstream release; Closes: #1010336 - CVE-2021-41945
  * debian/control
    - bump b-d on httpcore to >= 0.15.0

 -- Sandro Tosi <email address hidden>  Wed, 22 Jun 2022 22:16:02 -0400

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpx_0.23.0-1.dsc 2.5 KiB e8f19a99b89c9bb31df521a29eeb591c14c478d44ffb85236894f56f80473806
httpx_0.23.0.orig.tar.xz 2.0 MiB 80e3f882bb5214dd46d06e8ccbd522c7fdd2cd3224e2d866c63f4491a9c4f382
httpx_0.23.0-1.debian.tar.xz 5.1 KiB 9778af3702dc3c0f4b5aea36a6b031eae61ac7fe90db188d34fcf10f8818d29a

Available diffs

No changes file available.

Binary packages built by this source

python3-httpx: next generation HTTP client

 HTTPX is a fully featured HTTP client for Python 3, which provides sync and
 async APIs, and support for both HTTP/1.1 and HTTP/2.
 .
 HTTPX is a high performance asynchronous HTTP client, that builds on the
 well-established usability of requests, and gives you:
 .
  * A broadly requests-compatible API.
  * Standard synchronous interface, but with async support if you need it.
  * HTTP/1.1 and HTTP/2 support.
  * Ability to make requests directly to WSGI applications or ASGI applications.
  * Strict timeouts everywhere.
  * Fully type annotated.
  * 99% test coverage.
 .
 Plus all the standard features of requests:
 .
  * International Domains and URLs
  * Keep-Alive & Connection Pooling
  * Sessions with Cookie Persistence
  * Browser-style SSL Verification
  * Basic/Digest Authentication
  * Elegant Key/Value Cookies
  * Automatic Decompression
  * Automatic Content Decoding
  * Unicode Response Bodies
  * Multipart File Uploads
  * HTTP(S) Proxy Support
  * Connection Timeouts
  * Streaming Downloads
  * .netrc Support
  * Chunked Requests