From f20ea2584767e063d33318bc2fef96a424b9bd559134c3c2574ea342b17ba053 Mon Sep 17 00:00:00 2001 From: Petr Cervinka Date: Sun, 31 May 2020 09:56:39 +0000 Subject: [PATCH] Accepting request 810414 from home:apersaud:branches:devel:languages:python:flask update to latest version OBS-URL: https://build.opensuse.org/request/show/810414 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-SQLAlchemy?expand=0&rev=8 --- Flask-SQLAlchemy-2.4.1.tar.gz | 3 --- Flask-SQLAlchemy-2.4.3.tar.gz | 3 +++ python-Flask-SQLAlchemy.changes | 14 ++++++++++++++ python-Flask-SQLAlchemy.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 Flask-SQLAlchemy-2.4.1.tar.gz create mode 100644 Flask-SQLAlchemy-2.4.3.tar.gz diff --git a/Flask-SQLAlchemy-2.4.1.tar.gz b/Flask-SQLAlchemy-2.4.1.tar.gz deleted file mode 100644 index 79e7fb3..0000000 --- a/Flask-SQLAlchemy-2.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6974785d913666587949f7c2946f7001e4fa2cb2d19f4e69ead02e4b8f50b33d -size 128863 diff --git a/Flask-SQLAlchemy-2.4.3.tar.gz b/Flask-SQLAlchemy-2.4.3.tar.gz new file mode 100644 index 0000000..09f7f9d --- /dev/null +++ b/Flask-SQLAlchemy-2.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b656fbf87c5f24109d859bafa791d29751fabbda2302b606881ae5485b557a5 +size 132134 diff --git a/python-Flask-SQLAlchemy.changes b/python-Flask-SQLAlchemy.changes index 3e8ec49..d838175 100644 --- a/python-Flask-SQLAlchemy.changes +++ b/python-Flask-SQLAlchemy.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun May 31 00:08:47 UTC 2020 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 2.4.3: + * Deprecate SQLALCHEMY_COMMIT_ON_TEARDOWN as it can cause various + design issues that are difficult to debug. Call + db.session.commit() directly instead. :issue:`216` + +- changes from version 2.4.2: + * Fix bad pagination when records are de-duped. :pr:`812` + ------------------------------------------------------------------- Thu Sep 26 16:40:48 UTC 2019 - Arun Persaud diff --git a/python-Flask-SQLAlchemy.spec b/python-Flask-SQLAlchemy.spec index 9850532..bb520fa 100644 --- a/python-Flask-SQLAlchemy.spec +++ b/python-Flask-SQLAlchemy.spec @@ -1,7 +1,7 @@ # # spec file for package python-Flask-SQLAlchemy # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # 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-Flask-SQLAlchemy -Version: 2.4.1 +Version: 2.4.3 Release: 0 Summary: SQLAlchemy support for Flask License: BSD-3-Clause