diff --git a/Flask-2.0.1.tar.gz b/Flask-2.0.1.tar.gz deleted file mode 100644 index 4baa970..0000000 --- a/Flask-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c4c257b1892aec1398784c63791cbaa43062f1f7aeb555c4da961b20ee68f55 -size 626851 diff --git a/Flask-2.0.2.tar.gz b/Flask-2.0.2.tar.gz new file mode 100644 index 0000000..1c8ee73 --- /dev/null +++ b/Flask-2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b2fb8e934ddd50731893bdcdb00fc8c0315916f9fcd50d22c7cc1a95ab634e2 +size 628479 diff --git a/python-Flask.changes b/python-Flask.changes index bebadef..d0ca979 100644 --- a/python-Flask.changes +++ b/python-Flask.changes @@ -3,6 +3,24 @@ Tue Oct 5 14:19:00 UTC 2021 - Stefan Schubert - Added BuildRequires: alts +------------------------------------------------------------------- +Tue Oct 5 09:49:23 UTC 2021 - Michael Ströder + +- 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 diff --git a/python-Flask.spec b/python-Flask.spec index 288f159..1ec403e 100644 --- a/python-Flask.spec +++ b/python-Flask.spec @@ -26,7 +26,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Flask -Version: 2.0.1 +Version: 2.0.2 Release: 0 Summary: A microframework based on Werkzeug, Jinja2 and good intentions License: BSD-3-Clause