aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-02-01 14:45:16 +0200
committerKhem Raj <raj.khem@gmail.com>2021-02-02 18:50:06 -0800
commitba316757136f8bc9ea8de80d2d13c1517324376a (patch)
tree10573ad0fd060c3a80a2e42164c2d0e1bca7e040 /meta-python
parentf8ec422c16a162be2251a28aa85faa59c2486413 (diff)
downloadmeta-openembedded-contrib-ba316757136f8bc9ea8de80d2d13c1517324376a.tar.gz
python3-alembic: Upgrade 1.5.2 -> 1.5.3
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 <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-alembic_1.5.3.bb (renamed from meta-python/recipes-devtools/python/python3-alembic_1.5.2.bb)2
1 files changed, 1 insertions, 1 deletions
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
index 9e30cc131e..c263300cd8 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"