forked from pool/python-Flask
Accepting request 954385 from devel:languages:python:flask
- Update to 2.0.3 * The test client's ``as_tuple`` parameter is deprecated and will be removed in Werkzeug 2.1. It is now also deprecated in Flask, to be removed in Flask 2.1, while remaining compatible with both in 2.0.x. Use ``response.request.environ`` instead. PR#4341 * Fix type annotation for ``errorhandler`` decorator. #4295 * Revert a change to the CLI that caused it to hide ``ImportError`` tracebacks when importing the application. #4307 * ``app.json_encoder`` and ``json_decoder`` are only passed to ``dumps`` and ``loads`` if they have custom behavior. This improves performance, mainly on PyPy. #4349 * Clearer error message when ``after_this_request`` is used outside a request context. #4333 OBS-URL: https://build.opensuse.org/request/show/954385 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask?expand=0&rev=28
This commit is contained in:
commit
a2e3cb30a0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b2fb8e934ddd50731893bdcdb00fc8c0315916f9fcd50d22c7cc1a95ab634e2
|
||||
size 628479
|
3
Flask-2.0.3.tar.gz
Normal file
3
Flask-2.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1120c228ca2f553b470df4a5fa927ab66258467526069981b3eb0a91902687d
|
||||
size 629304
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 20:47:03 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- Update to 2.0.3
|
||||
* The test client's ``as_tuple`` parameter is deprecated and will be
|
||||
removed in Werkzeug 2.1. It is now also deprecated in Flask, to be
|
||||
removed in Flask 2.1, while remaining compatible with both in
|
||||
2.0.x. Use ``response.request.environ`` instead. PR#4341
|
||||
* Fix type annotation for ``errorhandler`` decorator. #4295
|
||||
* Revert a change to the CLI that caused it to hide ``ImportError``
|
||||
tracebacks when importing the application. #4307
|
||||
* ``app.json_encoder`` and ``json_decoder`` are only passed to
|
||||
``dumps`` and ``loads`` if they have custom behavior. This improves
|
||||
performance, mainly on PyPy. #4349
|
||||
* Clearer error message when ``after_this_request`` is used outside a
|
||||
request context. #4333
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 5 14:19:00 UTC 2021 - Stefan Schubert <schubi@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Flask
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -26,7 +26,7 @@
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-Flask
|
||||
Version: 2.0.2
|
||||
Version: 2.0.3
|
||||
Release: 0
|
||||
Summary: A microframework based on Werkzeug, Jinja2 and good intentions
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user