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 2026-07-02 20:05:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-alembic (Old) and /work/SRC/openSUSE:Factory/.python-alembic.new.1982 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-alembic" Thu Jul 2 20:05:55 2026 rev:91 rq:1362536 version:1.18.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-alembic/python-alembic.changes 2026-05-20 15:24:21.005716150 +0200 +++ /work/SRC/openSUSE:Factory/.python-alembic.new.1982/python-alembic.changes 2026-07-02 20:06:12.686651847 +0200 @@ -1,0 +2,33 @@ +Mon Jun 29 20:43:54 UTC 2026 - Dirk Müller <[email protected]> + +- update to 1.18.5: + * **[usecase] [commands]** Added `--splice` support to the + `merge()` command. Previously, the merge command would suggest + using `--splice` when attempting to merge non-head revisions, + but the flag was not actually accepted by + the command. + * The `splice` parameter is now available in both the command- + line interface and the `command.merge()` function, matching the + existing support in `command.revision()`. + * **[usecase] [environment]** Added + `ScriptDirectory.get_heads.consider_depends_on` + parameter to `ScriptDirectory.get_heads()`. When set to + `True`, head revisions that are also a dependency of another + revision via `depends_on` are excluded from the result, + matching the effective heads that would be present in the + `alembic_version` table after running all upgrades. + * producing invalid Python in the generated migration scripts. + Column objects within list or tuple values are now correctly + rendered as their string column names. + * **[bug] [mysql]** Implemented type comparison for `ENUM` + datatypes on MySQL, which checks that the individual enum + values are equivalent. If additional entries are on either + side, this generates a diff. Changes of order do not + generate a diff. Pull request courtesy Furkan Köykıran. + * **[bug] [operations]** Fixed bug where the + `inline_references` parameter of `Operations.add_column()` did + not include foreign key referential actions such as `ON DELETE`, + `ON UPDATE`, `DEFERRABLE`, `INITIALLY`, and `MATCH` when + rendering the inline `REFERENCES` clause. + +------------------------------------------------------------------- Old: ---- alembic-1.18.4.tar.gz New: ---- alembic-1.18.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-alembic.spec ++++++ --- /var/tmp/diff_new_pack.sHGrS7/_old 2026-07-02 20:06:14.262706149 +0200 +++ /var/tmp/diff_new_pack.sHGrS7/_new 2026-07-02 20:06:14.266706287 +0200 @@ -23,7 +23,7 @@ %endif %{?sle15_python_module_pythons} Name: python-alembic -Version: 1.18.4 +Version: 1.18.5 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT ++++++ alembic-1.18.4.tar.gz -> alembic-1.18.5.tar.gz ++++++ ++++ 7588 lines of diff (skipped)
