From b27d4822e2f6b434a24d667802a6eb8e87c638ec Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Thu, 9 Jun 2022 15:19:29 +0800 Subject: [PATCH] python3-alembic: upgrade 1.7.7 -> 1.8.0 Changelog: =========== *Alembic 1.8 now supports Python 3.7 and above. *The "Pylons" environment template has been removed as of Alembic 1.8. This template was based on the very old pre-Pyramid Pylons web framework which has been long superseded by Pyramid. Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- .../{python3-alembic_1.7.7.bb => python3-alembic_1.8.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-alembic_1.7.7.bb => python3-alembic_1.8.0.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.7.7.bb b/meta-python/recipes-devtools/python/python3-alembic_1.8.0.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-alembic_1.7.7.bb rename to meta-python/recipes-devtools/python/python3-alembic_1.8.0.bb index 6b7ac4a99..3b12439cb 100644 --- a/meta-python/recipes-devtools/python/python3-alembic_1.7.7.bb +++ b/meta-python/recipes-devtools/python/python3-alembic_1.8.0.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f5a8522010db1a393833988dbe2c7f0b" inherit pypi setuptools3 -SRC_URI[sha256sum] = "4961248173ead7ce8a21efb3de378f13b8398e6630fab0eb258dc74a8af24c58" +SRC_URI[sha256sum] = "a2d4d90da70b30e70352cd9455e35873a255a31402a438fe24815758d7a0e5e1" PYPI_PACKAGE = "alembic"