From e17af2835f751a05665b226772c502fa8ad14c04 Mon Sep 17 00:00:00 2001 From: Sakib Sajal Date: Tue, 23 Feb 2021 14:37:29 -0500 Subject: python-pyyaml: upgrade v5.3 -> v5.4.1 Upgrade python-pyyaml from v5.3 to v5.4.1 which contains fix for CVE-2020-14343. Signed-off-by: Sakib Sajal Signed-off-by: Martin Jansa --- recipes-devtools/python/python-pyyaml_5.3.bb | 19 ------------------- recipes-devtools/python/python-pyyaml_5.4.1.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 recipes-devtools/python/python-pyyaml_5.3.bb create mode 100644 recipes-devtools/python/python-pyyaml_5.4.1.bb diff --git a/recipes-devtools/python/python-pyyaml_5.3.bb b/recipes-devtools/python/python-pyyaml_5.3.bb deleted file mode 100644 index 9b26c62..0000000 --- a/recipes-devtools/python/python-pyyaml_5.3.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Python support for YAML" -HOMEPAGE = "http://www.pyyaml.org" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a76b4c69bfcf82313bbdc0393b04438a" -DEPENDS = "libyaml ${PYTHON_PN}-cython-native ${PYTHON_PN}" - -PYPI_PACKAGE = "PyYAML" - -inherit pypi setuptools - -SRC_URI[md5sum] = "adbb0d336b509d6472d3b095a0f1cf30" -SRC_URI[sha256sum] = "e9f45bd5b92c7974e59bcd2dcc8631a6b6cc380a904725fce7bc08872e691615" - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-datetime \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/recipes-devtools/python/python-pyyaml_5.4.1.bb b/recipes-devtools/python/python-pyyaml_5.4.1.bb new file mode 100644 index 0000000..2873d25 --- /dev/null +++ b/recipes-devtools/python/python-pyyaml_5.4.1.bb @@ -0,0 +1,19 @@ +SUMMARY = "Python support for YAML" +HOMEPAGE = "http://www.pyyaml.org" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=6d8242660a8371add5fe547adf083079" +DEPENDS = "libyaml ${PYTHON_PN}-cython-native ${PYTHON_PN}" + +PYPI_PACKAGE = "PyYAML" + +inherit pypi setuptools + +SRC_URI[md5sum] = "46e25294c7efec23d4072ed6a7777f46" +SRC_URI[sha256sum] = "607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-datetime \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg