pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-httpx



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan  4 10:37:03 UTC 2023

Modified Files:
        pkgsrc/www/py-httpx: Makefile distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/py-httpx/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/py-httpx/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-httpx/Makefile
diff -u pkgsrc/www/py-httpx/Makefile:1.25 pkgsrc/www/py-httpx/Makefile:1.26
--- pkgsrc/www/py-httpx/Makefile:1.25   Fri Nov 18 18:53:47 2022
+++ pkgsrc/www/py-httpx/Makefile        Wed Jan  4 10:37:03 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2022/11/18 18:53:47 adam Exp $
+# $NetBSD: Makefile,v 1.26 2023/01/04 10:37:03 adam Exp $
 
-DISTNAME=      httpx-0.23.1
+DISTNAME=      httpx-0.23.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpx/}

Index: pkgsrc/www/py-httpx/distinfo
diff -u pkgsrc/www/py-httpx/distinfo:1.24 pkgsrc/www/py-httpx/distinfo:1.25
--- pkgsrc/www/py-httpx/distinfo:1.24   Fri Nov 18 18:53:47 2022
+++ pkgsrc/www/py-httpx/distinfo        Wed Jan  4 10:37:03 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2022/11/18 18:53:47 adam Exp $
+$NetBSD: distinfo,v 1.25 2023/01/04 10:37:03 adam Exp $
 
-BLAKE2s (httpx-0.23.1.tar.gz) = 8b5218654c455fcf90606450861b7469d6350ae7f876fbb1ac22a6c424a6df86
-SHA512 (httpx-0.23.1.tar.gz) = cc22a52b12f91b81b80d77f95592f22a6dc76425c0dfcae8c5988efeb8e56189439f0b63d0fd140c6ee94126c8c94b204a8056a70147ac383ddfb537a32c2f64
-Size (httpx-0.23.1.tar.gz) = 90447 bytes
+BLAKE2s (httpx-0.23.3.tar.gz) = eb506878b1d877acae4f805aec3747962fc65258f9517b696690414740779f7f
+SHA512 (httpx-0.23.3.tar.gz) = f25e935b97e246650ee29e89cde2a026550617c3d2734bede9541f013dd51b314cbb0d8d9a2103d01f58961649569db5535b54d0f12dd3060381a78a95373d42
+Size (httpx-0.23.3.tar.gz) = 77527 bytes



Home | Main Index | Thread Index | Old Index