[oe-commits] [meta-openembedded] 11/16: python-pyyaml: upgrade 3.13 -> 5.1.2

git at git.openembedded.org git at git.openembedded.org
Tue Aug 27 20:56:28 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master
in repository meta-openembedded.

commit 585b1eac77249dd8216b460a32c7710c48dddd4f
Author: Zang Ruochen <zangrc.fnst at cn.fujitsu.com>
AuthorDate: Mon Aug 26 13:59:24 2019 +0800

    python-pyyaml: upgrade 3.13 -> 5.1.2
    
    -License-Update: Copyright year updated to 2019.
    
    Signed-off-by: Zang Ruochen <zangrc.fnst at cn.fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-pyyaml.inc               | 6 +++---
 .../python/{python-pyyaml_3.13.bb => python-pyyaml_5.1.2.bb}        | 0
 .../python/{python3-pyyaml_3.13.bb => python3-pyyaml_5.1.2.bb}      | 0
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-pyyaml.inc b/meta-python/recipes-devtools/python/python-pyyaml.inc
index afce543..e9ae85e 100644
--- a/meta-python/recipes-devtools/python/python-pyyaml.inc
+++ b/meta-python/recipes-devtools/python/python-pyyaml.inc
@@ -2,14 +2,14 @@ SUMMARY = "Python support for YAML"
 HOMEPAGE = "http://www.pyyaml.org"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=5591701d32590f9fa94f3bfee820b634"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a76b4c69bfcf82313bbdc0393b04438a"
 DEPENDS = "libyaml ${PYTHON_PN}-cython-native ${PYTHON_PN}"
 
 PYPI_PACKAGE = "PyYAML"
 inherit pypi
 
-SRC_URI[md5sum] = "b78b96636d68ac581c0e2f38158c224f"
-SRC_URI[sha256sum] = "3ef3092145e9b70e3ddd2c7ad59bdd0252a94dfe3949721633e41344de00a6bf"
+SRC_URI[md5sum] = "20f87ab421b0271dbf371dc5c1cddb5c"
+SRC_URI[sha256sum] = "01adf0b6c6f61bd11af6e10ca52b7d4057dd0be0343eb9283c878cf3af56aee4"
 
 RDEPENDS_${PN} += "\
     ${PYTHON_PN}-datetime \
diff --git a/meta-python/recipes-devtools/python/python-pyyaml_3.13.bb b/meta-python/recipes-devtools/python/python-pyyaml_5.1.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-pyyaml_3.13.bb
rename to meta-python/recipes-devtools/python/python-pyyaml_5.1.2.bb
diff --git a/meta-python/recipes-devtools/python/python3-pyyaml_3.13.bb b/meta-python/recipes-devtools/python/python3-pyyaml_5.1.2.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-pyyaml_3.13.bb
rename to meta-python/recipes-devtools/python/python3-pyyaml_5.1.2.bb

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list