From f4270950bd5a14cfa9c51b4ea05eaca8f09c168b Mon Sep 17 00:00:00 2001 From: Hong Liu Date: Thu, 14 Feb 2019 09:53:45 +0800 Subject: python-lxml: upgrade to 4.3.1 1.Upgrade python-lxml and python3-lxml from 4.2.4 to 4.3.1 2.Modified some outdated descriptions in iso-schematron.rng Signed-off-by: Hong Liu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-lxml.inc | 6 +++--- meta-python/recipes-devtools/python/python-lxml_4.2.4.bb | 2 -- meta-python/recipes-devtools/python/python-lxml_4.3.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-lxml_4.2.4.bb | 3 --- meta-python/recipes-devtools/python/python3-lxml_4.3.1.bb | 3 +++ 5 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-lxml_4.2.4.bb create mode 100644 meta-python/recipes-devtools/python/python-lxml_4.3.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-lxml_4.2.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-lxml_4.3.1.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 7f355a7bc0..14897c06e5 100644 --- a/meta-python/recipes-devtools/python/python-lxml.inc +++ b/meta-python/recipes-devtools/python/python-lxml.inc @@ -11,15 +11,15 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \ file://doc/licenses/elementtree.txt;md5=eb34d036a6e3d56314ee49a6852ac891 \ file://doc/licenses/BSD.txt;md5=700a1fc17f4797d4f2d34970c8ee694b \ file://doc/licenses/GPL.txt;md5=94d55d512a9ba36caa9b7df079bae19f \ - file://src/lxml/isoschematron/resources/rng/iso-schematron.rng;beginline=2;endline=7;md5=939e7430ce85e1242ff50c4ee9430752 \ + file://src/lxml/isoschematron/resources/rng/iso-schematron.rng;beginline=2;endline=7;md5=fc85684a8dd5fa272c086bceb0d99e10 \ file://src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl;beginline=2;endline=24;md5=cc86b7b2bbc678e13f58ea403eb9929b \ file://src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl;beginline=2;endline=7;md5=5b03236d293dc3784205542b409d2f53 \ " DEPENDS += "libxml2 libxslt" -SRC_URI[md5sum] = "31239400ca4e130b69993bb3c14204b3" -SRC_URI[sha256sum] = "e2afbe403090f5893e254958d02875e0732975e73c4c0cdd33c1f009a61963ca" +SRC_URI[md5sum] = "d2b2eb305bfa9ed15aebe61affb3ffa4" +SRC_URI[sha256sum] = "da5e7e941d6e71c9c9a717c93725cda0708c2474f532e3680ac5e39ec57d224d" DISTUTILS_BUILD_ARGS += " \ --with-xslt-config='pkg-config libxslt' \ diff --git a/meta-python/recipes-devtools/python/python-lxml_4.2.4.bb b/meta-python/recipes-devtools/python/python-lxml_4.2.4.bb deleted file mode 100644 index 81ccb12d87..0000000000 --- a/meta-python/recipes-devtools/python/python-lxml_4.2.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.3.1.bb b/meta-python/recipes-devtools/python/python-lxml_4.3.1.bb new file mode 100644 index 0000000000..81ccb12d87 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-lxml_4.3.1.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-lxml.inc diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.2.4.bb b/meta-python/recipes-devtools/python/python3-lxml_4.2.4.bb deleted file mode 100644 index b95d7bae71..0000000000 --- a/meta-python/recipes-devtools/python/python3-lxml_4.2.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.3.1.bb b/meta-python/recipes-devtools/python/python3-lxml_4.3.1.bb new file mode 100644 index 0000000000..b95d7bae71 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-lxml_4.3.1.bb @@ -0,0 +1,3 @@ +inherit setuptools3 +require python-lxml.inc +CLEANBROKEN = "1" -- cgit 1.2.3-korg