17
0

Accepting request 1114375 from home:mimi_vx:branches:devel:languages:python:flask

- update to 3.1.1
 * Deprecate the __version__ attribute.
 * Drop support for Python 3.7.
 *  Add support for the SQLAlchemy 2.x API via model_class parameter.
 * Bump minimum version of SQLAlchemy to 2.0.16.
 * Remove previously deprecated code.
 * Pass extra keyword arguments from get_or_404 to session.get.
 * Fix bug with finding right bind key for clause statements.

OBS-URL: https://build.opensuse.org/request/show/1114375
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-SQLAlchemy?expand=0&rev=26
This commit is contained in:
2023-09-30 13:16:05 +00:00
committed by Git OBS Bridge
parent 46bddd574e
commit 32d0002647
4 changed files with 18 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-Flask-SQLAlchemy
Version: 3.0.5
Version: 3.1.1
Release: 0
Summary: SQLAlchemy support for Flask
License: BSD-3-Clause
@@ -32,11 +32,11 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Flask >= 2.2
Requires: python-SQLAlchemy >= 1.4.18
Requires: python-SQLAlchemy >= 2.0.16
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Flask >= 2.2}
BuildRequires: %{python_module SQLAlchemy >= 1.4.18}
BuildRequires: %{python_module SQLAlchemy >= 2.0.16}
BuildRequires: %{python_module pytest}
# /SECTION
%python_subpackages