From ba316757136f8bc9ea8de80d2d13c1517324376a Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 1 Feb 2021 14:45:16 +0200 Subject: [PATCH] python3-alembic: Upgrade 1.5.2 -> 1.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upgrade to release 1.5.3: - Changed the default ordering of “CREATE” and “DROP” statements indexes and unique constraints within the autogenerate process, so that for example in an upgrade() operation, a particular index or constraint that is to be replaced such as for a casing convention change will not produce any naming conflicts. For foreign key constraint objects, this is already how constraints are ordered, and for table objects, users would normally want to use Operations.rename_table() in any case. - Fixed assorted autogenerate issues with SQL Server. - Fixed issue where autogenerate rendering of op.alter_column() would fail to include MySQL existing_nullable=False if the column were part of a primary key constraint within the table metadata. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../{python3-alembic_1.5.2.bb => python3-alembic_1.5.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-alembic_1.5.2.bb => python3-alembic_1.5.3.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.5.2.bb b/meta-python/recipes-devtools/python/python3-alembic_1.5.3.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-alembic_1.5.2.bb rename to meta-python/recipes-devtools/python/python3-alembic_1.5.3.bb index 9e30cc131..c263300cd 100644 --- a/meta-python/recipes-devtools/python/python3-alembic_1.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-alembic_1.5.3.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c4ece55266dcdd02ce165b1ee0e490bb" inherit pypi setuptools3 -SRC_URI[sha256sum] = "a4de8d3525a95a96d59342e14b95cab5956c25b0907dce1549bb4e3e7958f4c2" +SRC_URI[sha256sum] = "04608b6904a6e6bd1af83e1a48f73f50ba214aeddef44b92d498df33818654a8" PYPI_PACKAGE = "alembic"