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

Message ID 1653615344-24799-2-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-sqlalchemy: upgrade 1.4.35 -> 1.4.36 | expand

Commit Message

Mingyu Wang (Fujitsu) May 27, 2022, 1:35 a.m. UTC
Changelog:
https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_36

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

Patch

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