diff --git a/alembic-1.0.1.tar.gz b/alembic-1.0.1.tar.gz deleted file mode 100644 index 755e217..0000000 --- a/alembic-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fe570f23dc48fb1bbda6f6a396f1c0c28d7045c0ad14018c104a511e6c1fe8a -size 1019676 diff --git a/alembic-1.0.2.tar.gz b/alembic-1.0.2.tar.gz new file mode 100644 index 0000000..7eae697 --- /dev/null +++ b/alembic-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04bcb970ca8659c3607ddd8ffd86cc9d6a99661c9bc590955e8813c66bfa582b +size 1021161 diff --git a/python-alembic.changes b/python-alembic.changes index 5453133..3f97861 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Nov 1 22:51:27 UTC 2018 - Arun Persaud + +- update to version 1.0.2: + * [bug] [autogenerate] The system=True flag on Column, used + primarily in conjunction with the Postgresql “xmin” column, now + renders within the autogenerate render process, allowing the + column to be excluded from DDL. Additionally, adding a system=True + column to a model will produce no autogenerate diff as this column + is implicitly present in the database.References: #515 + * [bug] [mssql] Fixed issue where usage of the SQL Server + mssql_include option within a Operations.create_index() would + raise a KeyError, as the additional column(s) need to be added to + the table object used by the construct internally.References: #513 + ------------------------------------------------------------------- Wed Oct 17 15:32:28 UTC 2018 - Arun Persaud diff --git a/python-alembic.spec b/python-alembic.spec index a96d706..ee18151 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-alembic -Version: 1.0.1 +Version: 1.0.2 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT