Go to file
Leon Anavi 4ee8ea68a5 python3-pykwalify: Upgrade 1.7.0 -> 1.8.0
Upgrade to release 1.8.0:

- Dropped support for python 3.5 and below, including 2.7
- ruamel.yaml is now the default and preffered yaml parser
- Dropped support for pyyaml parser
- Update minimum version of ruamel.yaml to 0.16.0
- Update minimum version of python-dateutil to 2.8.0
- Added new cli argument "--encoding ENCODING" that specifies what
  encoding to open data and schema files with
- Enum error strings now output all possible values for easier
  debugging
- Removed deprecated imp module. Dynamic imports imght be affected
- Implement new type email that uses a relative simple regex to
  validate email addresses according to RFC 5322 Official Standard
- Implement new type url that uses a relative simple regex to
  validate url:s according to RFC 1808
- Add new argument "schema_file_obj" to Core class. Allows to pass
  in StringIO or similar interfaced objects to use for validation.
- Add new argument "data_file_obj" to Core class. Allows to pass in
  StringIO or similar interfaced objects to use for validation.
- Fixed a regression from 1.6.1 where ruamel.yaml safe_load would
  break for all built-in custom python tags.
- All normal python tags should now be possible to use again.
- Fixed an issue with regex values that was not converted to str()
  before regex mapping was attempted.
- This should validate things like integers and objects that support
  str() conversion better.

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>
2021-01-25 14:34:06 -08:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems fuse: set CVE_PRODUCT to "fuse_project:fuse" 2021-01-17 11:47:41 -08:00
meta-gnome appstream-glib: upgrade 0.7.17 -> 0.7.18 2021-01-21 17:50:42 -08:00
meta-initramfs dracut: upgrade 049 -> 051 2021-01-04 14:48:29 -08:00
meta-multimedia vlc: upgrade 3.0.11.1 -> 3.0.12 2021-01-21 17:50:42 -08:00
meta-networking libnftnl: upgrade 1.1.8 -> 1.1.9 2021-01-25 14:34:06 -08:00
meta-oe zbar: Remove support for 0.10 version 2021-01-25 14:34:06 -08:00
meta-perl librole-tiny-perl: upgrade 2.001004 -> 2.002003 2021-01-17 11:47:41 -08:00
meta-python python3-pykwalify: Upgrade 1.7.0 -> 1.8.0 2021-01-25 14:34:06 -08:00
meta-webserver phpmyadmin: 5.0.2 -> 5.0.4 2021-01-05 09:16:26 -08:00
meta-xfce thunar: upgrade 4.16.0 -> 4.16.2 2021-01-19 11:06:28 -08: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