Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-alembic for openSUSE:Factory checked in at 2022-08-03 21:16:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-alembic (Old) and /work/SRC/openSUSE:Factory/.python-alembic.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-alembic" Wed Aug 3 21:16:20 2022 rev:66 rq:992110 version:1.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-alembic/python-alembic.changes 2022-06-06 11:10:18.759289398 +0200 +++ /work/SRC/openSUSE:Factory/.python-alembic.new.1533/python-alembic.changes 2022-08-03 21:16:24.571396643 +0200 @@ -1,0 +2,21 @@ +Mon Aug 1 21:38:44 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.8.1: + * Fixed bug where the SQLite implementation of + :meth:`.Operations.rename_table` would render an explicit schema name for + both the old and new table name, which while is the standard ALTER syntax, + is not accepted by SQLite's syntax which doesn't support a rename across + schemas. In particular, the syntax issue would prevent batch mode from + working for SQLite databases that made use of attached databases (which are + treated as "schemas" in SQLAlchemy). + * Added an error raise for the condition where + :meth:`.Operations.batch_alter_table` is used in ``--sql`` mode, where the + operation requires table reflection, as is the case when running against + SQLite without giving it a fixed ``Table`` object. Previously the operation + would fail with an internal error. To get a "move and copy" batch + operation as a SQL script without connecting to a database, + a ``Table`` object should be passed to the + :paramref:`.Operations.batch_alter_table.copy_from` parameter so that + reflection may be skipped. + +------------------------------------------------------------------- Old: ---- alembic-1.8.0.tar.gz New: ---- alembic-1.8.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-alembic.spec ++++++ --- /var/tmp/diff_new_pack.TvlI3z/_old 2022-08-03 21:16:25.095398018 +0200 +++ /var/tmp/diff_new_pack.TvlI3z/_new 2022-08-03 21:16:25.103398039 +0200 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-alembic -Version: 1.8.0 +Version: 1.8.1 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT ++++++ alembic-1.8.0.tar.gz -> alembic-1.8.1.tar.gz ++++++ ++++ 2045 lines of diff (skipped)