pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-hyperframe Update www/py-hyperframe to 5.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ca5e8fc8349
branches:  trunk
changeset: 361067:5ca5e8fc8349
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri Apr 14 13:09:08 2017 +0000

description:
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``.

diffstat:

 www/py-hyperframe/Makefile |   4 ++--
 www/py-hyperframe/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r e07deded380e -r 5ca5e8fc8349 www/py-hyperframe/Makefile
--- a/www/py-hyperframe/Makefile        Fri Apr 14 13:08:27 2017 +0000
+++ b/www/py-hyperframe/Makefile        Fri Apr 14 13:09:08 2017 +0000
@@ -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/}
diff -r e07deded380e -r 5ca5e8fc8349 www/py-hyperframe/distinfo
--- a/www/py-hyperframe/distinfo        Fri Apr 14 13:08:27 2017 +0000
+++ b/www/py-hyperframe/distinfo        Fri Apr 14 13:09:08 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index