From 22022280ec6f6400af5bef06ae25ae6e84bd179c34fd82e632bb14ff146843fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 23 Nov 2018 08:00:08 +0000 Subject: [PATCH] Accepting request 651232 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/651232 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=76 --- alembic-1.0.2.tar.gz | 3 --- alembic-1.0.3.tar.gz | 3 +++ python-alembic.changes | 10 ++++++++++ python-alembic.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 alembic-1.0.2.tar.gz create mode 100644 alembic-1.0.3.tar.gz diff --git a/alembic-1.0.2.tar.gz b/alembic-1.0.2.tar.gz deleted file mode 100644 index 7eae697..0000000 --- a/alembic-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04bcb970ca8659c3607ddd8ffd86cc9d6a99661c9bc590955e8813c66bfa582b -size 1021161 diff --git a/alembic-1.0.3.tar.gz b/alembic-1.0.3.tar.gz new file mode 100644 index 0000000..52b82c7 --- /dev/null +++ b/alembic-1.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b6ff7433247fe80b6ef522ef3763acb959cbdef027d03f76f4cd3c7118c1872 +size 1020110 diff --git a/python-alembic.changes b/python-alembic.changes index b2ef422..2ce146b 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Nov 22 21:49:41 UTC 2018 - Arun Persaud + +- update to version 1.0.3: + * bug + + [bug] [mssql] Fixed regression caused by #513, where the logic + to consume mssql_include was not correctly interpreting the case + where the flag was not present, breaking the op.create_index + directive for SQL Server as a whole. References: #516 + ------------------------------------------------------------------- Wed Nov 14 13:59:58 UTC 2018 - Tomáš Chvátal diff --git a/python-alembic.spec b/python-alembic.spec index 6407a70..7cc4013 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.2 +Version: 1.0.3 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT