From ebd6694182574876c4f2d83a361f63c37213de67 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 25 May 2023 14:57:28 +0800 Subject: python3-flask-restful: upgrade 0.3.9 -> 0.3.10 Changelog: Compatibility with Flask 2.3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-flask-restful_0.3.10.bb | 15 +++++++++++++++ .../python/python3-flask-restful_0.3.9.bb | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-flask-restful_0.3.10.bb delete mode 100644 meta-python/recipes-devtools/python/python3-flask-restful_0.3.9.bb diff --git a/meta-python/recipes-devtools/python/python3-flask-restful_0.3.10.bb b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.10.bb new file mode 100644 index 0000000000..7d5f1ea41d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.10.bb @@ -0,0 +1,15 @@ +SUMMARY = "Simple framework for creating REST APIs" +DESCRIPTION = "\ +Flask-RESTful is an extension for Flask that adds support for quickly building \ +REST APIs" +HOMEPAGE = "https://github.com/flask-restful/flask-restful" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=685bb55ed99a366bb431995f5eef2783" + +SRC_URI[sha256sum] = "fe4af2ef0027df8f9b4f797aba20c5566801b6ade995ac63b588abf1a59cec37" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "Flask-RESTful" + +RDEPENDS:${PN} = "${PYTHON_PN}-flask" diff --git a/meta-python/recipes-devtools/python/python3-flask-restful_0.3.9.bb b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.9.bb deleted file mode 100644 index 294e3b0928..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-restful_0.3.9.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "Simple framework for creating REST APIs" -DESCRIPTION = "\ -Flask-RESTful is an extension for Flask that adds support for quickly building \ -REST APIs" -HOMEPAGE = "https://github.com/flask-restful/flask-restful" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=685bb55ed99a366bb431995f5eef2783" - -SRC_URI[sha256sum] = "ccec650b835d48192138c85329ae03735e6ced58e9b2d9c2146d6c84c06fa53e" - -inherit pypi setuptools3 - -PYPI_PACKAGE = "Flask-RESTful" - -RDEPENDS:${PN} = "${PYTHON_PN}-flask" -- cgit v1.2.3-54-g00ecf