forked from pool/python-alembic
- 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.
- update to 1.13.2:
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=164
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ff0ae32975f4fd96028c39ed9bb3c867fe3af956bd7bb37343b54c9fe7445ef
|
||||
size 1206463
|
||||
BIN
alembic-1.13.3.tar.gz
LFS
Normal file
BIN
alembic-1.13.3.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,7 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 19:16:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <gyee@suse.com>
|
||||
|
||||
- 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 <gyee@suse.com>
|
||||
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á <mmachova@suse.com>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user