diff --git a/alembic-1.0.5.tar.gz b/alembic-1.0.5.tar.gz deleted file mode 100644 index 770b738..0000000 --- a/alembic-1.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9ffdece0eece55f4108b14b6b0f29ffc730d58e28446a434fe41a1cc5c5f266 -size 1020663 diff --git a/alembic-1.0.6.tar.gz b/alembic-1.0.6.tar.gz new file mode 100644 index 0000000..c702205 --- /dev/null +++ b/alembic-1.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35660f7e6159288e2be111126be148ef04cbf7306da73c8b8bd4400837bb08e3 +size 1029497 diff --git a/python-alembic.changes b/python-alembic.changes index 5a0a6fe..4462d53 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Jan 20 04:33:38 UTC 2019 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 1.0.6: + * [feature] [operations] Added Table and Column level comments for + supported backends. New methods Operations.create_table_comment() + and Operations.drop_table_comment() are added. A new arguments + Operations.alter_column.comment and + Operations.alter_column.existing_comment are added to + Operations.alter_column(). Autogenerate support is also added to + ensure comment add/drops from tables and columns are generated as + well as that Operations.create_table(), Operations.add_column() + both include the comment field from the source Table or Column + object. References: #422 + ------------------------------------------------------------------- Sat Dec 1 18:27:49 UTC 2018 - Arun Persaud diff --git a/python-alembic.spec b/python-alembic.spec index dd48c57..ca7af39 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -1,7 +1,7 @@ # # spec file for package python-alembic # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-alembic -Version: 1.0.5 +Version: 1.0.6 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT