Subject: CVS commit: pkgsrc/www/py-httpx
From: Adam Ciarcinski
Date: 2023-01-04 11:37:03
Message id: 20230104103703.BE1DFFA90@cvs.NetBSD.org

Log Message:
py-httpx: updated to 0.23.3

0.23.3 (4th Jan, 2023)

Fixed

Version 0.23.2 accidentally included stricter type checking on query parameters. \ 
This shouldn've have been included in a minor version bump, and is now reverted.

0.23.2 (2nd Jan, 2023)

Added

Support digest auth nonce counting to avoid multiple auth requests.

Fixed

Multipart file uploads where the file length cannot be determine now use chunked \ 
transfer encoding, rather than loading the entire file into memory in order to \ 
determine the Content-Length.
Raise TypeError if content is passed a dict-instance.
Partially revert the API breaking change in 0.23.1, which removed RawURL. We \ 
continue to expose a url.raw property which is now a plain named-tuple. This API \ 
is still expected to be deprecated, but we will do so with a major version bump.

Files:
RevisionActionfile
1.26modifypkgsrc/www/py-httpx/Makefile
1.25modifypkgsrc/www/py-httpx/distinfo