diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-09-27 17:08:02 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-09-28 14:54:31 -0700 |
| commit | 2050c0cd03a2585aa45b99e6766d550e912125e4 (patch) | |
| tree | 1d50d79a9d8cfbd42edd6738932734d66e8078d5 /meta-python/recipes-devtools/python/python3-xmlschema_2.1.0.bb | |
| parent | 69b5786835606d4d478a73db0325f744d6d65d58 (diff) | |
| download | meta-openembedded-2050c0cd03a2585aa45b99e6766d550e912125e4.tar.gz | |
python3-xmlschema: upgrade 2.0.4 -> 2.1.0
Changelog:
==========
Add to_etree() to document API
Improve generic encoding with wildcards
Clean document API and schema decoding
License-Update: Copyright year updated to 2022.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-xmlschema_2.1.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-xmlschema_2.1.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_2.1.0.bb b/meta-python/recipes-devtools/python/python3-xmlschema_2.1.0.bb new file mode 100644 index 0000000000..d7988b8761 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-xmlschema_2.1.0.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SUMMARY = "The xmlschema library is an implementation of XML Schema for Python (supports Python 3.6+)." | ||
| 2 | HOMEPAGE = "https://github.com/sissaschool/xmlschema" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0ab20f8e337bea2e6874f372edfd12c0" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "e7f70c305e0def2a2293ab7110827086c477ab3c6f8757d2acb3ccbfa6b425a4" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "xmlschema" | ||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | DEPENDS += "\ | ||
| 12 | ${PYTHON_PN}-elementpath-native \ | ||
| 13 | " | ||
| 14 | |||
| 15 | RDEPENDS:${PN} += "\ | ||
| 16 | ${PYTHON_PN}-elementpath \ | ||
| 17 | ${PYTHON_PN}-modules \ | ||
| 18 | " | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
