From 1a48527cbbb20916cd4e0ca3e118f6c31e6eb3fe Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 21 Dec 2016 17:12:17 -0500 Subject: python-lxml: update to version 3.7.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_3.6.4.bb | 2 -- meta-python/recipes-devtools/python/python-lxml_3.7.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-lxml_3.6.4.bb | 2 -- meta-python/recipes-devtools/python/python3-lxml_3.7.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-lxml_3.6.4.bb create mode 100644 meta-python/recipes-devtools/python/python-lxml_3.7.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-lxml_3.6.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-lxml_3.7.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-lxml.inc b/meta-python/recipes-devtools/python/python-lxml.inc index 7481b98ada..8319799ac2 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=f9f1dc24f720c143c2240df41fe5073b \ DEPENDS += "libxml2 libxslt" -SRC_URI[md5sum] = "6dd7314233029d9dab0156e7b1c7830b" -SRC_URI[sha256sum] = "61d5d3e00b5821e6cda099b3b4ccfea4527bf7c595e0fb3a7a760490cedd6172" +SRC_URI[md5sum] = "b78e6f7e859c2ff57add7f63a5e387b7" +SRC_URI[sha256sum] = "9c62eb2a1862e1ae285d7e7e3b7dc8772d387b19258086afcec143c6b7b8a5c9" DISTUTILS_BUILD_ARGS += " \ --with-xslt-config='pkg-config libxslt' \ diff --git a/meta-python/recipes-devtools/python/python-lxml_3.6.4.bb b/meta-python/recipes-devtools/python/python-lxml_3.6.4.bb deleted file mode 100644 index 81ccb12d87..0000000000 --- a/meta-python/recipes-devtools/python/python-lxml_3.6.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-lxml.inc diff --git a/meta-python/recipes-devtools/python/python-lxml_3.7.0.bb b/meta-python/recipes-devtools/python/python-lxml_3.7.0.bb new file mode 100644 index 0000000000..81ccb12d87 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-lxml_3.7.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-lxml.inc diff --git a/meta-python/recipes-devtools/python/python3-lxml_3.6.4.bb b/meta-python/recipes-devtools/python/python3-lxml_3.6.4.bb deleted file mode 100644 index ff4bc7faad..0000000000 --- a/meta-python/recipes-devtools/python/python3-lxml_3.6.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-lxml.inc diff --git a/meta-python/recipes-devtools/python/python3-lxml_3.7.0.bb b/meta-python/recipes-devtools/python/python3-lxml_3.7.0.bb new file mode 100644 index 0000000000..ff4bc7faad --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-lxml_3.7.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-lxml.inc -- cgit 1.2.3-korg