Go to file
Leon Anavi e85ac5357d python3-hyperframe: Upgrade 5.2.0 -> 6.0.0
Upgrade to release 6.0.0:

API Changes (Backward-incompatible):
- Introduce HyperframeError base exception class for all errors
  raised within hyperframe.
- Change exception base class of UnknownFrameError to
  HyperframeError
- Change exception base class of InvalidPaddingError to
  HyperframeError
- Change exception base class of InvalidFrameError to
  HyperframeError
- Invalid frames with wrong stream id (zero vs. non-zero) now
  raise InvalidDataError.
- Invalid SETTINGS frames (non-empty but ACK) now raise
  InvalidDataError.
- Invalid ALTSVC frames with non-bytestring field or origin now
  raise InvalidDataError.

API Changes (Backward-compatible)
- Deprecate total_padding - use pad_length instead.
- Improve repr() output for all frame classes.
- Introduce Frame.explain(data) for quick introspection of raw
  data.

Bugfixes
- Fixed padding parsing for PushPromiseFrame.
- Fixed unchecked frame length for PriorityFrame. It now correctly
  raises InvalidFrameError.
- Fixed promised stream id validation for PushPromiseFrame. It now
  raises InvalidDataError.
- Fixed unchecked frame length for WindowUpdateFrame. It now
  correctly raises InvalidFrameError.
- Fixed window increment value range validation. It now raises
  InvalidDataError.
- Fixed parsing of SettingsFrame with mutual exclusion of ACK flag
  and payload.

Other Changes
- Removed support for Python 2.7, 3.4, 3.5, pypy.
- Added support for Python 3.8.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15 09:28:34 -07:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems xfsprogs: upgrade 5.7.0 -> 5.8.0 2020-09-10 21:20:23 -07:00
meta-gnome gedit: add source-code-pro-fonts to RRECOMMENDS 2020-09-12 13:40:36 -07:00
meta-initramfs kexecboot: Use -fcommon to compile 2020-08-13 22:32:07 -07:00
meta-multimedia libcamera: Bumped to latest revision and added pkgconfig to enable gstreamer 2020-09-08 11:56:46 -07:00
meta-networking libdnet: upgrade 1.12 -> 1.14 2020-09-10 21:20:23 -07:00
meta-oe luajit: advance SRCREV to fix two CVE's 2020-09-15 09:28:34 -07:00
meta-perl libencode-perl: upgrade 3.06 -> 3.07 2020-09-03 19:26:24 -07:00
meta-python python3-hyperframe: Upgrade 5.2.0 -> 6.0.0 2020-09-15 09:28:34 -07:00
meta-webserver monkey: Correct the install path in init services 2020-08-31 23:47:52 -07:00
meta-xfce layer.conf: fixes icon-theme signature changes 2020-08-31 16:57:06 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README Update maintainers 2018-08-27 10:53:58 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj <raj.khem@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories