From 465426ebce5bcc5f6541e3fcc91cc5e8b2b8976b Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 25 Jun 2020 12:07:14 +0300 Subject: [PATCH] python3-ruamel-yaml: Upgrade 0.16.5 0> 0.16.10 Upgrade to release 0.16.10: - updated image references in README to sourceforge - update requirements so that ruamel.yaml.clib is installed for 3.8, as it has become available - fix typchecking issue on TaggedScalar - fix error in dumping literal scalar in sequence with comments before element - fix empty string mapping key roundtripping with preservation of quotes as `? ''` - fix incorrect state setting in class constructor - adjust deprecation warning test for Hashable, as that no longer warns The year in LICENSE has been updated and LIC_FILES_CHKSUM changed. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- ...ruamel-yaml_0.16.5.bb => python3-ruamel-yaml_0.16.10.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-ruamel-yaml_0.16.5.bb => python3-ruamel-yaml_0.16.10.bb} (57%) diff --git a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.5.bb b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.10.bb similarity index 57% rename from meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.5.bb rename to meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.10.bb index ba095648fb..076721a09d 100644 --- a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.5.bb +++ b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.10.bb @@ -2,14 +2,14 @@ SUMMARY = "YAML parser/emitter that supports roundtrip preservation of comments, AUTHOR = "Anthon van der Neut" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=caf8bd842440b537c044e131785a4666" +LIC_FILES_CHKSUM = "file://LICENSE;md5=60afc0a1bb0501c0c555cabe78bba022" PYPI_PACKAGE = "ruamel.yaml" inherit pypi setuptools3 -SRC_URI[md5sum] = "7d5a5b0a7621a1247b081cc8e4978354" -SRC_URI[sha256sum] = "412a6f5cfdc0525dee6a27c08f5415c7fd832a7afcb7a0ed7319628aed23d408" +SRC_URI[md5sum] = "02774e7ed3273b3d8eee6c08326b91c4" +SRC_URI[sha256sum] = "099c644a778bf72ffa00524f78dd0b6476bca94a1da344130f4bf3381ce5b954" do_install_prepend() { export RUAMEL_NO_PIP_INSTALL_CHECK=1