Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 74CE184E99 for ; Wed, 13 Sep 2023 07:24:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id O8m3adn1bLhb for ; Wed, 13 Sep 2023 07:24:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7C19884D0C for ; Wed, 13 Sep 2023 07:24:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7564BFBDB; Wed, 13 Sep 2023 07:24:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1694589873153200" MIME-Version: 1.0 Date: Wed, 13 Sep 2023 07:24:33 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-httpcore To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230913072433.7564BFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1694589873153200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Sep 13 07:24:33 UTC 2023 Modified Files: pkgsrc/www/py-httpcore: Makefile PLIST distinfo Log Message: py-httpcore: updated to 0.18.0 0.18.0 (September 8th, 2023) - Add support for HTTPS proxies. - Drop Python 3.7 support. - Handle `sni_hostname` extension with SOCKS proxy. - Handle HTTP/1.1 half-closed connections gracefully. - Change the type of `Extensions` from `Mapping[Str, Any]` to `MutableMapping[Str, Any]`. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/py-httpcore/Makefile \ pkgsrc/www/py-httpcore/distinfo cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-httpcore/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1694589873153200 Content-Disposition: inline Content-Length: 7124 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-httpcore/Makefile diff -u pkgsrc/www/py-httpcore/Makefile:1.26 pkgsrc/www/py-httpcore/Makefile:1.27 --- pkgsrc/www/py-httpcore/Makefile:1.26 Thu Jul 6 08:01:30 2023 +++ pkgsrc/www/py-httpcore/Makefile Wed Sep 13 07:24:33 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2023/07/06 08:01:30 adam Exp $ +# $NetBSD: Makefile,v 1.27 2023/09/13 07:24:33 adam Exp $ -DISTNAME= httpcore-0.17.3 +DISTNAME= httpcore-0.18.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpcore/} @@ -10,7 +10,9 @@ HOMEPAGE= https://github.com/encode/http COMMENT= Minimal low-level HTTP client LICENSE= modified-bsd -DEPENDS+= ${PYPKGPREFIX}-anyio>=3.0.0:../../devel/py-anyio +TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling +TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-fancy-pypi-readme-[0-9]*:../../devel/py-hatch-fancy-pypi-readme +DEPENDS+= ${PYPKGPREFIX}-anyio>=3.0:../../devel/py-anyio DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi DEPENDS+= ${PYPKGPREFIX}-h11>=0.13:../../www/py-h11 DEPENDS+= ${PYPKGPREFIX}-h2>=3.0:../../www/py-h2 @@ -20,5 +22,5 @@ USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-httpcore/distinfo diff -u pkgsrc/www/py-httpcore/distinfo:1.26 pkgsrc/www/py-httpcore/distinfo:1.27 --- pkgsrc/www/py-httpcore/distinfo:1.26 Thu Jul 6 08:01:30 2023 +++ pkgsrc/www/py-httpcore/distinfo Wed Sep 13 07:24:33 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2023/07/06 08:01:30 adam Exp $ +$NetBSD: distinfo,v 1.27 2023/09/13 07:24:33 adam Exp $ -BLAKE2s (httpcore-0.17.3.tar.gz) = ef19e77993393a50900be157869f7ddc59671f0c6aae88ba37016335f1dc2b32 -SHA512 (httpcore-0.17.3.tar.gz) = 4240049b937bd4bf4d9749199d3e8531a3c1f10b9b1a58da60d3ce8736965242786b0e323d9290c0f41beafa82768073b18e45f74f7fd6e716c88d7c8b711267 -Size (httpcore-0.17.3.tar.gz) = 62676 bytes +BLAKE2s (httpcore-0.18.0.tar.gz) = 96dcace26b7e008668b68d34db78fb789e9aeab6a2d56f50240c7a59c794b35b +SHA512 (httpcore-0.18.0.tar.gz) = 69251f47bf7d4d94c8dbe9620c8d1309ca5c7dfce35cdb2864f44e38fefc950302351c55eb50b2f0f64a6317579134c2757295051a1cde9496f7a17274933f48 +Size (httpcore-0.18.0.tar.gz) = 60360 bytes Index: pkgsrc/www/py-httpcore/PLIST diff -u pkgsrc/www/py-httpcore/PLIST:1.6 pkgsrc/www/py-httpcore/PLIST:1.7 --- pkgsrc/www/py-httpcore/PLIST:1.6 Thu Jul 6 08:01:30 2023 +++ pkgsrc/www/py-httpcore/PLIST Wed Sep 13 07:24:33 2023 @@ -1,101 +1,71 @@ -@comment $NetBSD: PLIST,v 1.6 2023/07/06 08:01:30 adam Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.7 2023/09/13 07:24:33 adam Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json +${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.md ${PYSITELIB}/httpcore/__init__.py ${PYSITELIB}/httpcore/__init__.pyc -${PYSITELIB}/httpcore/__init__.pyo ${PYSITELIB}/httpcore/_api.py ${PYSITELIB}/httpcore/_api.pyc -${PYSITELIB}/httpcore/_api.pyo ${PYSITELIB}/httpcore/_async/__init__.py ${PYSITELIB}/httpcore/_async/__init__.pyc -${PYSITELIB}/httpcore/_async/__init__.pyo ${PYSITELIB}/httpcore/_async/connection.py ${PYSITELIB}/httpcore/_async/connection.pyc -${PYSITELIB}/httpcore/_async/connection.pyo ${PYSITELIB}/httpcore/_async/connection_pool.py ${PYSITELIB}/httpcore/_async/connection_pool.pyc -${PYSITELIB}/httpcore/_async/connection_pool.pyo ${PYSITELIB}/httpcore/_async/http11.py ${PYSITELIB}/httpcore/_async/http11.pyc -${PYSITELIB}/httpcore/_async/http11.pyo ${PYSITELIB}/httpcore/_async/http2.py ${PYSITELIB}/httpcore/_async/http2.pyc -${PYSITELIB}/httpcore/_async/http2.pyo ${PYSITELIB}/httpcore/_async/http_proxy.py ${PYSITELIB}/httpcore/_async/http_proxy.pyc -${PYSITELIB}/httpcore/_async/http_proxy.pyo ${PYSITELIB}/httpcore/_async/interfaces.py ${PYSITELIB}/httpcore/_async/interfaces.pyc -${PYSITELIB}/httpcore/_async/interfaces.pyo ${PYSITELIB}/httpcore/_async/socks_proxy.py ${PYSITELIB}/httpcore/_async/socks_proxy.pyc -${PYSITELIB}/httpcore/_async/socks_proxy.pyo ${PYSITELIB}/httpcore/_backends/__init__.py ${PYSITELIB}/httpcore/_backends/__init__.pyc -${PYSITELIB}/httpcore/_backends/__init__.pyo ${PYSITELIB}/httpcore/_backends/anyio.py ${PYSITELIB}/httpcore/_backends/anyio.pyc -${PYSITELIB}/httpcore/_backends/anyio.pyo ${PYSITELIB}/httpcore/_backends/auto.py ${PYSITELIB}/httpcore/_backends/auto.pyc -${PYSITELIB}/httpcore/_backends/auto.pyo ${PYSITELIB}/httpcore/_backends/base.py ${PYSITELIB}/httpcore/_backends/base.pyc -${PYSITELIB}/httpcore/_backends/base.pyo ${PYSITELIB}/httpcore/_backends/mock.py ${PYSITELIB}/httpcore/_backends/mock.pyc -${PYSITELIB}/httpcore/_backends/mock.pyo ${PYSITELIB}/httpcore/_backends/sync.py ${PYSITELIB}/httpcore/_backends/sync.pyc -${PYSITELIB}/httpcore/_backends/sync.pyo ${PYSITELIB}/httpcore/_backends/trio.py ${PYSITELIB}/httpcore/_backends/trio.pyc -${PYSITELIB}/httpcore/_backends/trio.pyo ${PYSITELIB}/httpcore/_exceptions.py ${PYSITELIB}/httpcore/_exceptions.pyc -${PYSITELIB}/httpcore/_exceptions.pyo ${PYSITELIB}/httpcore/_models.py ${PYSITELIB}/httpcore/_models.pyc -${PYSITELIB}/httpcore/_models.pyo ${PYSITELIB}/httpcore/_ssl.py ${PYSITELIB}/httpcore/_ssl.pyc -${PYSITELIB}/httpcore/_ssl.pyo ${PYSITELIB}/httpcore/_sync/__init__.py ${PYSITELIB}/httpcore/_sync/__init__.pyc -${PYSITELIB}/httpcore/_sync/__init__.pyo ${PYSITELIB}/httpcore/_sync/connection.py ${PYSITELIB}/httpcore/_sync/connection.pyc -${PYSITELIB}/httpcore/_sync/connection.pyo ${PYSITELIB}/httpcore/_sync/connection_pool.py ${PYSITELIB}/httpcore/_sync/connection_pool.pyc -${PYSITELIB}/httpcore/_sync/connection_pool.pyo ${PYSITELIB}/httpcore/_sync/http11.py ${PYSITELIB}/httpcore/_sync/http11.pyc -${PYSITELIB}/httpcore/_sync/http11.pyo ${PYSITELIB}/httpcore/_sync/http2.py ${PYSITELIB}/httpcore/_sync/http2.pyc -${PYSITELIB}/httpcore/_sync/http2.pyo ${PYSITELIB}/httpcore/_sync/http_proxy.py ${PYSITELIB}/httpcore/_sync/http_proxy.pyc -${PYSITELIB}/httpcore/_sync/http_proxy.pyo ${PYSITELIB}/httpcore/_sync/interfaces.py ${PYSITELIB}/httpcore/_sync/interfaces.pyc -${PYSITELIB}/httpcore/_sync/interfaces.pyo ${PYSITELIB}/httpcore/_sync/socks_proxy.py ${PYSITELIB}/httpcore/_sync/socks_proxy.pyc -${PYSITELIB}/httpcore/_sync/socks_proxy.pyo ${PYSITELIB}/httpcore/_synchronization.py ${PYSITELIB}/httpcore/_synchronization.pyc -${PYSITELIB}/httpcore/_synchronization.pyo ${PYSITELIB}/httpcore/_trace.py ${PYSITELIB}/httpcore/_trace.pyc -${PYSITELIB}/httpcore/_trace.pyo ${PYSITELIB}/httpcore/_utils.py ${PYSITELIB}/httpcore/_utils.pyc -${PYSITELIB}/httpcore/_utils.pyo ${PYSITELIB}/httpcore/py.typed --_----------=_1694589873153200--