From 35283357864e734e2acaa7e5fb6af98f2d45fa88 Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 13 Sep 2022 18:23:01 +0800 Subject: python3-xmlschema: upgrade 2.0.3 -> 2.0.4 Changelog: ========== Add use_location_hints argument to document API for giving the option of ignoring XSI schema locations hints Fix import from locations hints with namespace mismatch (issue #324) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-xmlschema_2.0.3.bb | 20 -------------------- .../python/python3-xmlschema_2.0.4.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-xmlschema_2.0.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-xmlschema_2.0.4.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_2.0.3.bb b/meta-python/recipes-devtools/python/python3-xmlschema_2.0.3.bb deleted file mode 100644 index 5c1c60f601..0000000000 --- a/meta-python/recipes-devtools/python/python3-xmlschema_2.0.3.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "The xmlschema library is an implementation of XML Schema for Python (supports Python 3.6+)." -HOMEPAGE = "https://github.com/sissaschool/xmlschema" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=47489cb18c469474afeb259ed1d4832f" - -SRC_URI[sha256sum] = "adef8cb1e6572fe095b56ae4243b3618f842b32adba98e1b1bab0bd014f2234e" - -PYPI_PACKAGE = "xmlschema" -inherit pypi setuptools3 - -DEPENDS += "\ - ${PYTHON_PN}-elementpath-native \ -" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-elementpath \ - ${PYTHON_PN}-modules \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_2.0.4.bb b/meta-python/recipes-devtools/python/python3-xmlschema_2.0.4.bb new file mode 100644 index 0000000000..abc7c8a5d7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-xmlschema_2.0.4.bb @@ -0,0 +1,20 @@ +SUMMARY = "The xmlschema library is an implementation of XML Schema for Python (supports Python 3.6+)." +HOMEPAGE = "https://github.com/sissaschool/xmlschema" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=47489cb18c469474afeb259ed1d4832f" + +SRC_URI[sha256sum] = "00d34f97c761c191c20e822899c490930d2c4c9ea6cc7e98f25360fde498f1ab" + +PYPI_PACKAGE = "xmlschema" +inherit pypi setuptools3 + +DEPENDS += "\ + ${PYTHON_PN}-elementpath-native \ +" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-elementpath \ + ${PYTHON_PN}-modules \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf