Package Release Info

python-hyperframe-5.1.0-bp150.2.4

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-hyperframe
python3-hyperframe

Change Logs

* Sun Feb 25 2018 aloisio@gmx.com
- Update to version 5.1.0
  API Changes (Backward-compatible)**
  * Added support for ``DataFrame.data`` being a ``memoryview``
    object.
* Sat Apr 22 2017 aloisio@gmx.com
- Update to version 5.0.0
  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.
- Enabled tests
- Fixed source URL
* Mon Mar 06 2017 aloisio@gmx.com
- Update to version 4.0.2
  * 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.
- Converted to single-spec
* Thu Feb 02 2017 aloisio@gmx.com
- Initial package (4.0.1)