diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-03-26 15:12:27 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-03-30 09:04:34 -0700 |
| commit | c42a7b7d973bd4c3b5c4c1dc029edad6efbd397c (patch) | |
| tree | d7b300a3af8375ed147cac20b52c52ce00d0ebf9 /meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.13.bb | |
| parent | 02feb1d9324fba08c5d3055fa34bb6200ee91520 (diff) | |
| download | meta-openembedded-c42a7b7d973bd4c3b5c4c1dc029edad6efbd397c.tar.gz | |
python3-ruamel-yaml: Upgrade 0.16.13 -> 0.17.0
Upgrade to release 0.17.0:
- this release no longer supports Python 2.7, most if not all
Python 2 specific code is removed. The 0.17.x series is the
last to support Python 3.5 (this also allowed for removal of
the dependency on ``ruamel.std.pathlib``)
- remove Python2 specific code branches and adaptations (u-strings)
- prepare % code for f-strings using ``_F``
- allow PyOxidisation
- replaced Python 2 compatible enforcement of keyword arguments
with '*'
- the old top level *functions* ``load``, ``safe_load``,
``round_trip_load``, ``dump``, ``safe_dump``,
``round_trip_dump``, ``scan``, ``parse``, ``compose``, ``emit``,
``serialize`` as well as their ``_all`` variants for
multi-document streams, now issue a ``PendingDeprecationning``
(e.g. when run from pytest, but also Python is started with
``-Wd``). Use the methods on ``YAML()``, which have been extended.
- fix for issue 376: indentation changes could put literal/folded
scalar to start before the ``#`` column of a following comment.
Effectively making the comment part of the scalar in the output.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.13.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.13.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.13.bb b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.13.bb deleted file mode 100644 index 39795b7847..0000000000 --- a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.13.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | SUMMARY = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order." | ||
| 2 | AUTHOR = "Anthon van der Neut" | ||
| 3 | |||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fa0a51dfb461e2f803969e0f3fa71dfe" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "ruamel.yaml" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
| 12 | |||
| 13 | SRC_URI[sha256sum] = "bb48c514222702878759a05af96f4b7ecdba9b33cd4efcf25c86b882cef3a942" | ||
| 14 | |||
| 15 | do_install_prepend() { | ||
| 16 | export RUAMEL_NO_PIP_INSTALL_CHECK=1 | ||
| 17 | } | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native nativesdk" | ||
