diff mbox series

[meta-python,3/5] python3-sqlalchemy: update to version 2.0.24

Message ID 20231229192407.2736363-3-derek@asterius.io
State Accepted
Headers show
Series [meta-python,1/5] python3-kmod: add comment about update to version 0.9.2 | expand

Commit Message

Derek Straka Dec. 29, 2023, 7:24 p.m. UTC
Signed-off-by: Derek Straka <derek@asterius.io>
---
 ...ython3-sqlalchemy_2.0.23.bb => python3-sqlalchemy_2.0.24.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sqlalchemy_2.0.23.bb => python3-sqlalchemy_2.0.24.bb} (87%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.23.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.24.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.23.bb
rename to meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.24.bb
index ce216b016..91ab762eb 100644
--- a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.23.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.24.bb
@@ -4,7 +4,7 @@  HOMEPAGE = "http://www.sqlalchemy.org/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b707d50badb798e1d897f2c8f649382d"
 
-SRC_URI[sha256sum] = "c1bda93cbbe4aa2aa0aa8655c5aeda505cd219ff3e8da91d1d329e143e4aff69"
+SRC_URI[sha256sum] = "6db97656fd3fe3f7e5b077f12fa6adb5feb6e0b567a3e99f47ecf5f7ea0a09e3"
 
 PYPI_PACKAGE = "SQLAlchemy"
 inherit pypi setuptools3