Received: by mail.netbsd.org (Postfix, from userid 605) id B56A484D8B; Mon, 14 May 2018 08:05:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 37AB184D8A for ; Mon, 14 May 2018 08:05: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 AU6PkaQDMiRW for ; Mon, 14 May 2018 08:05:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B8C7684D57 for ; Mon, 14 May 2018 08:05:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B354BFBEC; Mon, 14 May 2018 08:05:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1526285112149210" MIME-Version: 1.0 Date: Mon, 14 May 2018 08:05:12 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-h11 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180514080512.B354BFBEC@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. --_----------=_1526285112149210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon May 14 08:05:12 UTC 2018 Modified Files: pkgsrc/www/py-h11: Makefile distinfo Log Message: py-h11: updated to 0.8.1 v0.8.1: Bug fixes: * Always return headers as bytes objects Other changes: * Added proper license notices to the Javascript used in our documentation To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-h11/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-h11/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1526285112149210 Content-Disposition: inline Content-Length: 1539 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-h11/Makefile diff -u pkgsrc/www/py-h11/Makefile:1.3 pkgsrc/www/py-h11/Makefile:1.4 --- pkgsrc/www/py-h11/Makefile:1.3 Mon Apr 9 10:50:22 2018 +++ pkgsrc/www/py-h11/Makefile Mon May 14 08:05:12 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2018/04/09 10:50:22 adam Exp $ +# $NetBSD: Makefile,v 1.4 2018/05/14 08:05:12 adam Exp $ -DISTNAME= h11-0.8.0 +DISTNAME= h11-0.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=h/h11/} Index: pkgsrc/www/py-h11/distinfo diff -u pkgsrc/www/py-h11/distinfo:1.2 pkgsrc/www/py-h11/distinfo:1.3 --- pkgsrc/www/py-h11/distinfo:1.2 Mon Apr 9 10:50:22 2018 +++ pkgsrc/www/py-h11/distinfo Mon May 14 08:05:12 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/04/09 10:50:22 adam Exp $ +$NetBSD: distinfo,v 1.3 2018/05/14 08:05:12 adam Exp $ -SHA1 (h11-0.8.0.tar.gz) = 2c4ef9c92e02263899eeeb4cc658b5b084ba7457 -RMD160 (h11-0.8.0.tar.gz) = 78f16e2bd68f97165cc07b43bc32bef9f74a5eb6 -SHA512 (h11-0.8.0.tar.gz) = edd440dd74c03ce4fb7fd9e6b88e7c9550eb7c50b70676b506a8dafaf1469d9830de01300536128f0e7c61ae09d5256d15875dd5e6a9b99b89470bf70ee343b8 -Size (h11-0.8.0.tar.gz) = 92722 bytes +SHA1 (h11-0.8.1.tar.gz) = ec078eb027c5f0bfa93808e5d2b72478e067d398 +RMD160 (h11-0.8.1.tar.gz) = 925c8752788b45f979bc248a3c4232f431f740fc +SHA512 (h11-0.8.1.tar.gz) = 3310dcd8552de4440ed9669fd37b3fc4d76073a9801decb705bceee3c1e98ff83470bd124ecf36e1ec3457ff2fb4da6f4fbf077daa810c28ab73044dfab709d4 +Size (h11-0.8.1.tar.gz) = 94009 bytes --_----------=_1526285112149210--