From 68d254c8ee4ac32efa1ada412f3894e3b78883e3 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 16 Oct 2017 09:10:30 -0400 Subject: python-lxml: update to version 4.1.0 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-lxml.inc | 4 ++-- meta-python/recipes-devtools/python/python-lxml_4.0.0.bb | 2 -- meta-python/recipes-devtools/python/python-lxml_4.1.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-lxml_4.0.0.bb | 2 -- meta-python/recipes-devtools/python/python3-lxml_4.1.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-lxml_4.0.0.bb create mode 100644 meta-python/recipes-devtools/python/python-lxml_4.1.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-lxml_4.0.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-lxml_4.1.0.bb diff --git a/meta-python/recipes-devtools/python/python-lxml.inc b/meta-python/recipes-devtools/python/python-lxml.inc index 04abe46d5..7c0a7d714 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] = "c30d7e752cc909c1c0c40bd34153443a" -SRC_URI[sha256sum] = "f7bc9f702500e205b1560d620f14015fec76dcd6f9e889a946a2ddcc3c344fd0" +SRC_URI[md5sum] = "247580bd5d942872bd972ad0086e5cbf" +SRC_URI[sha256sum] = "be3aaeb5f468a49f523f16736ccff7d82af2b4b303292ba3d052b5b28f3fbe47" DISTUTILS_BUILD_ARGS += " \ --with-xslt-config='pkg-config libxslt' \ diff --git a/meta-python/recipes-devtools/python/python-lxml_4.0.0.bb b/meta-python/recipes-devtools/python/python-lxml_4.0.0.bb deleted file mode 100644 index 81ccb12d8..000000000 --- a/meta-python/recipes-devtools/python/python-lxml_4.0.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-lxml.inc diff --git a/meta-python/recipes-devtools/python/python-lxml_4.1.0.bb b/meta-python/recipes-devtools/python/python-lxml_4.1.0.bb new file mode 100644 index 000000000..81ccb12d8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-lxml_4.1.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-lxml.inc diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.0.0.bb b/meta-python/recipes-devtools/python/python3-lxml_4.0.0.bb deleted file mode 100644 index ff4bc7faa..000000000 --- a/meta-python/recipes-devtools/python/python3-lxml_4.0.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-lxml.inc diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.1.0.bb b/meta-python/recipes-devtools/python/python3-lxml_4.1.0.bb new file mode 100644 index 000000000..ff4bc7faa --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-lxml_4.1.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-lxml.inc -- cgit v1.2.3-54-g00ecf