From 0070b69b5e853dde953f1bd6cc25b3c1895fb94d7aebdf6bd5c653c93de891b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 19 Feb 2018 20:20:19 +0000 Subject: [PATCH] Accepting request 578167 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/578167 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=18 --- SQLAlchemy-Utils-0.32.21.tar.gz | 3 --- SQLAlchemy-Utils-0.33.0.tar.gz | 3 +++ python-SQLAlchemy-Utils.changes | 14 ++++++++++++++ python-SQLAlchemy-Utils.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 SQLAlchemy-Utils-0.32.21.tar.gz create mode 100644 SQLAlchemy-Utils-0.33.0.tar.gz diff --git a/SQLAlchemy-Utils-0.32.21.tar.gz b/SQLAlchemy-Utils-0.32.21.tar.gz deleted file mode 100644 index ccb99fa..0000000 --- a/SQLAlchemy-Utils-0.32.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e35431b0e57c4f7030ff598c23813c8b7b04b508ce10e8e9ebe448645b38d6d7 -size 121325 diff --git a/SQLAlchemy-Utils-0.33.0.tar.gz b/SQLAlchemy-Utils-0.33.0.tar.gz new file mode 100644 index 0000000..265a51e --- /dev/null +++ b/SQLAlchemy-Utils-0.33.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e416a4a882d97082f9cbd8373b185aa858b57a012f113421c6dc031af74067e4 +size 123903 diff --git a/python-SQLAlchemy-Utils.changes b/python-SQLAlchemy-Utils.changes index 378001a..cc53fb7 100644 --- a/python-SQLAlchemy-Utils.changes +++ b/python-SQLAlchemy-Utils.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Feb 19 17:16:09 UTC 2018 - arun@gmx.de + +- specfile: + * update copyright year + +- update to version 0.33.0: + * Added support for materialized views in PostgreSQL + * Added Ltree.descendant_of and Ltree.ancestor_of (#311, pull + request courtesy of kageurufu) + * Dropped Python 3.3 support + * Fixed EncryptedType padding (#301, pull request courtesy of + konstantinoskostis) + ------------------------------------------------------------------- Mon Nov 13 04:55:56 UTC 2017 - arun@gmx.de diff --git a/python-SQLAlchemy-Utils.spec b/python-SQLAlchemy-Utils.spec index a1db068..72cacef 100644 --- a/python-SQLAlchemy-Utils.spec +++ b/python-SQLAlchemy-Utils.spec @@ -1,7 +1,7 @@ # # spec file for package python-SQLAlchemy-Utils # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-SQLAlchemy-Utils -Version: 0.32.21 +Version: 0.33.0 Release: 0 Summary: Various utility functions for SQLAlchemy License: BSD-3-Clause