httpx 0.23.3-1 source package in Ubuntu

Changelog

httpx (0.23.3-1) unstable; urgency=medium

  * New upstream release
  * debian/copyright
    - extend packaging copyright years
  * Refresh/drop patches
  * debian/control
    - bump Standards-Version to 4.6.2.0 (no changes needed)
  * debian/tests/unittests
    - run autopkgtest on all supported python versions

 -- Sandro Tosi <email address hidden>  Sun, 22 Jan 2023 02:36:20 -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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpx_0.23.3-1.dsc 2.5 KiB 01c3a4119eadf509bff61be7746a1870687da0ff9570b21785107dcd607d42ac
httpx_0.23.3.orig.tar.xz 2.0 MiB c6b92f9737640e2e8eea8ad1b273a81737d4ac6a76a031a86ab0d1afd793cc93
httpx_0.23.3-1.debian.tar.xz 5.7 KiB 4683bb38570d9964aa40100840b583348b28beebbbce994eed6cdc070b559e3f

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