From 3d0f3707fe434e4981b42a6f34ad624396e0f8f2 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Fri, 2 Sep 2022 09:36:41 +0800 Subject: python3-xmlschema: upgrade 2.0.2 -> 2.0.3 Signed-off-by: Xu Huan Signed-off-by: Khem Raj --- .../python/python3-xmlschema_2.0.2.bb | 20 -------------------- .../python/python3-xmlschema_2.0.3.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-xmlschema_2.0.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-xmlschema_2.0.3.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_2.0.2.bb b/meta-python/recipes-devtools/python/python3-xmlschema_2.0.2.bb deleted file mode 100644 index eb9d4f511b..0000000000 --- a/meta-python/recipes-devtools/python/python3-xmlschema_2.0.2.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] = "ce915696b3a819fe0f986824517b9281dbd5626fd2d213363fab40f34edf05bd" - -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.3.bb b/meta-python/recipes-devtools/python/python3-xmlschema_2.0.3.bb new file mode 100644 index 0000000000..5c1c60f601 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-xmlschema_2.0.3.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] = "adef8cb1e6572fe095b56ae4243b3618f842b32adba98e1b1bab0bd014f2234e" + +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