From ace0b38730782675a85b7ab8acee2dd2395371f02c2fbe09de18b8a4179982e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 9 Mar 2020 06:51:17 +0000 Subject: [PATCH] Accepting request 782711 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/782711 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=109 --- alembic-1.4.0.tar.gz | 3 --- alembic-1.4.1.tar.gz | 3 +++ python-alembic.changes | 28 ++++++++++++++++++++++++++++ python-alembic.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 alembic-1.4.0.tar.gz create mode 100644 alembic-1.4.1.tar.gz diff --git a/alembic-1.4.0.tar.gz b/alembic-1.4.0.tar.gz deleted file mode 100644 index dd84a6c..0000000 --- a/alembic-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2df2519a5b002f881517693b95626905a39c5faf4b5a1f94de4f1441095d1d26 -size 1082449 diff --git a/alembic-1.4.1.tar.gz b/alembic-1.4.1.tar.gz new file mode 100644 index 0000000..af27770 --- /dev/null +++ b/alembic-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791a5686953c4b366d3228c5377196db2f534475bb38d26f70eb69668efd9028 +size 1084841 diff --git a/python-alembic.changes b/python-alembic.changes index 5ed2c6c..a9cf8ba 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Fri Mar 6 21:49:43 UTC 2020 - Arun Persaud + +- update to version 1.4.1: + * Fixed regression caused by the new “type comparison” logic + introduced in 1.4 as part of #605 where comparisons of MySQL + “unsigned integer” datatypes would produce false positives, as the + regular expression logic was not correctly parsing the “unsigned” + token when MySQL’s default display width would be returned by the + database. Pull request courtesy Paul Becotte. References: #661 + * Error message for “path doesn’t exist” when loading up script + environment now displays the absolute path. Pull request courtesy + Rowan Hart. References: #663 + * Fixed regression in 1.4.0 due to #647 where unique constraint + comparison with mixed case constraint names while not using a + naming convention would produce false positives during + autogenerate.References: #654 + * The check for matched rowcount when the alembic_version table is + updated or deleted from is now conditional based on whether or not + the dialect supports the concept of “rowcount” for UPDATE or + DELETE rows matched. Some third party dialects do not support this + concept. Pull request courtesy Ke Zhu. + * Fixed long-standing bug where an inline column CHECK constraint + would not be rendered within an “ADD COLUMN” operation. The DDL + compiler is now consulted for inline constraints within the + Operations.add_column() method as is done for regular CREATE TABLE + operations. References: #655 + ------------------------------------------------------------------- Sat Feb 8 20:39:12 UTC 2020 - Arun Persaud diff --git a/python-alembic.spec b/python-alembic.spec index 8f8a6c8..aaf5b16 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.4.0 +Version: 1.4.1 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT