httpx 0.16.1-1 source package in Ubuntu

Changelog

httpx (0.16.1-1) unstable; urgency=low

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Sandro Tosi ]
  * New upstream release; Closes: #971702
  * debian/watch
    - track github
  * debian/patches/
    - remove patches, no longer needed
  * debian/control
    - wrap-and-sort
    - add brotli, httpcore, pytest, pytest-cov, trio, trustme, uvicorn to b-d,
      needed for tests
    - set httpcore as a versioned b-d, to be >= 0.12
  * debian/rules
    - disable tests (temporarily)

 -- Sandro Tosi <email address hidden>  Thu, 29 Oct 2020 01:37:46 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpx_0.16.1-1.dsc 2.3 KiB 38539c1336103733abfa453a1441f5e86866fb8fd4ad8a7f188627b22e2f440e
httpx_0.16.1.orig.tar.xz 895.3 KiB 5c60211898f51f6000a098387900958603716d6f00744ae73faea4eaf0ed0739
httpx_0.16.1-1.debian.tar.xz 3.0 KiB ad61b7fc253a5e966789e6d44e37748ce9eebb839a9549e8b5a019ac2dc9b3a7

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