diff --git a/alembic-1.2.1.tar.gz b/alembic-1.2.1.tar.gz deleted file mode 100644 index 238c41d..0000000 --- a/alembic-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f907d7e8b286a1cfb22db9084f9ce4fde7ad7956bb496dc7c952e10ac90e36a -size 1053595 diff --git a/alembic-1.3.1.tar.gz b/alembic-1.3.1.tar.gz new file mode 100644 index 0000000..832ec57 --- /dev/null +++ b/alembic-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49277bb7242192bbb9eac58fed4fe02ec6c3a2a4b4345d2171197459266482b2 +size 1056451 diff --git a/python-alembic.changes b/python-alembic.changes index 33a72a0..9755b5e 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,8 +1,35 @@ +------------------------------------------------------------------- +Sat Nov 16 16:37:12 UTC 2019 - Arun Persaud + +- update to version 1.3.1: + * bug + + [bug] [mssql] Fixed bug in MSSQL dialect where the drop + constraint execution steps used to remove server default or + implicit foreign key constraint failed to take into account the + schema name of the target table. References: #621 + ------------------------------------------------------------------- Thu Nov 14 12:41:03 UTC 2019 - Tomáš Chvátal - Require full python interpreter when building +------------------------------------------------------------------- +Sat Nov 9 14:46:13 UTC 2019 - Arun Persaud + +- update to version 1.3.0: + * feature + + Added support for ALEMBIC_CONFIG environment variable, refers to + the location of the alembic configuration script in lieu of + using the -c command line option. References: #608 + * bug + + Fixed bug in new Variant autogenerate where the order of the + arguments to Variant were mistakenly reversed. References: #131 + * misc + + Some internal modifications have been made to how the names of + indexes and unique constraints work to make use of new functions + added in SQLAlchemy 1.4, so that SQLAlchemy has more flexibility + over how naming conventions may be applied to these objects. + ------------------------------------------------------------------- Wed Sep 25 03:19:44 UTC 2019 - Thomas Bechtold diff --git a/python-alembic.spec b/python-alembic.spec index e110b63..7e1c608 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -1,7 +1,7 @@ # # spec file for package python-alembic # -# Copyright (c) 2019 SUSE LLC. +# 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,11 +18,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-alembic -Version: 1.2.1 +Version: 1.3.1 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT -Group: Development/Languages/Python URL: https://github.com/sqlalchemy/alembic Source0: https://files.pythonhosted.org/packages/source/a/alembic/alembic-%{version}.tar.gz Source1: python-alembic-rpmlintrc