From 0bbe50d04ed4264ccd5ad23241174cbad7cafd657b8aa98cf99cb4037c487cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 28 Jan 2025 10:11:27 +0000 Subject: [PATCH] Accepting request 1240525 from home:glaubitz:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 1.14.1 * Modified SQLite’s dialect to render “ALTER TABLE RENAME COLUMN” when Operations.alter_column() is used with a straight rename, supporting SQLite’s recently added column rename feature. * Added tzdata to tz extras, which is required on some platforms such as Windows. Pull request courtesy Danipulok. * Fixed bug where autogen render of a “variant” type would fail to catch the variants if the leading type were a dialect-specific type, rather than a generic type. OBS-URL: https://build.opensuse.org/request/show/1240525 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=168 --- alembic-1.14.0.tar.gz | 3 --- alembic-1.14.1.tar.gz | 3 +++ python-alembic.changes | 13 +++++++++++++ python-alembic.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 alembic-1.14.0.tar.gz create mode 100644 alembic-1.14.1.tar.gz diff --git a/alembic-1.14.0.tar.gz b/alembic-1.14.0.tar.gz deleted file mode 100644 index cdfb18f..0000000 --- a/alembic-1.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b00892b53b3642d0b8dbedba234dbf1924b69be83a9a769d5a624b01094e304b -size 1916172 diff --git a/alembic-1.14.1.tar.gz b/alembic-1.14.1.tar.gz new file mode 100644 index 0000000..57f73b8 --- /dev/null +++ b/alembic-1.14.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496e888245a53adf1498fcab31713a469c65836f8de76e01399aa1c3e90dd213 +size 1918219 diff --git a/python-alembic.changes b/python-alembic.changes index 32cd460..12d213e 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Jan 27 12:29:40 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.14.1 + * Modified SQLite’s dialect to render “ALTER TABLE RENAME COLUMN” + when Operations.alter_column() is used with a straight rename, + supporting SQLite’s recently added column rename feature. + * Added tzdata to tz extras, which is required on some platforms + such as Windows. Pull request courtesy Danipulok. + * Fixed bug where autogen render of a “variant” type would fail to + catch the variants if the leading type were a dialect-specific type, + rather than a generic type. + ------------------------------------------------------------------- Tue Nov 19 12:31:07 UTC 2024 - Dirk Müller diff --git a/python-alembic.spec b/python-alembic.spec index e777c47..1c22d5a 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -1,7 +1,7 @@ # # spec file for package python-alembic # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-alembic -Version: 1.14.0 +Version: 1.14.1 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT