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.an...@konsulko.com>
---
 ...on3-ruamel-yaml_0.16.13.bb => python3-ruamel-yaml_0.17.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-ruamel-yaml_0.16.13.bb => 
python3-ruamel-yaml_0.17.0.bb} (83%)

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.17.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.13.bb
rename to meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.0.bb
index 39795b784..fd99f8566 100644
--- a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.13.bb
+++ b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.0.bb
@@ -10,7 +10,7 @@ inherit pypi setuptools3
 
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[sha256sum] = 
"bb48c514222702878759a05af96f4b7ecdba9b33cd4efcf25c86b882cef3a942"
+SRC_URI[sha256sum] = 
"3572505e63dd35b5dea62cd0386d03c4f2a53da29a3af09f428114cc85c564aa"
 
 do_install_prepend() {
     export RUAMEL_NO_PIP_INSTALL_CHECK=1
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#90380): 
https://lists.openembedded.org/g/openembedded-devel/message/90380
Mute This Topic: https://lists.openembedded.org/mt/81627454/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to