From a57e9bad0dc43953fbac64f80776c1bdd478f2f8 Mon Sep 17 00:00:00 2001 From: Yuan Chao Date: Fri, 2 Aug 2019 08:59:40 +0800 Subject: python-lxml: upgrade 4.3.4 -> 4.4.0 Signed-off-by: Yuan Chao Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-lxml.inc | 4 ++-- meta-python/recipes-devtools/python/python-lxml_4.3.4.bb | 2 -- meta-python/recipes-devtools/python/python-lxml_4.4.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-lxml_4.3.4.bb | 3 --- meta-python/recipes-devtools/python/python3-lxml_4.4.0.bb | 3 +++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-lxml_4.3.4.bb create mode 100644 meta-python/recipes-devtools/python/python-lxml_4.4.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-lxml_4.3.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-lxml_4.4.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-lxml.inc b/meta-python/recipes-devtools/python/python-lxml.inc index dd73a412b6..45e52b5fc0 100644 --- a/meta-python/recipes-devtools/python/python-lxml.inc +++ b/meta-python/recipes-devtools/python/python-lxml.inc @@ -18,8 +18,8 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \ DEPENDS += "libxml2 libxslt" -SRC_URI[md5sum] = "aec44da0457dca385261e5ceb3fe36f9" -SRC_URI[sha256sum] = "3ce1c49d4b4a7bc75fb12acb3a6247bb7a91fe420542e6d671ba9187d12a12c2" +SRC_URI[md5sum] = "7d585daedcd51011c3217a61982afd3d" +SRC_URI[sha256sum] = "3b57dc5ed7b6a7d852c961f2389ca99404c2b59fd2088baec6fbaca02f688be4" DISTUTILS_BUILD_ARGS += " \ --with-xslt-config='pkg-config libxslt' \ diff --git a/meta-python/recipes-devtools/python/python-lxml_4.3.4.bb b/meta-python/recipes-devtools/python/python-lxml_4.3.4.bb deleted file mode 100644 index 81ccb12d87..0000000000 --- a/meta-python/recipes-devtools/python/python-lxml_4.3.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-lxml.inc diff --git a/meta-python/recipes-devtools/python/python-lxml_4.4.0.bb b/meta-python/recipes-devtools/python/python-lxml_4.4.0.bb new file mode 100644 index 0000000000..81ccb12d87 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-lxml_4.4.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-lxml.inc diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.3.4.bb b/meta-python/recipes-devtools/python/python3-lxml_4.3.4.bb deleted file mode 100644 index b95d7bae71..0000000000 --- a/meta-python/recipes-devtools/python/python3-lxml_4.3.4.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools3 -require python-lxml.inc -CLEANBROKEN = "1" diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.4.0.bb b/meta-python/recipes-devtools/python/python3-lxml_4.4.0.bb new file mode 100644 index 0000000000..b95d7bae71 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-lxml_4.4.0.bb @@ -0,0 +1,3 @@ +inherit setuptools3 +require python-lxml.inc +CLEANBROKEN = "1" -- cgit 1.2.3-korg