From c2f8b033f2789fd299ded018a5d5702962a245a0b036954a83acc66b332bf6a7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 4 Apr 2025 10:52:09 +0000 Subject: [PATCH] Accepting request 1267097 from home:glaubitz:branches:devel:languages:python - Update to 1.15.2 * Fixed issue where the "modified_name" of :class:`.AlterColumnOp` would not be considered when rendering op directives for autogenerate. While autogenerate cannot detect changes in column name, this would nonetheless impact approaches that made use of this attribute in rewriter recipes. Pull request courtesy lenvk. OBS-URL: https://build.opensuse.org/request/show/1267097 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=172 --- alembic-1.15.1.tar.gz | 3 --- alembic-1.15.2.tar.gz | 3 +++ python-alembic.changes | 10 ++++++++++ python-alembic.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 alembic-1.15.1.tar.gz create mode 100644 alembic-1.15.2.tar.gz diff --git a/alembic-1.15.1.tar.gz b/alembic-1.15.1.tar.gz deleted file mode 100644 index 419a9d1..0000000 --- a/alembic-1.15.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1a1c738577bca1f27e68728c910cd389b9a92152ff91d902da649c192e30c49 -size 1924789 diff --git a/alembic-1.15.2.tar.gz b/alembic-1.15.2.tar.gz new file mode 100644 index 0000000..a7801c4 --- /dev/null +++ b/alembic-1.15.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c72391bbdeffccfe317eefba686cb9a3c078005478885413b95c3b26c57a8a7 +size 1925573 diff --git a/python-alembic.changes b/python-alembic.changes index 24c9cec..292cd1c 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Apr 4 09:43:05 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.15.2 + * Fixed issue where the "modified_name" of :class:`.AlterColumnOp` would not + be considered when rendering op directives for autogenerate. While + autogenerate cannot detect changes in column name, this would nonetheless + impact approaches that made use of this attribute in rewriter recipes. Pull + request courtesy lenvk. + ------------------------------------------------------------------- Fri Mar 21 10:20:46 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-alembic.spec b/python-alembic.spec index 47a02f4..4f1deaf 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-alembic -Version: 1.15.1 +Version: 1.15.2 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT