From: Wang Mingyu <wan...@fujitsu.com>

Changelog:
============
- YAML() instance has a 'doc_infos' attribute which is a cumulative list of 
DocInfo
  instances (one for 'load()', one per document for 'load_all()'). DocInfo 
instances
  contain version information (requested, directive) and tag directive 
information
- fix issue that the YAML instance tags attribute was not reset between 
documents,
  resulting in mixing of tag directives of multiple documents. Now only 
provides tag
  directive information on latest document after loading. This means tags for 
dumping
  must be set **again** after a document is loaded with the same instance. 
(because
  of this tags will be removed in a favour of a different mechanism in the 
future)
- fix issue with multiple document intermixing YAML 1.2 and YAML 1.1, the 
VersionedResolver
  now resets
- fix issue with disappearing comment when next token was Tag (still can't have 
both
  a comment before a tag and after a tag, before node)

Signed-off-by: Wang Mingyu <wan...@fujitsu.com>
---
 ...on3-ruamel-yaml_0.17.35.bb => python3-ruamel-yaml_0.18.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-ruamel-yaml_0.17.35.bb => 
python3-ruamel-yaml_0.18.4.bb} (85%)

diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb 
b/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.4.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb
rename to meta/recipes-devtools/python/python3-ruamel-yaml_0.18.4.bb
index 1760fec7ee..7be966184e 100644
--- a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb
+++ b/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.4.bb
@@ -8,7 +8,7 @@ PYPI_PACKAGE = "ruamel.yaml"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"801046a9caacb1b43acc118969b49b96b65e8847f29029563b29ac61d02db61b"
+SRC_URI[sha256sum] = 
"a2778930d2573358f7c43f26e4bd5715015dccebf53c9943ed611200c1e2adcd"
 
 RDEPENDS:${PN} += "\
     ${PYTHON_PN}-shell \
-- 
2.34.1

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

Reply via email to