summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-apispec_6.8.2.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-05-21 16:58:51 +0800
committerKhem Raj <raj.khem@gmail.com>2025-05-21 07:39:36 -0700
commitc640cbbb7f3fc022f436239383c73c9fb8ab50b1 (patch)
tree3aa7bad037235f171229ecc538456311b8d11a16 /meta-python/recipes-devtools/python/python3-apispec_6.8.2.bb
parent26d21046c6d63a9c38cdef6c81c6a915207cf693 (diff)
downloadmeta-openembedded-c640cbbb7f3fc022f436239383c73c9fb8ab50b1.tar.gz
python3-apispec: upgrade 6.8.1 -> 6.8.2
Changelog: ============ - MarshmallowPlugin doesn't override additionalProperties explicitly passed to fields.Dict - Perf improvement to filter_excluded_fields 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-apispec_6.8.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-apispec_6.8.2.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-apispec_6.8.2.bb b/meta-python/recipes-devtools/python/python3-apispec_6.8.2.bb
new file mode 100644
index 0000000000..28b31991cf
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-apispec_6.8.2.bb
@@ -0,0 +1,10 @@
1SUMMARY = "A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)."
2HOMEPAGE = "https://github.com/marshmallow-code/apispec"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=a75956865b40c80a37c1e864716592b4"
5
6inherit pypi python_setuptools_build_meta
7
8SRC_URI[sha256sum] = "ce5b69b9fcf0250cb56ba0c1a52a75ff22c2f7c586654e57884399018c519f26"
9
10RDEPENDS:${PN} += "python3-packaging"