From ba316757136f8bc9ea8de80d2d13c1517324376a Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 1 Feb 2021 14:45:16 +0200 Subject: 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 --- .../recipes-devtools/python/python3-alembic_1.5.3.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-alembic_1.5.3.bb (limited to 'meta-python/recipes-devtools/python/python3-alembic_1.5.3.bb') diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.5.3.bb b/meta-python/recipes-devtools/python/python3-alembic_1.5.3.bb new file mode 100644 index 0000000000..c263300cd8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-alembic_1.5.3.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "A database migration tool for SQLAlchemy" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c4ece55266dcdd02ce165b1ee0e490bb" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "04608b6904a6e6bd1af83e1a48f73f50ba214aeddef44b92d498df33818654a8" + +PYPI_PACKAGE = "alembic" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-dateutil \ + ${PYTHON_PN}-editor \ + ${PYTHON_PN}-mako \ + ${PYTHON_PN}-sqlalchemy \ +" -- cgit v1.2.3-54-g00ecf