pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-httpx py-httpx: updated to 0.23.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/143b6428eb5b
branches: trunk
changeset: 391157:143b6428eb5b
user: adam <adam%pkgsrc.org@localhost>
date: Wed Jan 04 10:37:03 2023 +0000
description:
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.
diffstat:
www/py-httpx/Makefile | 4 ++--
www/py-httpx/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 28ce678ab22b -r 143b6428eb5b www/py-httpx/Makefile
--- a/www/py-httpx/Makefile Wed Jan 04 10:33:55 2023 +0000
+++ b/www/py-httpx/Makefile Wed Jan 04 10:37:03 2023 +0000
@@ -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/}
diff -r 28ce678ab22b -r 143b6428eb5b www/py-httpx/distinfo
--- a/www/py-httpx/distinfo Wed Jan 04 10:33:55 2023 +0000
+++ b/www/py-httpx/distinfo Wed Jan 04 10:37:03 2023 +0000
@@ -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