forked from pool/python-Flask
Accepting request 924492 from home:stroeder:python
Update to 2.0.2 OBS-URL: https://build.opensuse.org/request/show/924492 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask?expand=0&rev=18
This commit is contained in:
parent
30a4089b6f
commit
91b72e3a1e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1c4c257b1892aec1398784c63791cbaa43062f1f7aeb555c4da961b20ee68f55
|
|
||||||
size 626851
|
|
3
Flask-2.0.2.tar.gz
Normal file
3
Flask-2.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7b2fb8e934ddd50731893bdcdb00fc8c0315916f9fcd50d22c7cc1a95ab634e2
|
||||||
|
size 628479
|
@ -3,6 +3,24 @@ Tue Oct 5 14:19:00 UTC 2021 - Stefan Schubert <schubi@suse.de>
|
|||||||
|
|
||||||
- Added BuildRequires: alts
|
- Added BuildRequires: alts
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 5 09:49:23 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
- Update to 2.0.2
|
||||||
|
* Fix type annotation for teardown_* methods. #4093
|
||||||
|
* Fix type annotation for before_request and before_app_request decorators. #4104
|
||||||
|
* Fixed the issue where typing requires template global decorators to
|
||||||
|
accept functions with no arguments. #4098
|
||||||
|
* Support View and MethodView instances with async handlers. #4112
|
||||||
|
* Enhance typing of app.errorhandler decorator. #4095
|
||||||
|
* Fix registering a blueprint twice with differing names. #4124
|
||||||
|
* Fix the type of static_folder to accept pathlib.Path. #4150
|
||||||
|
* jsonify handles decimal.Decimal by encoding to str. #4157
|
||||||
|
* Correctly handle raising deferred errors in CLI lazy loading. #4096
|
||||||
|
* The CLI loader handles **kwargs in a create_app function. #4170
|
||||||
|
* Fix the order of before_request and other callbacks that trigger before the view returns.
|
||||||
|
They are called from the app down to the closest nested blueprint. #4229
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 22 19:07:48 UTC 2021 - Stefan Schubert <schubi@suse.de>
|
Sun Aug 22 19:07:48 UTC 2021 - Stefan Schubert <schubi@suse.de>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-Flask
|
Name: python-Flask
|
||||||
Version: 2.0.1
|
Version: 2.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A microframework based on Werkzeug, Jinja2 and good intentions
|
Summary: A microframework based on Werkzeug, Jinja2 and good intentions
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user