diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-01-03 04:57:32 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-03 13:56:01 -0800 |
commit | e7915422e6f81b7b544101670d65e78c5e04d5e9 (patch) | |
tree | 59e8aafa18d789a86d7849409c940583adab2d4b /meta-python/recipes-devtools/python | |
parent | ab7c7dc8e7765c2e0ca080b11ae44d14b64641ab (diff) | |
download | meta-openembedded-e7915422e6f81b7b544101670d65e78c5e04d5e9.tar.gz |
python-pyyaml: upgrade 5.1.2 -> 5.2
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyyaml.inc | 4 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyyaml_5.2.bb (renamed from meta-python/recipes-devtools/python/python-pyyaml_5.1.2.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyyaml_5.2.bb (renamed from meta-python/recipes-devtools/python/python3-pyyaml_5.1.2.bb) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyyaml.inc b/meta-python/recipes-devtools/python/python-pyyaml.inc index e9ae85eb0..48ebf73c9 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}" | |||
8 | PYPI_PACKAGE = "PyYAML" | 8 | PYPI_PACKAGE = "PyYAML" |
9 | inherit pypi | 9 | inherit pypi |
10 | 10 | ||
11 | SRC_URI[md5sum] = "20f87ab421b0271dbf371dc5c1cddb5c" | 11 | SRC_URI[md5sum] = "d7e45e932d6e6649ac574a1ed77b4269" |
12 | SRC_URI[sha256sum] = "01adf0b6c6f61bd11af6e10ca52b7d4057dd0be0343eb9283c878cf3af56aee4" | 12 | SRC_URI[sha256sum] = "c0ee8eca2c582d29c3c2ec6e2c4f703d1b7f1fb10bc72317355a746057e7346c" |
13 | 13 | ||
14 | RDEPENDS_${PN} += "\ | 14 | RDEPENDS_${PN} += "\ |
15 | ${PYTHON_PN}-datetime \ | 15 | ${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.2.bb index 5a4c92d88..5a4c92d88 100644 --- a/meta-python/recipes-devtools/python/python-pyyaml_5.1.2.bb +++ b/meta-python/recipes-devtools/python/python-pyyaml_5.2.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-pyyaml_5.1.2.bb b/meta-python/recipes-devtools/python/python3-pyyaml_5.2.bb index 470aca608..470aca608 100644 --- a/meta-python/recipes-devtools/python/python3-pyyaml_5.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-pyyaml_5.2.bb | |||