From 88cc5068689a23dca1daef271a16c62362934cd4 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 18 Mar 2018 10:17:21 -0400 Subject: python-lxml: update to version 4.2.0 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-lxml.inc | 4 ++-- meta-python/recipes-devtools/python/python-lxml_4.1.1.bb | 2 -- meta-python/recipes-devtools/python/python-lxml_4.2.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-lxml_4.1.1.bb | 2 -- meta-python/recipes-devtools/python/python3-lxml_4.2.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-lxml_4.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python-lxml_4.2.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-lxml_4.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-lxml_4.2.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 98a1af4b89..a0fe14019f 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] = "0265ad6701951347f2dbbb470e3d1512" -SRC_URI[sha256sum] = "940caef1ec7c78e0c34b0f6b94fe42d0f2022915ffc78643d28538a5cfd0f40e" +SRC_URI[md5sum] = "04455d43fd587bd11ccef6315258c3ce" +SRC_URI[sha256sum] = "7d96fbb5f23a62300aa9bef7d286cd61aca8902357619c8708c0290aba5df73f" DISTUTILS_BUILD_ARGS += " \ --with-xslt-config='pkg-config libxslt' \ diff --git a/meta-python/recipes-devtools/python/python-lxml_4.1.1.bb b/meta-python/recipes-devtools/python/python-lxml_4.1.1.bb deleted file mode 100644 index 81ccb12d87..0000000000 --- a/meta-python/recipes-devtools/python/python-lxml_4.1.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-lxml.inc diff --git a/meta-python/recipes-devtools/python/python-lxml_4.2.0.bb b/meta-python/recipes-devtools/python/python-lxml_4.2.0.bb new file mode 100644 index 0000000000..81ccb12d87 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-lxml_4.2.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-lxml.inc diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.1.1.bb b/meta-python/recipes-devtools/python/python3-lxml_4.1.1.bb deleted file mode 100644 index ff4bc7faad..0000000000 --- a/meta-python/recipes-devtools/python/python3-lxml_4.1.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-lxml.inc diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.2.0.bb b/meta-python/recipes-devtools/python/python3-lxml_4.2.0.bb new file mode 100644 index 0000000000..ff4bc7faad --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-lxml_4.2.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-lxml.inc -- cgit 1.2.3-korg