diff --git a/alembic-1.7.5.tar.gz b/alembic-1.7.5.tar.gz deleted file mode 100644 index c07f28b..0000000 --- a/alembic-1.7.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c328694a2e68f03ee971e63c3bd885846470373a5b532cf2c9f1601c413b153 -size 1229596 diff --git a/alembic-1.7.6.tar.gz b/alembic-1.7.6.tar.gz new file mode 100644 index 0000000..cb4daf4 --- /dev/null +++ b/alembic-1.7.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0c05e9768a896d804387e20b299880fe01bc56484246b0dffe8075d6d3d847 +size 1235649 diff --git a/python-alembic.changes b/python-alembic.changes index 64a98e5..d3e05b5 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Feb 14 21:37:49 UTC 2022 - Dirk Müller + +- update to 1.7.6: + * Add a new command alembic ensure_version, which will ensure that the Alembic + version table is present in the target database, but does not alter its + contents. + * Fixed regression where usage of a with_variant() datatype in conjunction with + the existing_type option of op.alter_column() under batch mode would lead to an + internal exception. + * Implemented support for recognizing and rendering SQLAlchemy “variant” types + going forward into SQLAlchemy 2.0, where the architecture of “variant” + datatypes will be changing. + * Added a rule to the MySQL impl so that the translation between JSON / LONGTEXT + is accommodated by autogenerate, treating LONGTEXT from the server as + equivalent to an existing JSON in the model. + * Removed a warning raised by SQLAlchemy when dropping constraints on MSSQL + regarding statement caching. + ------------------------------------------------------------------- Mon Dec 6 17:51:23 UTC 2021 - Dirk Müller diff --git a/python-alembic.spec b/python-alembic.spec index 5c8df41..f31855c 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -1,7 +1,7 @@ # # spec file for package python-alembic # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.7.5 +Version: 1.7.6 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT