From 1ca753343b3218e465a0f3f4dde9d1327018ea3e Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 27 May 2021 16:19:47 +0300 Subject: python3-flask-restful: Upgrade 0.3.8 -> 0.3.9 Upgrade to release 0.3.9: - Compatibility with Flask 2.0 Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/python3-flask-restful_0.3.8.bb | 16 ---------------- .../python/python3-flask-restful_0.3.9.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-flask-restful_0.3.8.bb create mode 100644 meta-python/recipes-devtools/python/python3-flask-restful_0.3.9.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-flask-restful_0.3.8.bb b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.8.bb deleted file mode 100644 index 3de916afd7..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-restful_0.3.8.bb +++ /dev/null @@ -1,16 +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[md5sum] = "e8051ff104ab4b3b867ba18d28953fae" -SRC_URI[sha256sum] = "5ea9a5991abf2cb69b4aac19793faac6c032300505b325687d7c305ffaa76915" - -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 new file mode 100644 index 0000000000..4b83158a79 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.9.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] = "ccec650b835d48192138c85329ae03735e6ced58e9b2d9c2146d6c84c06fa53e" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "Flask-RESTful" + +RDEPENDS_${PN} = "${PYTHON_PN}-flask" -- cgit v1.2.3-54-g00ecf