diff mbox series

[meta-python,2/9] python3-sqlalchemy: upgrade 2.0.15 -> 2.0.19

Message ID 20230717152032.3161667-2-tgamblin@baylibre.com
State New
Headers show
Series [meta-python,1/9] python3-alembic: upgrade 1.10.4 -> 1.11.1 | expand

Commit Message

Trevor Gamblin July 17, 2023, 3:20 p.m. UTC
Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
---
 ...ython3-sqlalchemy_2.0.15.bb => python3-sqlalchemy_2.0.19.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sqlalchemy_2.0.15.bb => python3-sqlalchemy_2.0.19.bb} (87%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.15.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.19.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.15.bb
rename to meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.19.bb
index e6f0d64293..a2cf00dfd3 100644
--- a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.15.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.19.bb
@@ -4,7 +4,7 @@  HOMEPAGE = "http://www.sqlalchemy.org/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b707d50badb798e1d897f2c8f649382d"
 
-SRC_URI[sha256sum] = "2e940a8659ef870ae10e0d9e2a6d5aaddf0ff6e91f7d0d7732afc9e8c4be9bbc"
+SRC_URI[sha256sum] = "77a14fa20264af73ddcdb1e2b9c5a829b8cc6b8304d0f093271980e36c200a3f"
 
 PYPI_PACKAGE = "SQLAlchemy"
 inherit pypi setuptools3