15
0

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:
2024-11-20 15:59:18 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 4 deletions

Binary file not shown.

3
alembic-1.14.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b00892b53b3642d0b8dbedba234dbf1924b69be83a9a769d5a624b01094e304b
size 1916172

View File

@@ -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>

View File

@@ -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