Received: by mail.netbsd.org (Postfix, from userid 605) id 9038884D6A; Fri, 5 Feb 2021 20:34:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CBB2384D58 for ; Fri, 5 Feb 2021 20:34:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 7PHXQZ2GlQHr for ; Fri, 5 Feb 2021 20:34:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4EB6584C86 for ; Fri, 5 Feb 2021 20:34:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 485C9FA95; Fri, 5 Feb 2021 20:34:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161255725026520" MIME-Version: 1.0 Date: Fri, 5 Feb 2021 20:34:10 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-httpcore To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210205203410.485C9FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161255725026520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Feb 5 20:34:10 UTC 2021 Modified Files: pkgsrc/www/py-httpcore: Makefile distinfo Log Message: py-httpcore: updated to 0.12.3 0.12.3 Fixed - Abort SSL connections on close rather than waiting for remote EOF when using `asyncio`. - Fix exception raised in case of connect timeouts when using the `anyio` backend. - Fix `Host` header precedence for `:authority` in HTTP/2. - Handle extra edge case when detecting for socket readability when using `asyncio`. - Fix `asyncio` SSL warning when using proxy tunneling. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-httpcore/Makefile \ pkgsrc/www/py-httpcore/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161255725026520 Content-Disposition: inline Content-Length: 1653 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.4 pkgsrc/www/py-httpcore/Makefile:1.5 --- pkgsrc/www/py-httpcore/Makefile:1.4 Thu Nov 26 10:53:59 2020 +++ pkgsrc/www/py-httpcore/Makefile Fri Feb 5 20:34:10 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2020/11/26 10:53:59 adam Exp $ +# $NetBSD: Makefile,v 1.5 2021/02/05 20:34:10 adam Exp $ -DISTNAME= httpcore-0.12.2 +DISTNAME= httpcore-0.12.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpcore/} Index: pkgsrc/www/py-httpcore/distinfo diff -u pkgsrc/www/py-httpcore/distinfo:1.4 pkgsrc/www/py-httpcore/distinfo:1.5 --- pkgsrc/www/py-httpcore/distinfo:1.4 Thu Nov 26 10:53:59 2020 +++ pkgsrc/www/py-httpcore/distinfo Fri Feb 5 20:34:10 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2020/11/26 10:53:59 adam Exp $ +$NetBSD: distinfo,v 1.5 2021/02/05 20:34:10 adam Exp $ -SHA1 (httpcore-0.12.2.tar.gz) = 1717cd0057be8b1c780d5eda49320e25f0cb1105 -RMD160 (httpcore-0.12.2.tar.gz) = 108fe8d58175a52fc9767e8b7034dff33db79389 -SHA512 (httpcore-0.12.2.tar.gz) = 1096d2c219e7540956a35eed54d0d6d9884c67f6b169f536164bc7a90aaedd3a756c0b4261c68b38a126b2f9b32fcecb5816f5eca70cd10f14cea0165a0251f8 -Size (httpcore-0.12.2.tar.gz) = 42392 bytes +SHA1 (httpcore-0.12.3.tar.gz) = d67f3a58c969dc0099aea22a10745ec00f137059 +RMD160 (httpcore-0.12.3.tar.gz) = 7949fa14fa3b8eacf2c44c51778ccb722197a0cc +SHA512 (httpcore-0.12.3.tar.gz) = 6e2256c7ab35e8aca6e1c8e4bc422cf34eb7395993d7df8b6bf28f2f325477a58df275e3c28c3a933488abba38b27036051b13f8826887690be2fee999f6f0dc +Size (httpcore-0.12.3.tar.gz) = 43346 bytes --_----------=_161255725026520--