15
0

Accepting request 578202 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/578202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SQLAlchemy-Utils?expand=0&rev=8
This commit is contained in:
2018-02-20 16:55:43 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e35431b0e57c4f7030ff598c23813c8b7b04b508ce10e8e9ebe448645b38d6d7
size 121325

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e416a4a882d97082f9cbd8373b185aa858b57a012f113421c6dc031af74067e4
size 123903

View File

@@ -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

View File

@@ -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