forked from pool/python-alembic
Accepting request 1225089 from devel:languages:python
- update to el_1_14_0:
* **[usecase] [runtime]** Added a new hook to the
`DefaultImpl` `DefaultImpl.version_table_impl()`. This allows
third party dialects to define the exact structure of the
alembic_version table, to include use cases where the table
requires special directives and/or additional columns so that
it may function correctly on a particular backend.
OBS-URL: https://build.opensuse.org/request/show/1225089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-alembic?expand=0&rev=82
This commit is contained in:
BIN
alembic-1.13.3.tar.gz
LFS
BIN
alembic-1.13.3.tar.gz
LFS
Binary file not shown.
3
alembic-1.14.0.tar.gz
Normal file
3
alembic-1.14.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b00892b53b3642d0b8dbedba234dbf1924b69be83a9a769d5a624b01094e304b
|
||||
size 1916172
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 12:31:07 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to el_1_14_0:
|
||||
* **[usecase] [runtime]** Added a new hook to the
|
||||
`DefaultImpl` `DefaultImpl.version_table_impl()`. This allows
|
||||
third party dialects to define the exact structure of the
|
||||
alembic_version table, to include use cases where the table
|
||||
requires special directives and/or additional columns so that
|
||||
it may function correctly on a particular backend.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 19:16:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-alembic
|
||||
Version: 1.13.3
|
||||
Version: 1.14.0
|
||||
Release: 0
|
||||
Summary: A database migration tool for SQLAlchemy
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user