forked from pool/python-Flask-SQLAlchemy
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user