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-06-06 11:10:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-alembic (Old) and /work/SRC/openSUSE:Factory/.python-alembic.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-alembic" Mon Jun 6 11:10:09 2022 rev:65 rq:980910 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-alembic/python-alembic.changes 2022-03-29 18:14:09.515058576 +0200 +++ /work/SRC/openSUSE:Factory/.python-alembic.new.1548/python-alembic.changes 2022-06-06 11:10:18.759289398 +0200 @@ -1,0 +2,38 @@ +Sat Jun 4 20:32:32 UTC 2022 - Arun Persaud <a...@gmx.de> + +- update to version 1.8.0: + * changed + + [changed] [installation] Alembic 1.8 now supports Python 3.7 and + above. References: #1025 + + [changed] [environment] The ???Pylons??? environment template has + been removed as of Alembic 1.8. This template was based on the + very old pre-Pyramid Pylons web framework which has been long + superseded by Pyramid. References: #987 + * feature + + [feature] [typing] PEP 484 typing annotations have been added to + the env.py and revision template files within migration + templates. Pull request by Nikita Sobolev. References: #764 + * usecase + + [usecase] [operations] The op.drop_table() operation directive + will now trigger the before_drop() and after_drop() DDL event + hooks at the table level, which is similar to how the + before_create() and after_create() hooks are triggered by the + op.create_table() directive. Note that as op.drop_table() + accepts only a table name and optional schema name, the Table + object received by the event will not have any information + within it other than the table name and schema name. + References: #1037 + + [usecase] [commands] Added new token epoch to the file_template + option, which will populate the integer epoch as determined by + int(create_date.timestamp()). Pull request courtesy Caio + Carvalho. References: #1027 + * bug + + [bug] [revisioning] Fixed issue where a downgrade using a + relative revision would fail in case of multiple branches with a + single effectively head due to interdependencies between + revisions. References: #1026 + + [bug] [batch] Fixed issue in batch mode where CREATE INDEX would + not use a new column name in the case of a column rename. + References: #1034 + +------------------------------------------------------------------- Old: ---- alembic-1.7.7.tar.gz New: ---- alembic-1.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-alembic.spec ++++++ --- /var/tmp/diff_new_pack.11itNo/_old 2022-06-06 11:10:19.567290566 +0200 +++ /var/tmp/diff_new_pack.11itNo/_new 2022-06-06 11:10:19.571290573 +0200 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-alembic -Version: 1.7.7 +Version: 1.8.0 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT @@ -39,13 +39,13 @@ Requires: python-Mako Requires: python-SQLAlchemy >= 1.3.0 Requires: python-python-dateutil +Requires(post): update-alternatives +Requires(postun):update-alternatives +BuildArch: noarch %if 0%{?python_version_nodots} < 39 Requires: python-importlib-metadata Requires: python-importlib-resources %endif -Requires(post): update-alternatives -Requires(postun):update-alternatives -BuildArch: noarch %python_subpackages %description ++++++ alembic-1.7.7.tar.gz -> alembic-1.8.0.tar.gz ++++++ ++++ 34719 lines of diff (skipped)