1
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 abc7263eb9
commit 57c17ff0d4
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Sep 29 13:25:24 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- 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.
-------------------------------------------------------------------
Wed Aug 2 07:00:50 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>