diff mbox series

[meta-python] python3-flask-restful: upgrade 0.3.9 -> 0.3.10

Message ID 1684997851-2098-11-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-flask-restful: upgrade 0.3.9 -> 0.3.10 | expand

Commit Message

Mingyu Wang (Fujitsu) May 25, 2023, 6:57 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
Compatibility with Flask 2.3

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...3-flask-restful_0.3.9.bb => python3-flask-restful_0.3.10.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-flask-restful_0.3.9.bb => python3-flask-restful_0.3.10.bb} (82%)
diff mbox series

Patch

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.10.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-flask-restful_0.3.9.bb
rename to meta-python/recipes-devtools/python/python3-flask-restful_0.3.10.bb
index 294e3b092..7d5f1ea41 100644
--- a/meta-python/recipes-devtools/python/python3-flask-restful_0.3.9.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.10.bb
@@ -6,7 +6,7 @@  HOMEPAGE = "https://github.com/flask-restful/flask-restful"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=685bb55ed99a366bb431995f5eef2783"
 
-SRC_URI[sha256sum] = "ccec650b835d48192138c85329ae03735e6ced58e9b2d9c2146d6c84c06fa53e"
+SRC_URI[sha256sum] = "fe4af2ef0027df8f9b4f797aba20c5566801b6ade995ac63b588abf1a59cec37"
 
 inherit pypi setuptools3