1
0

Accepting request 701092 from devel:languages:python:flask

OBS-URL: https://build.opensuse.org/request/show/701092
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask-SQLAlchemy?expand=0&rev=2
This commit is contained in:
2019-05-07 21:18:20 +00:00
committed by Git OBS Bridge
parent 8221b8c5d2
commit 44f53e84fb
4 changed files with 36 additions and 10 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat May 4 22:49:10 UTC 2019 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
* be more specific in %files section
* CHANGES, README changed to rst
- update to version 2.4.0:
* Make engine configuration more flexible. (:pr:`684`)
* Address SQLAlchemy 1.3 deprecations. (:pr:`684`)
* get_or_404() and first_or_404() now accept a description parameter
to control the 404 message. (:issue:`636`)
* Use time.perf_counter for Python 3 on Windows. (:issue:`638`)
* Drop support for Python 2.6 and 3.3. (:pr:`687`)
* Add an example of Flask's tutorial project, Flaskr, adapted for
Flask-SQLAlchemy. (:pr:`720`)
- changes from version 2.3.3:
* Fix "AttributeError: 'NoneType' object has no attribute 'info'",
when using polymorphic models. (#651)
-------------------------------------------------------------------
Thu Oct 12 02:50:06 UTC 2017 - arun@gmx.de