diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-24 17:26:17 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-12-24 08:23:08 -0800 |
| commit | 0279106fd0cd7176689f81ccb296293296348aa7 (patch) | |
| tree | c32f40bf6395f89a41a7261da1b8827e1c4a2ee0 /meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.0.bb | |
| parent | d31a0a4324053dcf68ead3e919f185e80f406df2 (diff) | |
| download | meta-openembedded-0279106fd0cd7176689f81ccb296293296348aa7.tar.gz | |
python3-fastjsonschema: upgrade 2.21.0 -> 2.21.1
Changelog:
===========
* Fixed ResourceWarning where file was not properly closed
* Fixed regexp for date format
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-fastjsonschema_2.21.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.0.bb | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.0.bb b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.0.bb deleted file mode 100644 index c763a09048..0000000000 --- a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.0.bb +++ /dev/null | |||
| @@ -1,40 +0,0 @@ | |||
| 1 | # Copyright (C) 2021 Khem Raj <raj.khem@gmail.com> | ||
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
| 3 | |||
| 4 | SUMMARY = "Fastest Python implementation of JSON schema" | ||
| 5 | HOMEPAGE = "https://github.com/seznam/python-fastjsonschema" | ||
| 6 | LICENSE = "BSD-3-Clause" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=18950e8362b69c0c617b42b8bd8e7532" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "a02026bbbedc83729da3bfff215564b71902757f33f60089f1abae193daa4771" | ||
| 10 | |||
| 11 | SRC_URI += "file://run-ptest" | ||
| 12 | |||
| 13 | inherit ptest pypi setuptools3 | ||
| 14 | |||
| 15 | do_install_ptest() { | ||
| 16 | install -d ${D}${PTEST_PATH}/tests | ||
| 17 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 18 | } | ||
| 19 | |||
| 20 | # python3-misc for timeit.py | ||
| 21 | RDEPENDS:${PN}-ptest += "\ | ||
| 22 | python3-colorama \ | ||
| 23 | python3-jsonschema \ | ||
| 24 | python3-misc \ | ||
| 25 | python3-pylint \ | ||
| 26 | python3-pytest \ | ||
| 27 | python3-pytest-benchmark \ | ||
| 28 | python3-pytest-cache \ | ||
| 29 | python3-statistics \ | ||
| 30 | python3-unittest-automake-output \ | ||
| 31 | " | ||
| 32 | RDEPENDS:${PN} += "\ | ||
| 33 | python3-core \ | ||
| 34 | python3-urllib3 \ | ||
| 35 | python3-numbers \ | ||
| 36 | python3-pickle \ | ||
| 37 | python3-json \ | ||
| 38 | " | ||
| 39 | |||
| 40 | BBCLASSEXTEND = "native nativesdk" | ||
