diff mbox series

[meta-python,2/3] python3-alembic: Upgrade 1.14.1 -> 1.15.1

Message ID 20250306105928.3735026-2-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/3] python3-stevedore: Upgrade 5.4.0 -> 5.4.1 | expand

Commit Message

Leon Anavi March 6, 2025, 10:59 a.m. UTC
Upgrade to release 1.15.1:

- Fixed an issue in the new PEP 621 pyproject.toml layout that
  prevented Alembic's template files from being included in the
  .whl file in the distribution.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-alembic_1.14.1.bb => python3-alembic_1.15.1.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-alembic_1.14.1.bb => python3-alembic_1.15.1.bb} (80%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.14.1.bb b/meta-python/recipes-devtools/python/python3-alembic_1.15.1.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-alembic_1.14.1.bb
rename to meta-python/recipes-devtools/python/python3-alembic_1.15.1.bb
index 1e9279977c..1ce840336b 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.14.1.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.15.1.bb
@@ -4,7 +4,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=d2ee18d90dcc02d96b76e9e953629936"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "496e888245a53adf1498fcab31713a469c65836f8de76e01399aa1c3e90dd213"
+SRC_URI[sha256sum] = "e1a1c738577bca1f27e68728c910cd389b9a92152ff91d902da649c192e30c49"
 
 RDEPENDS:${PN} += "\
     python3-dateutil \