Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-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 3D03F1A921F for ; Tue, 13 Oct 2020 11:12:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D5E5B84DCD; Tue, 13 Oct 2020 11:12:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5DEB084DCC for ; Tue, 13 Oct 2020 11:12:42 +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 04qSq8B5f2qz for ; Tue, 13 Oct 2020 11:12:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DBBBA84D2D for ; Tue, 13 Oct 2020 11:12:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D494DFB28; Tue, 13 Oct 2020 11:12:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1602587561163190" MIME-Version: 1.0 Date: Tue, 13 Oct 2020 11:12:41 +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: <20201013111241.D494DFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1602587561163190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 13 11:12:41 UTC 2020 Modified Files: pkgsrc/www/py-httpcore: Makefile distinfo Log Message: py-httpcore: updated to 0.12.0 0.12.0 Changed - HTTP header casing is now preserved, rather than always sent in lowercase. Added - Add Python 3.9 to officially supported versions. Fixed - Gracefully handle a stdlib asyncio bug when a connection is closed while it is in a paused-for-reading state. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 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. --_----------=_1602587561163190 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.2 pkgsrc/www/py-httpcore/Makefile:1.3 --- pkgsrc/www/py-httpcore/Makefile:1.2 Thu Oct 1 06:48:37 2020 +++ pkgsrc/www/py-httpcore/Makefile Tue Oct 13 11:12:41 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2020/10/01 06:48:37 adam Exp $ +# $NetBSD: Makefile,v 1.3 2020/10/13 11:12:41 adam Exp $ -DISTNAME= httpcore-0.11.1 +DISTNAME= httpcore-0.12.0 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.2 pkgsrc/www/py-httpcore/distinfo:1.3 --- pkgsrc/www/py-httpcore/distinfo:1.2 Thu Oct 1 06:48:37 2020 +++ pkgsrc/www/py-httpcore/distinfo Tue Oct 13 11:12:41 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2020/10/01 06:48:37 adam Exp $ +$NetBSD: distinfo,v 1.3 2020/10/13 11:12:41 adam Exp $ -SHA1 (httpcore-0.11.1.tar.gz) = e6d5894091ab5f8a17cac0bed2812ccddd5b36f6 -RMD160 (httpcore-0.11.1.tar.gz) = 9fe7d5d95400a7d5cd976203a11550271dc88182 -SHA512 (httpcore-0.11.1.tar.gz) = 41f245a9e72f8eb1a5b12ff2299ed52bbecde66359f0a77135e4433414a6132dc2d07e932187ce5c10c106661920a57e95c81f9ba12e21078e83dcbb4edc2311 -Size (httpcore-0.11.1.tar.gz) = 39987 bytes +SHA1 (httpcore-0.12.0.tar.gz) = f8d2dea7c8b8ee15e62d5611b7910f86d5fbd3be +RMD160 (httpcore-0.12.0.tar.gz) = 2243bd83a143ce17ed77ea02cd7df0f8ee93d0f5 +SHA512 (httpcore-0.12.0.tar.gz) = 8d986e26d1c04d84a87d8fcf367c85ad5b89f15b78393d0970567821fafb04ebca042047b87f7a36dc20c7175c506b7ab0699869802391b3b3d88164972c7d51 +Size (httpcore-0.12.0.tar.gz) = 40748 bytes --_----------=_1602587561163190--