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