diff options
author | adam <adam@pkgsrc.org> | 2021-03-16 08:09:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-03-16 08:09:24 +0000 |
commit | 96e85f911db5fbf2540af055a4410bfe8f0134d9 (patch) | |
tree | 2efa8be4bfc398403a8807fb22ebe9464d8c4ec5 /www | |
parent | 41721d6e1bafc6bc87fdd65a30ee8e68b8e8d9cb (diff) | |
download | pkgsrc-96e85f911db5fbf2540af055a4410bfe8f0134d9.tar.gz |
py-httpx: updated to 0.17.1
0.17.1
Fixed
* Type annotation on `CertTypes` allows `keyfile` and `password` to be optional.
* Fix httpcore pinned version.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-httpx/Makefile | 4 | ||||
-rw-r--r-- | www/py-httpx/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-httpx/Makefile b/www/py-httpx/Makefile index 93e7b23892f..42b01f71018 100644 --- a/www/py-httpx/Makefile +++ b/www/py-httpx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2021/02/28 18:40:55 adam Exp $ +# $NetBSD: Makefile,v 1.11 2021/03/16 08:09:24 adam Exp $ -DISTNAME= httpx-0.17.0 +DISTNAME= httpx-0.17.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpx/} diff --git a/www/py-httpx/distinfo b/www/py-httpx/distinfo index e003c1af417..30e7713bfb9 100644 --- a/www/py-httpx/distinfo +++ b/www/py-httpx/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2021/02/28 18:40:55 adam Exp $ +$NetBSD: distinfo,v 1.11 2021/03/16 08:09:24 adam Exp $ -SHA1 (httpx-0.17.0.tar.gz) = d7555849ff5252f8924e6cb8ba0f18f4430746d5 -RMD160 (httpx-0.17.0.tar.gz) = 4bbd8780ef311278d657537ab6ee031451c87208 -SHA512 (httpx-0.17.0.tar.gz) = b0b1b5a6b722d32ccc353352a1d406da8275525d7bcd789139c618f9304df87c1cff35f5dce013f94a54931443faf391619ece5c92f04a18cd4e35455a1219e4 -Size (httpx-0.17.0.tar.gz) = 86266 bytes +SHA1 (httpx-0.17.1.tar.gz) = ce1a2de5dae860e892b79685babc4e73b2c5319f +RMD160 (httpx-0.17.1.tar.gz) = ff3153d694d90ea60a358ee82f179a35d229979a +SHA512 (httpx-0.17.1.tar.gz) = 3fe3d4b8e378178d731731b50ae5acb54f495c8f97372a53f091822233a8705f7987189230ee93a6c15b9f4b1f4622302aa70bbeaa7e9e8576c4fdcb3fda678c +Size (httpx-0.17.1.tar.gz) = 86489 bytes |