From 0cd37e00b603bc43dedf08ed2cec8df891a9439fa63b6dada7e70d9f0f198fdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 15 Jun 2019 19:08:31 +0000 Subject: [PATCH] Accepting request 710113 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/710113 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=38 --- SQLAlchemy-Utils-0.33.11.tar.gz | 3 --- SQLAlchemy-Utils-0.34.0.tar.gz | 3 +++ python-SQLAlchemy-Utils.changes | 9 +++++++++ python-SQLAlchemy-Utils.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 SQLAlchemy-Utils-0.33.11.tar.gz create mode 100644 SQLAlchemy-Utils-0.34.0.tar.gz diff --git a/SQLAlchemy-Utils-0.33.11.tar.gz b/SQLAlchemy-Utils-0.33.11.tar.gz deleted file mode 100644 index a4a8539..0000000 --- a/SQLAlchemy-Utils-0.33.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f1cb542cf0549a0de508d4919f3ad693a36230bf4cd13fdd6253549fec71182 -size 128012 diff --git a/SQLAlchemy-Utils-0.34.0.tar.gz b/SQLAlchemy-Utils-0.34.0.tar.gz new file mode 100644 index 0000000..5e71bcf --- /dev/null +++ b/SQLAlchemy-Utils-0.34.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ebd4d176a5786233db9f2e92040476fcff8b1b426fdbbb7ee4f478280ee9166 +size 128790 diff --git a/python-SQLAlchemy-Utils.changes b/python-SQLAlchemy-Utils.changes index 513577c..118dbdb 100644 --- a/python-SQLAlchemy-Utils.changes +++ b/python-SQLAlchemy-Utils.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jun 15 15:51:10 UTC 2019 - Arun Persaud + +- update to version 0.34.0: + * Removed array_agg compilation which was never a good idea and + collided with the latest version of SA. (#374) + * Removed deprecation warnings (#373, pull request courtesy of + pbasista) + ------------------------------------------------------------------- Sun Jan 20 04:34:11 UTC 2019 - Arun Persaud diff --git a/python-SQLAlchemy-Utils.spec b/python-SQLAlchemy-Utils.spec index d48f44c..bf81402 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.33.11 +Version: 0.34.0 Release: 0 Summary: Various utility functions for SQLAlchemy License: BSD-3-Clause