From eaa7d950ed3bd848bc65ca57d92ae073f679b22d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 14 Dec 2023 16:51:40 +0800 Subject: python3-flask-restx: upgrade 1.2.0 -> 1.3.0 Changelog: ============ * Fixing werkzeug 3 deprecated version import. Import is replaced by new style version check with importlib * Fixing flask 3.0+ compatibility of 'ModuleNotFoundError: No module named 'flask.scaffold'' Import error. * Fix wrong status code and message on responses when handling 'HTTPExceptions' * Add flask 2 and flask 3 to testing matrix. * Update internally pinned pytest-flask to 1.3.0 for Flask >=3.0.0 support. * Python 3.12 support. * Fix wrong status code and message on responses when handling HTTPExceptions. * Update changelog Flask version table. * Remove temporary package version restrictions for flask < 3.0.0, werkzeug and jsonschema Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-flask-restx_1.2.0.bb | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-flask-restx_1.2.0.bb (limited to 'meta-python/recipes-devtools/python/python3-flask-restx_1.2.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-flask-restx_1.2.0.bb b/meta-python/recipes-devtools/python/python3-flask-restx_1.2.0.bb deleted file mode 100644 index 573c2dbff3..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-restx_1.2.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] = "9a5338b108c57fbed1d24d5d53fe98442b2be7ffa2ff3291305af7a613ce6fc0" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - python3-aniso8601 \ - python3-jsonschema \ - python3-pytz \ -" -- cgit v1.2.3-54-g00ecf