Mon Apr 17 09:55:09 2023 UTC ()
py-httpcore: updated to 0.17.0

0.17.0 (March 16th, 2023)

- Add DEBUG level logging.
- Respect HTTP/2 max concurrent streams when settings updates are sent by server.
- Increase the allowable HTTP header size to 100kB.
- Add `retries` option to SOCKS proxy classes.


(adam)
diff -r1.22 -r1.23 pkgsrc/www/py-httpcore/Makefile
diff -r1.22 -r1.23 pkgsrc/www/py-httpcore/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/www/py-httpcore/Makefile (switch to unified diff)

--- pkgsrc/www/py-httpcore/Makefile 2022/12/29 12:40:51 1.22
+++ pkgsrc/www/py-httpcore/Makefile 2023/04/17 09:55:09 1.23
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.22 2022/12/29 12:40:51 adam Exp $ 1# $NetBSD: Makefile,v 1.23 2023/04/17 09:55:09 adam Exp $
2 2
3DISTNAME= httpcore-0.16.3 3DISTNAME= httpcore-0.17.0
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.13:../../www/py-h11 15DEPENDS+= ${PYPKGPREFIX}-h11>=0.13:../../www/py-h11
16DEPENDS+= ${PYPKGPREFIX}-h2>=3.0:../../www/py-h2 16DEPENDS+= ${PYPKGPREFIX}-h2>=3.0:../../www/py-h2
17DEPENDS+= ${PYPKGPREFIX}-sniffio>=1.0.0:../../misc/py-sniffio 17DEPENDS+= ${PYPKGPREFIX}-sniffio>=1.0.0:../../misc/py-sniffio
18 18
19USE_LANGUAGES= # none 19USE_LANGUAGES= # none
20 20
21PYTHON_VERSIONS_INCOMPATIBLE= 27 21PYTHON_VERSIONS_INCOMPATIBLE= 27
22 22
23.include "../../lang/python/egg.mk" 23.include "../../lang/python/egg.mk"
24.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.22 -r1.23 pkgsrc/www/py-httpcore/distinfo (switch to unified diff)

--- pkgsrc/www/py-httpcore/distinfo 2022/12/29 12:40:51 1.22
+++ pkgsrc/www/py-httpcore/distinfo 2023/04/17 09:55:09 1.23
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.22 2022/12/29 12:40:51 adam Exp $ 1$NetBSD: distinfo,v 1.23 2023/04/17 09:55:09 adam Exp $
2 2
3BLAKE2s (httpcore-0.16.3.tar.gz) = 6be8f95d46cd5f22819f377fc1fb4f9659a002b13fa8af0b7862200db0c33ead 3BLAKE2s (httpcore-0.17.0.tar.gz) = adbb7fbbffbc095d790689931371ca8577c9ef27f17f687cdfe15c64b049a4bb
4SHA512 (httpcore-0.16.3.tar.gz) = a1ec14f32e2462bcc1a6ef4b434a125d3b371bd059d2e26183f268b19a803bd1ecf194c6607a5f36941e7d6ea6fce4ea0f035618fe95fb6097d1381b8632332e 4SHA512 (httpcore-0.17.0.tar.gz) = 45e78357246e9e8b30e4edeaa7d20abde03409db679bfaa9851a26a2e252451130ae9fc944e694952e93b925d4862deb11d8b850ae4584a2f8b6ca0d1d380e14
5Size (httpcore-0.16.3.tar.gz) = 54929 bytes 5Size (httpcore-0.17.0.tar.gz) = 57317 bytes