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 309B61A9239 for ; Wed, 17 Nov 2021 08:35:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AAD3584CD8; Wed, 17 Nov 2021 08:35:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E5FAB84C71 for ; Wed, 17 Nov 2021 08:35:13 +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 j2_9rI2jwo7Y for ; Wed, 17 Nov 2021 08:35:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6769984C13 for ; Wed, 17 Nov 2021 08:35:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 600B1FAEC; Wed, 17 Nov 2021 08:35:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1637138113123460" MIME-Version: 1.0 Date: Wed, 17 Nov 2021 08:35:13 +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: <20211117083513.600B1FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1637138113123460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Nov 17 08:35:13 UTC 2021 Modified Files: pkgsrc/www/py-httpcore: Makefile distinfo Log Message: py-httpcore: updated to 0.14.2 0.14.2 - Failed connections no longer remain in the pool. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-httpcore/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-httpcore/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1637138113123460 Content-Disposition: inline Content-Length: 1563 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.9 pkgsrc/www/py-httpcore/Makefile:1.10 --- pkgsrc/www/py-httpcore/Makefile:1.9 Mon Nov 15 17:41:18 2021 +++ pkgsrc/www/py-httpcore/Makefile Wed Nov 17 08:35:12 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2021/11/15 17:41:18 adam Exp $ +# $NetBSD: Makefile,v 1.10 2021/11/17 08:35:12 adam Exp $ -DISTNAME= httpcore-0.14.1 +DISTNAME= httpcore-0.14.2 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.11 pkgsrc/www/py-httpcore/distinfo:1.12 --- pkgsrc/www/py-httpcore/distinfo:1.11 Mon Nov 15 17:41:18 2021 +++ pkgsrc/www/py-httpcore/distinfo Wed Nov 17 08:35:12 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2021/11/15 17:41:18 adam Exp $ +$NetBSD: distinfo,v 1.12 2021/11/17 08:35:12 adam Exp $ -BLAKE2s (httpcore-0.14.1.tar.gz) = cde66ab0c855a578628bbe69148dca18671257d117a447522fb929be79c9cf9f -SHA512 (httpcore-0.14.1.tar.gz) = 4f459e6c4bd3e38212a6d91c9c11d21c2f9a84c720a64c323ecbca60e1b988e7fbe130f0f835d21507856bb46ee374fc3cd33c5a9f80e6d8acc8229ddca9ed2d -Size (httpcore-0.14.1.tar.gz) = 45522 bytes +BLAKE2s (httpcore-0.14.2.tar.gz) = 75131dc857eb83fa7782fd6f4e718218aa5bfd2b8a49feae01153157a6231285 +SHA512 (httpcore-0.14.2.tar.gz) = c0f80e3c828cf0766262f1a44f56b0e3962dcb208b1d2776a41e4d43b2c484b73eb30462feadf6e8df0c07b7e85c95100a0f88bd178b889eb9c075ccb14bb74f +Size (httpcore-0.14.2.tar.gz) = 45599 bytes --_----------=_1637138113123460--