From 6fc950987381c499a0302013bb7ed05e6445a4bf6f6de3060c8f5fabd75611c4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 15 May 2021 19:58:12 +0000 Subject: [PATCH] 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 --- SQLAlchemy-Utils-0.36.8.tar.gz | 3 --- SQLAlchemy-Utils-0.37.2.tar.gz | 3 +++ python-SQLAlchemy-Utils.changes | 19 +++++++++++++++++++ python-SQLAlchemy-Utils.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 SQLAlchemy-Utils-0.36.8.tar.gz create mode 100644 SQLAlchemy-Utils-0.37.2.tar.gz diff --git a/SQLAlchemy-Utils-0.36.8.tar.gz b/SQLAlchemy-Utils-0.36.8.tar.gz deleted file mode 100644 index 26890ab..0000000 --- a/SQLAlchemy-Utils-0.36.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb66e9956e41340011b70b80f898fde6064ec1817af77199ee21ace71d7d6ab0 -size 138025 diff --git a/SQLAlchemy-Utils-0.37.2.tar.gz b/SQLAlchemy-Utils-0.37.2.tar.gz new file mode 100644 index 0000000..7cb25e7 --- /dev/null +++ b/SQLAlchemy-Utils-0.37.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60b8b43c9ef809d147b0bc571cfbfe0992f854ec242bc01ab7a562f76113743 +size 135455 diff --git a/python-SQLAlchemy-Utils.changes b/python-SQLAlchemy-Utils.changes index f497c94..3fe34ee 100644 --- a/python-SQLAlchemy-Utils.changes +++ b/python-SQLAlchemy-Utils.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri May 14 01:15:35 UTC 2021 - Arun Persaud + +- 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 diff --git a/python-SQLAlchemy-Utils.spec b/python-SQLAlchemy-Utils.spec index 1f5cd59..b26bb51 100644 --- a/python-SQLAlchemy-Utils.spec +++ b/python-SQLAlchemy-Utils.spec @@ -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