1
0

Accepting request 810414 from home:apersaud:branches:devel:languages:python:flask

update to latest version

OBS-URL: https://build.opensuse.org/request/show/810414
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-SQLAlchemy?expand=0&rev=8
This commit is contained in:
Petr Cervinka
2020-05-31 09:56:39 +00:00
committed by Git OBS Bridge
parent 7a5d1533e2
commit f20ea25847
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun May 31 00:08:47 UTC 2020 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
- update to version 2.4.3:
* Deprecate SQLALCHEMY_COMMIT_ON_TEARDOWN as it can cause various
design issues that are difficult to debug. Call
db.session.commit() directly instead. :issue:`216`
- changes from version 2.4.2:
* Fix bad pagination when records are de-duped. :pr:`812`
-------------------------------------------------------------------
Thu Sep 26 16:40:48 UTC 2019 - Arun Persaud <arun@gmx.de>