diff --git a/Flask-2.1.2.tar.gz b/Flask-2.1.2.tar.gz deleted file mode 100644 index b1bec2f..0000000 --- a/Flask-2.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:315ded2ddf8a6281567edb27393010fe3406188bafbfe65a3339d5787d89e477 -size 631846 diff --git a/Flask-2.1.3.tar.gz b/Flask-2.1.3.tar.gz new file mode 100644 index 0000000..7d9dd96 --- /dev/null +++ b/Flask-2.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15972e5017df0575c3d6c090ba168b6db90259e620ac8d7ea813a396bad5b6cb +size 630206 diff --git a/python-Flask.changes b/python-Flask.changes index e5806de..8e91beb 100644 --- a/python-Flask.changes +++ b/python-Flask.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Jul 13 21:18:49 UTC 2022 - Michael Ströder + +- Update to 2.1.3 + * Inline some optional imports that are only used for certain + CLI commands. #4606 + * Relax type annotation for after_request functions. #4600 + * instance_path for namespace packages uses the path closest to + the imported submodule. #4610 + * Clearer error message when render_template and render_template_string + are used outside an application context. #4693 + ------------------------------------------------------------------- Thu Apr 28 18:49:06 UTC 2022 - Michael Ströder diff --git a/python-Flask.spec b/python-Flask.spec index 71ab699..9ed6f60 100644 --- a/python-Flask.spec +++ b/python-Flask.spec @@ -27,7 +27,7 @@ %define skip_python36 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Flask -Version: 2.1.2 +Version: 2.1.3 Release: 0 Summary: A microframework based on Werkzeug, Jinja2 and good intentions License: BSD-3-Clause