diff mbox series

[meta-python] python3-alembic: upgrade 1.9.0 -> 1.9.1

Message ID 1672123098-31844-4-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-alembic: upgrade 1.9.0 -> 1.9.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 27, 2022, 6:38 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
-Fixed issue where server default compare would not work for string defaults
 that contained backslashes, due to mis-rendering of these values when comparing
 their contents.
-Implemented basic server default comparison for the Oracle backend; previously,
 Oracle's formatting of reflected defaults prevented any matches from occurring.
-Adjusted SQLite's compare server default implementation to better handle
 defaults with or without parens around them, from both the reflected and the
 local metadata side.
-Adjusted SQL Server's compare server default implementation to better handle
 defaults with or without parens around them, from both the reflected and the
 local metadata side.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-alembic_1.9.0.bb => python3-alembic_1.9.1.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-alembic_1.9.0.bb => python3-alembic_1.9.1.bb} (81%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.9.0.bb b/meta-python/recipes-devtools/python/python3-alembic_1.9.1.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-alembic_1.9.0.bb
rename to meta-python/recipes-devtools/python/python3-alembic_1.9.1.bb
index 071c60705..03a38d5ff 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.9.1.bb
@@ -4,7 +4,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=f5a8522010db1a393833988dbe2c7f0b"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "6af6792fe699730b27480382701b16028ebbaac6bc5cd4f06daf5fa3e4690364"
+SRC_URI[sha256sum] = "f9f76e41061f5ebe27d4fe92600df9dd612521a7683f904dab328ba02cffa5a2"
 
 PYPI_PACKAGE = "alembic"