1
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/882931
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-SQLAlchemy?expand=0&rev=12
This commit is contained in:
2021-06-01 06:51:47 +00:00
committed by Git OBS Bridge
parent 6326481ad2
commit b462d8f0f7
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Apr 4 23:23:50 UTC 2021 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
- update to version 2.5.1:
* Fix compatibility with Python 2.7.
- changes from version 2.5.0:
* Update to support SQLAlchemy 1.4.
* SQLAlchemy URL objects are immutable. Some internal methods have
changed to return a new URL instead of None. :issue:`885`
-------------------------------------------------------------------
Sat Jul 18 18:04:37 UTC 2020 - Arun Persaud <arun@gmx.de>