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 "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3F7DA7A283 for ; Fri, 14 Apr 2017 13:09:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E402C84DBD; Fri, 14 Apr 2017 13:09:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 746B884D7D for ; Fri, 14 Apr 2017 13:09:09 +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 HuDLLLyUGMBd for ; Fri, 14 Apr 2017 13:09:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EB50584CDC for ; Fri, 14 Apr 2017 13:09:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E9725FBE4; Fri, 14 Apr 2017 13:09:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1492175348144670" MIME-Version: 1.0 Date: Fri, 14 Apr 2017 13:09:08 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/www/py-hyperframe To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20170414130908.E9725FBE4@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. --_----------=_1492175348144670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Fri Apr 14 13:09:08 UTC 2017 Modified Files: pkgsrc/www/py-hyperframe: Makefile distinfo Log Message: Update www/py-hyperframe to 5.0.0 Changes: 5.0.0 (2017-03-07) ------------------ **Backwards Incompatible API Changes** - Added support for unknown extension frames. These will be returned in the new ``ExtensionFrame`` object. The flag information for these frames is persisted in ``flag_byte`` if needed. 4.0.2 (2017-02-20) ------------------ **Bugfixes** - Fixed AltSvc stream association, which was incorrectly set to ``'both'``: should have been ``'either'``. - Fixed a bug where stream IDs on received frames were allowed to be 32-bit, instead of 31-bit. - Fixed a bug with frames that had the ``PADDING`` flag set but zero-length padding, whose flow-controlled length was calculated wrongly. - Miscellaneous performance improvements to serialization and parsing logic. 4.0.1 (2016-03-13) ------------------ **Bugfixes** - Fixed bug with the repr of ``AltSvcFrame``, where building it could throw exceptions if the frame had been received from the network. 4.0.0 (2016-03-13) ------------------ **Backwards Incompatible API Changes** - Updated old ALTSVC frame definition to match the newly specified RFC 7838. - Remove BLOCKED frame, which was never actually specified. - Removed previously deprecated ``SettingsFrame.SETTINGS_MAX_FRAME_SIZE`` and ``SettingsFrame.SETTINGS_MAX_HEADER_LIST_SIZE``. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-hyperframe/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-hyperframe/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1492175348144670 Content-Disposition: inline Content-Length: 1678 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-hyperframe/Makefile diff -u pkgsrc/www/py-hyperframe/Makefile:1.2 pkgsrc/www/py-hyperframe/Makefile:1.3 --- pkgsrc/www/py-hyperframe/Makefile:1.2 Wed Jun 1 12:35:14 2016 +++ pkgsrc/www/py-hyperframe/Makefile Fri Apr 14 13:09:08 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/06/01 12:35:14 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/04/14 13:09:08 leot Exp $ -DISTNAME= hyperframe-3.2.0 +DISTNAME= hyperframe-5.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www MASTER_SITES= ${MASTER_SITE_PYPI:=h/hyperframe/} Index: pkgsrc/www/py-hyperframe/distinfo diff -u pkgsrc/www/py-hyperframe/distinfo:1.1 pkgsrc/www/py-hyperframe/distinfo:1.2 --- pkgsrc/www/py-hyperframe/distinfo:1.1 Tue Feb 16 13:47:31 2016 +++ pkgsrc/www/py-hyperframe/distinfo Fri Apr 14 13:09:08 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/02/16 13:47:31 leot Exp $ +$NetBSD: distinfo,v 1.2 2017/04/14 13:09:08 leot Exp $ -SHA1 (hyperframe-3.2.0.tar.gz) = affd9adc447fd2ae0a9749c843198d7fa1ee8101 -RMD160 (hyperframe-3.2.0.tar.gz) = 19b01ef7471430588388b7c69110271e7c0b3b9f -SHA512 (hyperframe-3.2.0.tar.gz) = eee13a61b54555cd870cc576d07d33387cb61a5234be4b6a7c1ce1bd64636ac7b29f2ec982bebded639b9425c9733169c10f8f5ab06643d0d1b4b40085f27df4 -Size (hyperframe-3.2.0.tar.gz) = 16177 bytes +SHA1 (hyperframe-5.0.0.tar.gz) = 0bca7c689924963f9803fb62d498c3662eb9748a +RMD160 (hyperframe-5.0.0.tar.gz) = e214396f14f9f5641611e73b7e62151356687772 +SHA512 (hyperframe-5.0.0.tar.gz) = cb971bfc35938c3b76410432a7b3a677e25e44372fe3005351191e4bbb0fd11564f0e60765d22a96b565e7cc2ac80ea65447673bff2bee36e502bcca89a76491 +Size (hyperframe-5.0.0.tar.gz) = 17691 bytes --_----------=_1492175348144670--