From 8a01538f51cbd4108adc81c7decc0fcf3ac8ccdeacf88569c6507208f4c94bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 2 Nov 2018 08:14:55 +0000 Subject: [PATCH] Accepting request 645960 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/645960 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=72 --- alembic-1.0.1.tar.gz | 3 --- alembic-1.0.2.tar.gz | 3 +++ python-alembic.changes | 15 +++++++++++++++ python-alembic.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 alembic-1.0.1.tar.gz create mode 100644 alembic-1.0.2.tar.gz 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