[meta-python] python3-sqlalchemy: upgrade 1.4.36 -> 1.4.37

Message ID 1654761421-29641-3-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-python] python3-sqlalchemy: upgrade 1.4.36 -> 1.4.37 | expand

Commit Message

Mingyu Wang (Fujitsu) June 9, 2022, 7:57 a.m. UTC
Changelog:https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_37

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-sqlalchemy_1.4.36.bb => python3-sqlalchemy_1.4.37.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sqlalchemy_1.4.36.bb => python3-sqlalchemy_1.4.37.bb} (87%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.36.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.37.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.36.bb
rename to meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.37.bb
index b20c6c8ba..9e50a8ee7 100644
--- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.36.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.37.bb
@@ -4,7 +4,7 @@  HOMEPAGE = "http://www.sqlalchemy.org/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f4001d1ca15b69d096fa1b4fd1bdce79"
 
-SRC_URI[sha256sum] = "64678ac321d64a45901ef2e24725ec5e783f1f4a588305e196431447e7ace243"
+SRC_URI[sha256sum] = "3688f92c62db6c5df268e2264891078f17ecb91e3141b400f2e28d0f75796dea"
 
 PYPI_PACKAGE = "SQLAlchemy"
 inherit pypi setuptools3