From 7a5d1533e22e76aefa3f7e6f51a158fbacfb49d9e4af784f345e191f07cccd69 Mon Sep 17 00:00:00 2001 From: Petr Cervinka Date: Thu, 26 Sep 2019 17:03:01 +0000 Subject: [PATCH] Accepting request 733495 from home:apersaud:branches:devel:languages:python:flask update to latest version OBS-URL: https://build.opensuse.org/request/show/733495 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-SQLAlchemy?expand=0&rev=6 --- Flask-SQLAlchemy-2.4.0.tar.gz | 3 --- Flask-SQLAlchemy-2.4.1.tar.gz | 3 +++ python-Flask-SQLAlchemy.changes | 7 +++++++ python-Flask-SQLAlchemy.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 Flask-SQLAlchemy-2.4.0.tar.gz create mode 100644 Flask-SQLAlchemy-2.4.1.tar.gz diff --git a/Flask-SQLAlchemy-2.4.0.tar.gz b/Flask-SQLAlchemy-2.4.0.tar.gz deleted file mode 100644 index 71c396c..0000000 --- a/Flask-SQLAlchemy-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c9609b0d72871c540a7945ea559c8fdf5455192d2db67219509aed680a3d45a -size 128601 diff --git a/Flask-SQLAlchemy-2.4.1.tar.gz b/Flask-SQLAlchemy-2.4.1.tar.gz new file mode 100644 index 0000000..79e7fb3 --- /dev/null +++ b/Flask-SQLAlchemy-2.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6974785d913666587949f7c2946f7001e4fa2cb2d19f4e69ead02e4b8f50b33d +size 128863 diff --git a/python-Flask-SQLAlchemy.changes b/python-Flask-SQLAlchemy.changes index c250468..3e8ec49 100644 --- a/python-Flask-SQLAlchemy.changes +++ b/python-Flask-SQLAlchemy.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 26 16:40:48 UTC 2019 - Arun Persaud + +- update to version 2.4.1: + * Fix AttributeError when using multiple binds with polymorphic + models. :pr:`651` + ------------------------------------------------------------------- Sat May 4 22:49:10 UTC 2019 - Arun Persaud diff --git a/python-Flask-SQLAlchemy.spec b/python-Flask-SQLAlchemy.spec index 69c2f5d..9850532 100644 --- a/python-Flask-SQLAlchemy.spec +++ b/python-Flask-SQLAlchemy.spec @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Flask-SQLAlchemy -Version: 2.4.0 +Version: 2.4.1 Release: 0 Summary: SQLAlchemy support for Flask License: BSD-3-Clause Group: Development/Languages/Python -URL: http://github.com/mitsuhiko/flask-sqlalchemy +URL: https://github.com/mitsuhiko/flask-sqlalchemy Source: https://files.pythonhosted.org/packages/source/F/Flask-SQLAlchemy/Flask-SQLAlchemy-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes