aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-03-09 17:08:33 +0800
committerKhem Raj <raj.khem@gmail.com>2023-03-09 21:58:44 -0800
commitb1d6ea6fbe82b7f87a707aefc899da62e3d76f5a (patch)
tree16bacdca82bd6088e8aa719c27372a6542e31a45 /meta-python/recipes-devtools/python
parente7871ca7cd2021cad8e9b9bf64c9ae83dccfe0e4 (diff)
downloadmeta-openembedded-b1d6ea6fbe82b7f87a707aefc899da62e3d76f5a.tar.gz
python3-alembic: upgrade 1.9.4 -> 1.10.2
bugfix: ======= [bug] [ops] Fixed regression where Alembic would not run with older SQLAlchemy 1.3 versions prior to 1.3.24 due to a missing symbol. Workarounds have been applied for older 1.3 versions. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-alembic_1.10.2.bb (renamed from meta-python/recipes-devtools/python/python3-alembic_1.9.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.9.4.bb b/meta-python/recipes-devtools/python/python3-alembic_1.10.2.bb
index 7f9ac2ec91..3b3c9a546b 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.9.4.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.10.2.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e3023b042cb6002cb398344b51c67093"
inherit pypi setuptools3
-SRC_URI[sha256sum] = "4d3bd32ecdbb7bbfb48a9fe9e6d6fd6a831a1b59d03e26e292210237373e7db5"
+SRC_URI[sha256sum] = "457eafbdc0769d855c2c92cbafe6b7f319f916c80cf4ed02b8f394f38b51b89d"
PYPI_PACKAGE = "alembic"