httpx 0.23.1-1 source package in Ubuntu

Changelog

httpx (0.23.1-1) unstable; urgency=medium

  * New upstream release
  * debian/control
    - replace b-d on dh-python with pybuild-plugin-pyproject
    - add hatchling to b-d, needed by pyproject.toml
  * debian/patches/disable-hatch-fancy-pypi-readme.patch
    - dont use hatch-fancy-pypi-readme module, not available in Debian
  * debian/patches/PR2456.patch
    - drop multipart test requirement, since PyPI:multipart and
      PyPI:python-multipart conflicts

 -- Sandro Tosi <email address hidden>  Fri, 09 Dec 2022 02:00:45 -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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpx_0.23.1-1.dsc 2.5 KiB 3c145cd5ae31a9f4ce2e75fffb2c994194bd41cff81c836ef177acdcce3ab596
httpx_0.23.1.orig.tar.xz 2.0 MiB 7054d5611759c9b5a61e00f898c6e11a824333524f74e344d3d4025cfb5b6918
httpx_0.23.1-1.debian.tar.xz 6.5 KiB 0fd21e2e3d67517cfece074e22ea1871f43474b0e85c2bc8397143a8cd77abf5

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