From 9a12f38e20fb99d9ec6bb10ac47a81ebe1a297733fc3208364b01a827fae325a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 19 Nov 2024 12:32:07 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-alembic?expand=0&rev=166 --- alembic-1.13.3.tar.gz | 3 --- alembic-1.14.0.tar.gz | 3 +++ python-alembic.changes | 11 +++++++++++ python-alembic.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 alembic-1.13.3.tar.gz create mode 100644 alembic-1.14.0.tar.gz diff --git a/alembic-1.13.3.tar.gz b/alembic-1.13.3.tar.gz deleted file mode 100644 index c609f29..0000000 --- a/alembic-1.13.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:203503117415561e203aa14541740643a611f641517f0209fcae63e9fa09f1a2 -size 1921223 diff --git a/alembic-1.14.0.tar.gz b/alembic-1.14.0.tar.gz new file mode 100644 index 0000000..cdfb18f --- /dev/null +++ b/alembic-1.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b00892b53b3642d0b8dbedba234dbf1924b69be83a9a769d5a624b01094e304b +size 1916172 diff --git a/python-alembic.changes b/python-alembic.changes index 23df6b5..32cd460 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Nov 19 12:31:07 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-alembic.spec b/python-alembic.spec index cdc93ff..e777c47 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -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