From e7915422e6f81b7b544101670d65e78c5e04d5e9 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 3 Jan 2020 04:57:32 -0800 Subject: python-pyyaml: upgrade 5.1.2 -> 5.2 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pyyaml.inc | 4 ++-- meta-python/recipes-devtools/python/python-pyyaml_5.1.2.bb | 2 -- meta-python/recipes-devtools/python/python-pyyaml_5.2.bb | 2 ++ meta-python/recipes-devtools/python/python3-pyyaml_5.1.2.bb | 2 -- meta-python/recipes-devtools/python/python3-pyyaml_5.2.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyyaml_5.1.2.bb create mode 100644 meta-python/recipes-devtools/python/python-pyyaml_5.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyyaml_5.1.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyyaml_5.2.bb diff --git a/meta-python/recipes-devtools/python/python-pyyaml.inc b/meta-python/recipes-devtools/python/python-pyyaml.inc index e9ae85eb0b..48ebf73c9c 100644 --- a/meta-python/recipes-devtools/python/python-pyyaml.inc +++ b/meta-python/recipes-devtools/python/python-pyyaml.inc @@ -8,8 +8,8 @@ DEPENDS = "libyaml ${PYTHON_PN}-cython-native ${PYTHON_PN}" PYPI_PACKAGE = "PyYAML" inherit pypi -SRC_URI[md5sum] = "20f87ab421b0271dbf371dc5c1cddb5c" -SRC_URI[sha256sum] = "01adf0b6c6f61bd11af6e10ca52b7d4057dd0be0343eb9283c878cf3af56aee4" +SRC_URI[md5sum] = "d7e45e932d6e6649ac574a1ed77b4269" +SRC_URI[sha256sum] = "c0ee8eca2c582d29c3c2ec6e2c4f703d1b7f1fb10bc72317355a746057e7346c" RDEPENDS_${PN} += "\ ${PYTHON_PN}-datetime \ diff --git a/meta-python/recipes-devtools/python/python-pyyaml_5.1.2.bb b/meta-python/recipes-devtools/python/python-pyyaml_5.1.2.bb deleted file mode 100644 index 5a4c92d88f..0000000000 --- a/meta-python/recipes-devtools/python/python-pyyaml_5.1.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-pyyaml.inc -inherit setuptools diff --git a/meta-python/recipes-devtools/python/python-pyyaml_5.2.bb b/meta-python/recipes-devtools/python/python-pyyaml_5.2.bb new file mode 100644 index 0000000000..5a4c92d88f --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyyaml_5.2.bb @@ -0,0 +1,2 @@ +require python-pyyaml.inc +inherit setuptools diff --git a/meta-python/recipes-devtools/python/python3-pyyaml_5.1.2.bb b/meta-python/recipes-devtools/python/python3-pyyaml_5.1.2.bb deleted file mode 100644 index 470aca608b..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyyaml_5.1.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-pyyaml.inc diff --git a/meta-python/recipes-devtools/python/python3-pyyaml_5.2.bb b/meta-python/recipes-devtools/python/python3-pyyaml_5.2.bb new file mode 100644 index 0000000000..470aca608b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyyaml_5.2.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-pyyaml.inc -- cgit 1.2.3-korg