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: Fri May 19 08:19:51 UTC 2023
Modified Files:
pkgsrc/www/py-httpx: Makefile distinfo
Log Message:
py-httpx: updated to 0.24.1
0.24.1 (17th May, 2023)
Added
* Provide additional context in some `InvalidURL` exceptions.
Fixed
* Fix optional percent-encoding behaviour.
* More robust checking for opening upload files in binary mode.
* Properly support IP addresses in `NO_PROXY` environment variable.
* Set default file for `NetRCAuth()` to `None` to use the stdlib default.
* Set logging request lines to INFO level for async requests, in line with sync requests.
* Fix which gen-delims need to be escaped for path/query/fragment components in URL.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/py-httpx/Makefile
cvs rdiff -u -r1.26 -r1.27 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.27 pkgsrc/www/py-httpx/Makefile:1.28
--- pkgsrc/www/py-httpx/Makefile:1.27 Mon Apr 17 09:58:49 2023
+++ pkgsrc/www/py-httpx/Makefile Fri May 19 08:19:51 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2023/04/17 09:58:49 adam Exp $
+# $NetBSD: Makefile,v 1.28 2023/05/19 08:19:51 adam Exp $
-DISTNAME= httpx-0.24.0
+DISTNAME= httpx-0.24.1
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.26 pkgsrc/www/py-httpx/distinfo:1.27
--- pkgsrc/www/py-httpx/distinfo:1.26 Mon Apr 17 09:58:49 2023
+++ pkgsrc/www/py-httpx/distinfo Fri May 19 08:19:51 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2023/04/17 09:58:49 adam Exp $
+$NetBSD: distinfo,v 1.27 2023/05/19 08:19:51 adam Exp $
-BLAKE2s (httpx-0.24.0.tar.gz) = c1a9253090a8190eba467aeeda2e5b2ad7ff977a0f803398619eb291778722bd
-SHA512 (httpx-0.24.0.tar.gz) = 3c04b77c54f49b5096330b6077f4e541b67564a5ec30c0da4aad3f7640e37bb52586166f3442b111426b8f0d1550a5d8769e5e83143638852ee47b3739337ef4
-Size (httpx-0.24.0.tar.gz) = 81136 bytes
+BLAKE2s (httpx-0.24.1.tar.gz) = 0f280287da54ed81b0bf36fffa2087d4591736547ed070ea5f38b350a4f64906
+SHA512 (httpx-0.24.1.tar.gz) = cc39b64fda0494b109e6d911fcee496843959a0ed916afb16479cbcded35031880d380a2650c1486eae611185d5f58f7189293737f17510328b91e6e068a78fa
+Size (httpx-0.24.1.tar.gz) = 81858 bytes
Home |
Main Index |
Thread Index |
Old Index