Wed Jan 19 06:08:09 2022 UTC ()
py-httpcore: updated to 0.14.5

0.14.5
- SOCKS proxy support.
- Add proxy_auth argument to HTTPProxy
- Improve error message on 'RemoteProtocolError' exception when server disconnects without sending a response


(adam)
diff -r1.14 -r1.15 pkgsrc/www/py-httpcore/Makefile
diff -r1.14 -r1.15 pkgsrc/www/py-httpcore/distinfo
diff -r1.3 -r1.4 pkgsrc/www/py-httpcore/PLIST

cvs diff -r1.14 -r1.15 pkgsrc/www/py-httpcore/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-httpcore/Makefile 2022/01/06 08:53:30 1.14
+++ pkgsrc/www/py-httpcore/Makefile 2022/01/19 06:08:09 1.15
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.14 2022/01/06 08:53:30 adam Exp $ 1# $NetBSD: Makefile,v 1.15 2022/01/19 06:08:09 adam Exp $
2 2
3DISTNAME= httpcore-0.14.4 3DISTNAME= httpcore-0.14.5
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpcore/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpcore/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/encode/httpcore 9HOMEPAGE= https://github.com/encode/httpcore
10COMMENT= Minimal low-level HTTP client 10COMMENT= Minimal low-level HTTP client
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-anyio>=3.0.0:../../devel/py-anyio 13DEPENDS+= ${PYPKGPREFIX}-anyio>=3.0.0:../../devel/py-anyio
14DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi 14DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
15DEPENDS+= ${PYPKGPREFIX}-h11>=0.11.0:../../www/py-h11 15DEPENDS+= ${PYPKGPREFIX}-h11>=0.11.0:../../www/py-h11
16DEPENDS+= ${PYPKGPREFIX}-h2>=3.0:../../www/py-h2 16DEPENDS+= ${PYPKGPREFIX}-h2>=3.0:../../www/py-h2

cvs diff -r1.14 -r1.15 pkgsrc/www/py-httpcore/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-httpcore/distinfo 2022/01/06 08:53:30 1.14
+++ pkgsrc/www/py-httpcore/distinfo 2022/01/19 06:08:09 1.15
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.14 2022/01/06 08:53:30 adam Exp $ 1$NetBSD: distinfo,v 1.15 2022/01/19 06:08:09 adam Exp $
2 2
3BLAKE2s (httpcore-0.14.4.tar.gz) = 2362917f055b1401f37b20fcb4bbf35d9370d8c7cc01db1da312ec286ebdb5de 3BLAKE2s (httpcore-0.14.5.tar.gz) = d3788182428e52d917076c79ce3bafced35b9896ec9e38ca8b15ed84fb28cc83
4SHA512 (httpcore-0.14.4.tar.gz) = b4d0b083f0543d3ac61cab09d779f2844d574e310cb1a35a8fdb1a998b763cb2b5d7de1b4d27153839fc990cd8a4ae02b729fcb0121ce6273202c244a317c251 4SHA512 (httpcore-0.14.5.tar.gz) = a01dd526cd99b7a8af2b71bd932577b7a23af67db6314282022bdace9084da18729f0fa3ba10141a4c56c5d1a7177722bd3821d9d376ad2bc78da3243b075636
5Size (httpcore-0.14.4.tar.gz) = 48780 bytes 5Size (httpcore-0.14.5.tar.gz) = 52607 bytes

cvs diff -r1.3 -r1.4 pkgsrc/www/py-httpcore/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-httpcore/PLIST 2021/11/15 17:41:18 1.3
+++ pkgsrc/www/py-httpcore/PLIST 2022/01/19 06:08:09 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2021/11/15 17:41:18 adam Exp $ 1@comment $NetBSD: PLIST,v 1.4 2022/01/19 06:08:09 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
6${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${EGG_INFODIR}/requires.txt
7${PYSITELIB}/${EGG_INFODIR}/top_level.txt 7${PYSITELIB}/${EGG_INFODIR}/top_level.txt
8${PYSITELIB}/httpcore/__init__.py 8${PYSITELIB}/httpcore/__init__.py
9${PYSITELIB}/httpcore/__init__.pyc 9${PYSITELIB}/httpcore/__init__.pyc
10${PYSITELIB}/httpcore/__init__.pyo 10${PYSITELIB}/httpcore/__init__.pyo
11${PYSITELIB}/httpcore/_api.py 11${PYSITELIB}/httpcore/_api.py
12${PYSITELIB}/httpcore/_api.pyc 12${PYSITELIB}/httpcore/_api.pyc
13${PYSITELIB}/httpcore/_api.pyo 13${PYSITELIB}/httpcore/_api.pyo
14${PYSITELIB}/httpcore/_async/__init__.py 14${PYSITELIB}/httpcore/_async/__init__.py
@@ -22,26 +22,29 @@ ${PYSITELIB}/httpcore/_async/connection_ @@ -22,26 +22,29 @@ ${PYSITELIB}/httpcore/_async/connection_
22${PYSITELIB}/httpcore/_async/connection_pool.pyo 22${PYSITELIB}/httpcore/_async/connection_pool.pyo
23${PYSITELIB}/httpcore/_async/http11.py 23${PYSITELIB}/httpcore/_async/http11.py
24${PYSITELIB}/httpcore/_async/http11.pyc 24${PYSITELIB}/httpcore/_async/http11.pyc
25${PYSITELIB}/httpcore/_async/http11.pyo 25${PYSITELIB}/httpcore/_async/http11.pyo
26${PYSITELIB}/httpcore/_async/http2.py 26${PYSITELIB}/httpcore/_async/http2.py
27${PYSITELIB}/httpcore/_async/http2.pyc 27${PYSITELIB}/httpcore/_async/http2.pyc
28${PYSITELIB}/httpcore/_async/http2.pyo 28${PYSITELIB}/httpcore/_async/http2.pyo
29${PYSITELIB}/httpcore/_async/http_proxy.py 29${PYSITELIB}/httpcore/_async/http_proxy.py
30${PYSITELIB}/httpcore/_async/http_proxy.pyc 30${PYSITELIB}/httpcore/_async/http_proxy.pyc
31${PYSITELIB}/httpcore/_async/http_proxy.pyo 31${PYSITELIB}/httpcore/_async/http_proxy.pyo
32${PYSITELIB}/httpcore/_async/interfaces.py 32${PYSITELIB}/httpcore/_async/interfaces.py
33${PYSITELIB}/httpcore/_async/interfaces.pyc 33${PYSITELIB}/httpcore/_async/interfaces.pyc
34${PYSITELIB}/httpcore/_async/interfaces.pyo 34${PYSITELIB}/httpcore/_async/interfaces.pyo
 35${PYSITELIB}/httpcore/_async/socks_proxy.py
 36${PYSITELIB}/httpcore/_async/socks_proxy.pyc
 37${PYSITELIB}/httpcore/_async/socks_proxy.pyo
35${PYSITELIB}/httpcore/_compat.py 38${PYSITELIB}/httpcore/_compat.py
36${PYSITELIB}/httpcore/_compat.pyc 39${PYSITELIB}/httpcore/_compat.pyc
37${PYSITELIB}/httpcore/_compat.pyo 40${PYSITELIB}/httpcore/_compat.pyo
38${PYSITELIB}/httpcore/_exceptions.py 41${PYSITELIB}/httpcore/_exceptions.py
39${PYSITELIB}/httpcore/_exceptions.pyc 42${PYSITELIB}/httpcore/_exceptions.pyc
40${PYSITELIB}/httpcore/_exceptions.pyo 43${PYSITELIB}/httpcore/_exceptions.pyo
41${PYSITELIB}/httpcore/_models.py 44${PYSITELIB}/httpcore/_models.py
42${PYSITELIB}/httpcore/_models.pyc 45${PYSITELIB}/httpcore/_models.pyc
43${PYSITELIB}/httpcore/_models.pyo 46${PYSITELIB}/httpcore/_models.pyo
44${PYSITELIB}/httpcore/_ssl.py 47${PYSITELIB}/httpcore/_ssl.py
45${PYSITELIB}/httpcore/_ssl.pyc 48${PYSITELIB}/httpcore/_ssl.pyc
46${PYSITELIB}/httpcore/_ssl.pyo 49${PYSITELIB}/httpcore/_ssl.pyo
47${PYSITELIB}/httpcore/_sync/__init__.py 50${PYSITELIB}/httpcore/_sync/__init__.py
@@ -55,26 +58,29 @@ ${PYSITELIB}/httpcore/_sync/connection_p @@ -55,26 +58,29 @@ ${PYSITELIB}/httpcore/_sync/connection_p
55${PYSITELIB}/httpcore/_sync/connection_pool.pyo 58${PYSITELIB}/httpcore/_sync/connection_pool.pyo
56${PYSITELIB}/httpcore/_sync/http11.py 59${PYSITELIB}/httpcore/_sync/http11.py
57${PYSITELIB}/httpcore/_sync/http11.pyc 60${PYSITELIB}/httpcore/_sync/http11.pyc
58${PYSITELIB}/httpcore/_sync/http11.pyo 61${PYSITELIB}/httpcore/_sync/http11.pyo
59${PYSITELIB}/httpcore/_sync/http2.py 62${PYSITELIB}/httpcore/_sync/http2.py
60${PYSITELIB}/httpcore/_sync/http2.pyc 63${PYSITELIB}/httpcore/_sync/http2.pyc
61${PYSITELIB}/httpcore/_sync/http2.pyo 64${PYSITELIB}/httpcore/_sync/http2.pyo
62${PYSITELIB}/httpcore/_sync/http_proxy.py 65${PYSITELIB}/httpcore/_sync/http_proxy.py
63${PYSITELIB}/httpcore/_sync/http_proxy.pyc 66${PYSITELIB}/httpcore/_sync/http_proxy.pyc
64${PYSITELIB}/httpcore/_sync/http_proxy.pyo 67${PYSITELIB}/httpcore/_sync/http_proxy.pyo
65${PYSITELIB}/httpcore/_sync/interfaces.py 68${PYSITELIB}/httpcore/_sync/interfaces.py
66${PYSITELIB}/httpcore/_sync/interfaces.pyc 69${PYSITELIB}/httpcore/_sync/interfaces.pyc
67${PYSITELIB}/httpcore/_sync/interfaces.pyo 70${PYSITELIB}/httpcore/_sync/interfaces.pyo
 71${PYSITELIB}/httpcore/_sync/socks_proxy.py
 72${PYSITELIB}/httpcore/_sync/socks_proxy.pyc
 73${PYSITELIB}/httpcore/_sync/socks_proxy.pyo
68${PYSITELIB}/httpcore/_synchronization.py 74${PYSITELIB}/httpcore/_synchronization.py
69${PYSITELIB}/httpcore/_synchronization.pyc 75${PYSITELIB}/httpcore/_synchronization.pyc
70${PYSITELIB}/httpcore/_synchronization.pyo 76${PYSITELIB}/httpcore/_synchronization.pyo
71${PYSITELIB}/httpcore/_trace.py 77${PYSITELIB}/httpcore/_trace.py
72${PYSITELIB}/httpcore/_trace.pyc 78${PYSITELIB}/httpcore/_trace.pyc
73${PYSITELIB}/httpcore/_trace.pyo 79${PYSITELIB}/httpcore/_trace.pyo
74${PYSITELIB}/httpcore/_utils.py 80${PYSITELIB}/httpcore/_utils.py
75${PYSITELIB}/httpcore/_utils.pyc 81${PYSITELIB}/httpcore/_utils.pyc
76${PYSITELIB}/httpcore/_utils.pyo 82${PYSITELIB}/httpcore/_utils.pyo
77${PYSITELIB}/httpcore/backends/__init__.py 83${PYSITELIB}/httpcore/backends/__init__.py
78${PYSITELIB}/httpcore/backends/__init__.pyc 84${PYSITELIB}/httpcore/backends/__init__.pyc
79${PYSITELIB}/httpcore/backends/__init__.pyo 85${PYSITELIB}/httpcore/backends/__init__.pyo
80${PYSITELIB}/httpcore/backends/asyncio.py 86${PYSITELIB}/httpcore/backends/asyncio.py