diff mbox series

[meta-python] python3-flask-marshmallow: upgrade 1.1.0 -> 1.2.0

Message ID 20240209053944.17982-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-python] python3-flask-marshmallow: upgrade 1.1.0 -> 1.2.0 | expand

Commit Message

Alper Ak Feb. 9, 2024, 5:39 a.m. UTC
License-Update: Remove license year

Changelog:

Performance improvement

Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 ...arshmallow_1.1.0.bb => python3-flask-marshmallow_1.2.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-flask-marshmallow_1.1.0.bb => python3-flask-marshmallow_1.2.0.bb} (64%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.1.0.bb b/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.2.0.bb
similarity index 64%
rename from meta-python/recipes-devtools/python/python3-flask-marshmallow_1.1.0.bb
rename to meta-python/recipes-devtools/python/python3-flask-marshmallow_1.2.0.bb
index 15fb22900..573b20291 100644
--- a/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.2.0.bb
@@ -1,13 +1,13 @@ 
 SUMMARY = "Flask + marshmallow for beautiful APIs"
 HOMEPAGE = "https://github.com/marshmallow-code/flask-marshmallow"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=dfbd4ae0074716275fc229c775723e8f"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=27586b20700d7544c06933afe56f7df4"
 
 inherit pypi python_setuptools_build_meta
 
 PYPI_PACKAGE = "flask_marshmallow"
 
-SRC_URI[sha256sum] = "2d186af7c8b4455b8a2c166c7470939c17d70353671ea5a287a14676846fa013"
+SRC_URI[sha256sum] = "d0f79eb9743f0c530a3d9e848503e1f2228e6b35a819c91e913af02e68421805"
 
 RDEPENDS:${PN} += "\
     python3-flask \