From 13b22c6f59e6bd15264ebd01b375fc346a9d7f7b Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 26 Mar 2021 15:12:30 +0200 Subject: [PATCH] python3-xmlschema: Upgrade 1.5.1 -> 1.5.3 Upgrade to release 1.5.3: - Remove unnecessary bindings with schema proxy from ElementPathMixin to avoid conflicts when schema is used by an XPath 3 parser - Fix schema logger Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-xmlschema_1.5.1.bb => python3-xmlschema_1.5.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xmlschema_1.5.1.bb => python3-xmlschema_1.5.3.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_1.5.1.bb b/meta-python/recipes-devtools/python/python3-xmlschema_1.5.3.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-xmlschema_1.5.1.bb rename to meta-python/recipes-devtools/python/python3-xmlschema_1.5.3.bb index bdb15971bf..3f9c06365f 100644 --- a/meta-python/recipes-devtools/python/python3-xmlschema_1.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-xmlschema_1.5.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/xmlschema" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=47489cb18c469474afeb259ed1d4832f" -SRC_URI[sha256sum] = "c4c72b457865f46394bb23525b4e233d6537d9e97b8c6144a6cda2d5ef0d6688" +SRC_URI[sha256sum] = "a7db4c8ae2afa28654d15fcbf5d7f22f0441b5611e50426426e5418f369b5c79" PYPI_PACKAGE = "xmlschema" inherit pypi setuptools3