From a06afb02d288d33a9b52625a82cc2fc47dc63e8a Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 22 Apr 2018 11:38:37 -0400 Subject: python-lxml: update to version 4.2.1 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.2.0.bb | 2 -- meta-python/recipes-devtools/python/python-lxml_4.2.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-lxml_4.2.0.bb | 2 -- meta-python/recipes-devtools/python/python3-lxml_4.2.1.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-lxml_4.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python-lxml_4.2.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-lxml_4.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-lxml_4.2.1.bb diff --git a/meta-python/recipes-devtools/python/python-lxml.inc b/meta-python/recipes-devtools/python/python-lxml.inc index a0fe14019f..3f3a1e27c5 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] = "04455d43fd587bd11ccef6315258c3ce" -SRC_URI[sha256sum] = "7d96fbb5f23a62300aa9bef7d286cd61aca8902357619c8708c0290aba5df73f" +SRC_URI[md5sum] = "c266d9062e23b08f66426979a2b36f51" +SRC_URI[sha256sum] = "e2629cdbcad82b83922a3488937632a4983ecc0fed3e5cfbf430d069382eeb9b" DISTUTILS_BUILD_ARGS += " \ --with-xslt-config='pkg-config libxslt' \ 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 deleted file mode 100644 index 81ccb12d87..0000000000 --- a/meta-python/recipes-devtools/python/python-lxml_4.2.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.2.1.bb b/meta-python/recipes-devtools/python/python-lxml_4.2.1.bb new file mode 100644 index 0000000000..81ccb12d87 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-lxml_4.2.1.bb @@ -0,0 +1,2 @@ +inherit setuptools +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 deleted file mode 100644 index ff4bc7faad..0000000000 --- a/meta-python/recipes-devtools/python/python3-lxml_4.2.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.2.1.bb b/meta-python/recipes-devtools/python/python3-lxml_4.2.1.bb new file mode 100644 index 0000000000..ff4bc7faad --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-lxml_4.2.1.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-lxml.inc -- cgit 1.2.3-korg