From 1c9532054dcba93ea7449272c1f5848bb4d04dc882f3dc2210453ae6923466dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 2 Jan 2020 08:59:56 +0000 Subject: [PATCH] Accepting request 759941 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/759941 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=50 --- SQLAlchemy-Utils-0.36.0.tar.gz | 3 --- SQLAlchemy-Utils-0.36.1.tar.gz | 3 +++ python-SQLAlchemy-Utils.changes | 8 ++++++++ python-SQLAlchemy-Utils.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 SQLAlchemy-Utils-0.36.0.tar.gz create mode 100644 SQLAlchemy-Utils-0.36.1.tar.gz diff --git a/SQLAlchemy-Utils-0.36.0.tar.gz b/SQLAlchemy-Utils-0.36.0.tar.gz deleted file mode 100644 index d77aa30..0000000 --- a/SQLAlchemy-Utils-0.36.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db030c8f00526bfb7a9c659bfaf75deaa7b0002e89e3f84784e24e09a43473f2 -size 127537 diff --git a/SQLAlchemy-Utils-0.36.1.tar.gz b/SQLAlchemy-Utils-0.36.1.tar.gz new file mode 100644 index 0000000..37ece1a --- /dev/null +++ b/SQLAlchemy-Utils-0.36.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e637c88bf3ac5f99b7d72342092a1f636bea1287b2e3e17d441b0413771f86e +size 128037 diff --git a/python-SQLAlchemy-Utils.changes b/python-SQLAlchemy-Utils.changes index 124595e..3c32d2d 100644 --- a/python-SQLAlchemy-Utils.changes +++ b/python-SQLAlchemy-Utils.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Dec 29 21:12:16 UTC 2019 - Arun Persaud + +- update to version 0.36.1: + * Added support for CASCADE option when dropping views (#406, pull + request courtesy of amicks) + * Added aliases parameter to create_materialized_view function. + ------------------------------------------------------------------- Fri Dec 13 00:19:27 UTC 2019 - Arun Persaud diff --git a/python-SQLAlchemy-Utils.spec b/python-SQLAlchemy-Utils.spec index 8f12340..d46d3a8 100644 --- a/python-SQLAlchemy-Utils.spec +++ b/python-SQLAlchemy-Utils.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-SQLAlchemy-Utils -Version: 0.36.0 +Version: 0.36.1 Release: 0 Summary: Various utility functions for SQLAlchemy License: BSD-3-Clause