diff --git a/alembic-1.13.2.tar.gz b/alembic-1.13.2.tar.gz deleted file mode 100644 index fe30114..0000000 --- a/alembic-1.13.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ff0ae32975f4fd96028c39ed9bb3c867fe3af956bd7bb37343b54c9fe7445ef -size 1206463 diff --git a/alembic-1.13.3.tar.gz b/alembic-1.13.3.tar.gz new file mode 100644 index 0000000..c609f29 --- /dev/null +++ b/alembic-1.13.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203503117415561e203aa14541740643a611f641517f0209fcae63e9fa09f1a2 +size 1921223 diff --git a/python-alembic.changes b/python-alembic.changes index f424e07..23df6b5 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,7 +1,21 @@ +------------------------------------------------------------------- +Sat Sep 28 19:16:36 UTC 2024 - Dirk Müller + +- update to 1.13.3: + * Render `if_exists` and `if_not_exists` parameters in + `CreateTableOp`, `CreateIndexOp`, `DropTableOp` and + `DropIndexOp` in an autogenerate context. + * Enhance `version_locations` parsing to handle paths containing + newlines. + * Added support for `Operations.create_table.if_not_exists` and + `Operations.drop_table.if_exists`, adding similar + functionality to render IF [NOT] EXISTS for table operations + in a similar way as with indexes. + ------------------------------------------------------------------- Tue Aug 13 23:30:46 UTC 2024 - Guang Yee -- update to 1.31.2: +- update to 1.13.2: * Improve computed column compare function to support multi-line expressions. Pull request courtesy of Georg Wicke-Arndt. * Fixed bug in alembic command stdout where long messages were @@ -16,7 +30,7 @@ Tue Aug 13 23:30:46 UTC 2024 - Guang Yee tables not under default schema on PostgreSQL. - Drop pytest8.patch as it has merged upstream and included in the 1.31.2 release. - + ------------------------------------------------------------------- Fri May 17 13:09:48 UTC 2024 - Markéta Machová diff --git a/python-alembic.spec b/python-alembic.spec index ee21ee1..cdc93ff 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-alembic -Version: 1.13.2 +Version: 1.13.3 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT