17
0

Accepting request 893325 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/893325
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=63
This commit is contained in:
2021-05-15 19:58:12 +00:00
committed by Git OBS Bridge
parent d07bd33cb7
commit 6fc9509873
4 changed files with 24 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri May 14 01:15:35 UTC 2021 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
- update to version 0.37.2:
* Added python_requires to setup.py
- changes from version 0.37.1:
* Removed py27 from pypi wheel
- changes from version 0.37.0:
* Added SQLAlchemy 1.4 support
* Fixed database_exists() on PostgreSQL (#462)
* Added create_database support pymssql (#486)
* Removed sort_query, get_query_entities and
get_query_entity_by_alias functions
-------------------------------------------------------------------
Sat Jul 11 18:37:48 UTC 2020 - Arun Persaud <arun@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-SQLAlchemy-Utils
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-SQLAlchemy-Utils
Version: 0.36.8
Version: 0.37.2
Release: 0
Summary: Various utility functions for SQLAlchemy
License: BSD-3-Clause