diff mbox series

[meta-python] python3-alembic: upgrade 1.10.3 -> 1.10.4

Message ID 1683540600-25325-5-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-alembic: upgrade 1.10.3 -> 1.10.4 | expand

Commit Message

Mingyu Wang (Fujitsu) May 8, 2023, 10:10 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
feature
----------
  Added support for autogenerate comparison of indexes on PostgreSQL which
  include SQL sort option, such as ASC or NULLS FIRST.

bug
---------
  Fixed issue where using a directive such as op.create_foreign_key() to
  create a self-referential constraint on a single table where the same
  column were present on both sides (e.g. within a composite foreign key)
  would produce an error under SQLAlchemy 2.0 and a warning under SQLAlchemy 1.4
  indicating that a duplicate column were being added to a table.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.10.3.bb b/meta-python/recipes-devtools/python/python3-alembic_1.10.4.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-alembic_1.10.3.bb
rename to meta-python/recipes-devtools/python/python3-alembic_1.10.4.bb
index 6bdc9cf96c..071f40bb03 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.10.3.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.10.4.bb
@@ -4,7 +4,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=e3023b042cb6002cb398344b51c67093"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "32a69b13a613aeb7e8093f242da60eff9daed13c0df02fff279c1b06c32965d2"
+SRC_URI[sha256sum] = "295b54bbb92c4008ab6a7dcd1e227e668416d6f84b98b3c4446a2bc6214a556b"
 
 PYPI_PACKAGE = "alembic"