From a04516353e8819b37e22fb9d39b88f920a030e353dbc877e2c076a94eaaabdbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 5 Jan 2023 19:13:45 +0000 Subject: [PATCH] Accepting request 1056256 from home:yarunachalam:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 1.9.0: feature * Added new Alembic command alembic check. This performs the widely requested feature of running an “autogenerate” comparison between the current database and the MetaData that’s currently set up for autogenerate, returning an error code if the two do not match, based on current autogenerate settings. Pull request courtesy Nathan Louie. See also Running Alembic Check to test for new upgrade operations References: #724 bug * Fixed issue in tox.ini file where changes in the tox 4.0 series to the format of “passenv” caused tox to not function correctly, in particular raising an error as of tox 4.0.6. * Fixed typing issue where revision.process_revision_directives was not fully typed; additionally ensured all Callable and Dict arguments to EnvironmentContext.configure() include parameters in the typing declaration. Additionally updated the codebase for Mypy 0.990 compliance. References: #1110 OBS-URL: https://build.opensuse.org/request/show/1056256 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=134 --- alembic-1.8.1.tar.gz | 3 --- alembic-1.9.0.tar.gz | 3 +++ python-alembic.changes | 18 ++++++++++++++++++ python-alembic.spec | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 alembic-1.8.1.tar.gz create mode 100644 alembic-1.9.0.tar.gz diff --git a/alembic-1.8.1.tar.gz b/alembic-1.8.1.tar.gz deleted file mode 100644 index 88ac3f9..0000000 --- a/alembic-1.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd0b5e45b14b706426b833f06369b9a6d5ee03f826ec3238723ce8caaf6e5ffa -size 1255927 diff --git a/alembic-1.9.0.tar.gz b/alembic-1.9.0.tar.gz new file mode 100644 index 0000000..7dbfa6b --- /dev/null +++ b/alembic-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af6792fe699730b27480382701b16028ebbaac6bc5cd4f06daf5fa3e4690364 +size 1278832 diff --git a/python-alembic.changes b/python-alembic.changes index 819ae35..40b89ba 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Jan 5 19:06:37 UTC 2023 - Yogalakshmi Arunachalam + +- Update to 1.9.0: + feature + * Added new Alembic command alembic check. This performs the widely requested feature of running an “autogenerate” comparison + between the current database and the MetaData that’s currently set up for autogenerate, returning an error code if the two do not match, + based on current autogenerate settings. Pull request courtesy Nathan Louie. + See also Running Alembic Check to test for new upgrade operations + References: #724 + bug + * Fixed issue in tox.ini file where changes in the tox 4.0 series to the format of “passenv” caused tox to not function correctly, + in particular raising an error as of tox 4.0.6. + * Fixed typing issue where revision.process_revision_directives was not fully typed; additionally ensured all Callable and Dict arguments + to EnvironmentContext.configure() include parameters in the typing declaration. + Additionally updated the codebase for Mypy 0.990 compliance. + References: #1110 + ------------------------------------------------------------------- Mon Aug 1 21:38:44 UTC 2022 - Dirk Müller diff --git a/python-alembic.spec b/python-alembic.spec index 1208cd9..20156b1 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -1,7 +1,7 @@ # # spec file for package python-alembic # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-alembic -Version: 1.8.1 +Version: 1.9.0 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT