From dd1f44679cc4f0cb847cc55976e6d6ad2d8a3d3f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 9 Oct 2025 14:07:58 +0800 Subject: python3-flask-restx: upgrade 1.3.0 -> 1.3.2 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-flask-restx_1.3.0.bb | 13 ------------- .../recipes-devtools/python/python3-flask-restx_1.3.2.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-flask-restx_1.3.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-flask-restx_1.3.2.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-flask-restx_1.3.0.bb b/meta-python/recipes-devtools/python/python3-flask-restx_1.3.0.bb deleted file mode 100644 index 9c2a1e9a8b..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-restx_1.3.0.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "Fully featured framework for fast, easy and documented API development with Flask" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=c96dd911c6d9e32868b6bc667a38a3e2" - -SRC_URI[sha256sum] = "4f3d3fa7b6191fcc715b18c201a12cd875176f92ba4acc61626ccfd571ee1728" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - python3-aniso8601 \ - python3-jsonschema \ - python3-pytz \ -" diff --git a/meta-python/recipes-devtools/python/python3-flask-restx_1.3.2.bb b/meta-python/recipes-devtools/python/python3-flask-restx_1.3.2.bb new file mode 100644 index 0000000000..87353a50a6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-restx_1.3.2.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Fully featured framework for fast, easy and documented API development with Flask" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c96dd911c6d9e32868b6bc667a38a3e2" + +SRC_URI[sha256sum] = "0ae13d77e7d7e4dce513970cfa9db45364aef210e99022de26d2b73eb4dbced5" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + python3-aniso8601 \ + python3-jsonschema \ + python3-pytz \ +" -- cgit v1.2.3-54-g00ecf