Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id B229E1A9239 for ; Wed, 19 Jan 2022 06:08:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C4EE184D96; Wed, 19 Jan 2022 06:08:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0A49D84D38 for ; Wed, 19 Jan 2022 06:08:10 +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 1lJTOr6fhjgj for ; Wed, 19 Jan 2022 06:08:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6055184CEA for ; Wed, 19 Jan 2022 06:08:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 524F8FB24; Wed, 19 Jan 2022 06:08:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642572489156470" MIME-Version: 1.0 Date: Wed, 19 Jan 2022 06:08:09 +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: <20220119060809.524F8FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642572489156470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jan 19 06:08:09 UTC 2022 Modified Files: pkgsrc/www/py-httpcore: Makefile PLIST distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-httpcore/Makefile \ pkgsrc/www/py-httpcore/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-httpcore/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1642572489156470 Content-Disposition: inline Content-Length: 2954 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.14 pkgsrc/www/py-httpcore/Makefile:1.15 --- pkgsrc/www/py-httpcore/Makefile:1.14 Thu Jan 6 08:53:30 2022 +++ pkgsrc/www/py-httpcore/Makefile Wed Jan 19 06:08:09 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2022/01/06 08:53:30 adam Exp $ +# $NetBSD: Makefile,v 1.15 2022/01/19 06:08:09 adam Exp $ -DISTNAME= httpcore-0.14.4 +DISTNAME= httpcore-0.14.5 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.14 pkgsrc/www/py-httpcore/distinfo:1.15 --- pkgsrc/www/py-httpcore/distinfo:1.14 Thu Jan 6 08:53:30 2022 +++ pkgsrc/www/py-httpcore/distinfo Wed Jan 19 06:08:09 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2022/01/06 08:53:30 adam Exp $ +$NetBSD: distinfo,v 1.15 2022/01/19 06:08:09 adam Exp $ -BLAKE2s (httpcore-0.14.4.tar.gz) = 2362917f055b1401f37b20fcb4bbf35d9370d8c7cc01db1da312ec286ebdb5de -SHA512 (httpcore-0.14.4.tar.gz) = b4d0b083f0543d3ac61cab09d779f2844d574e310cb1a35a8fdb1a998b763cb2b5d7de1b4d27153839fc990cd8a4ae02b729fcb0121ce6273202c244a317c251 -Size (httpcore-0.14.4.tar.gz) = 48780 bytes +BLAKE2s (httpcore-0.14.5.tar.gz) = d3788182428e52d917076c79ce3bafced35b9896ec9e38ca8b15ed84fb28cc83 +SHA512 (httpcore-0.14.5.tar.gz) = a01dd526cd99b7a8af2b71bd932577b7a23af67db6314282022bdace9084da18729f0fa3ba10141a4c56c5d1a7177722bd3821d9d376ad2bc78da3243b075636 +Size (httpcore-0.14.5.tar.gz) = 52607 bytes Index: pkgsrc/www/py-httpcore/PLIST diff -u pkgsrc/www/py-httpcore/PLIST:1.3 pkgsrc/www/py-httpcore/PLIST:1.4 --- pkgsrc/www/py-httpcore/PLIST:1.3 Mon Nov 15 17:41:18 2021 +++ pkgsrc/www/py-httpcore/PLIST Wed Jan 19 06:08:09 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2021/11/15 17:41:18 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/01/19 06:08:09 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -32,6 +32,9 @@ ${PYSITELIB}/httpcore/_async/http_proxy. ${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/_compat.py ${PYSITELIB}/httpcore/_compat.pyc ${PYSITELIB}/httpcore/_compat.pyo @@ -65,6 +68,9 @@ ${PYSITELIB}/httpcore/_sync/http_proxy.p ${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 --_----------=_1642572489156470--