Accepting request 733496 from devel:languages:python:flask

OBS-URL: https://build.opensuse.org/request/show/733496
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask-SQLAlchemy?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2019-09-26 18:47:31 +00:00 committed by Git OBS Bridge
commit f326634b95
4 changed files with 12 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 26 16:40:48 UTC 2019 - Arun Persaud <arun@gmx.de>
- 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 <arun@gmx.de>

View File

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