diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-01-21 15:17:08 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-01-25 14:34:06 -0800 |
| commit | 4ee8ea68a571655dc7151a65e16dd4f280a90679 (patch) | |
| tree | 2df2e2d4d012f4fd4a3de00744894dc1b31e29bf /meta-python/recipes-devtools/python/python3-pykwalify_1.7.0.bb | |
| parent | 1745dd9993493b959e01d5d4e17f070fea568e1c (diff) | |
| download | meta-openembedded-4ee8ea68a571655dc7151a65e16dd4f280a90679.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pykwalify_1.7.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pykwalify_1.7.0.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pykwalify_1.7.0.bb b/meta-python/recipes-devtools/python/python3-pykwalify_1.7.0.bb deleted file mode 100644 index 2e1bff4f26..0000000000 --- a/meta-python/recipes-devtools/python/python3-pykwalify_1.7.0.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | SUMMARY = "YAML/JSON validation library" | ||
| 2 | DESCRIPTION = "pykwalify is a schema validator for YAML and JSON" | ||
| 3 | HOMEPAGE = "https://pypi.org/project/pykwalify/" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a72ea5159364a2cd7f45c6dcbee37872" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "58357f1d0f77de976e73dbd3660af75b" | ||
| 8 | SRC_URI[sha256sum] = "7e8b39c5a3a10bc176682b3bd9a7422c39ca247482df198b402e8015defcceb2" | ||
| 9 | |||
| 10 | SRC_URI += "file://0001-rule.py-fix-missing-comma.patch" | ||
| 11 | |||
| 12 | PYPI_PACKAGE = "pykwalify" | ||
| 13 | |||
| 14 | inherit setuptools3 pypi | ||
| 15 | |||
| 16 | RDEPENDS_${PN} = "\ | ||
| 17 | ${PYTHON_PN}-docopt \ | ||
| 18 | ${PYTHON_PN}-dateutil \ | ||
| 19 | ${PYTHON_PN}-pyyaml \ | ||
| 20 | " | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
