diff --git a/Flask-2.1.1.tar.gz b/Flask-2.1.1.tar.gz deleted file mode 100644 index edeb252..0000000 --- a/Flask-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8c9bd3e558ec99646d177a9739c41df1ded0629480b4c8d2975412f3c9519c8 -size 630996 diff --git a/Flask-2.1.2.tar.gz b/Flask-2.1.2.tar.gz new file mode 100644 index 0000000..b1bec2f --- /dev/null +++ b/Flask-2.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315ded2ddf8a6281567edb27393010fe3406188bafbfe65a3339d5787d89e477 +size 631846 diff --git a/python-Flask.changes b/python-Flask.changes index 86e24eb..e5806de 100644 --- a/python-Flask.changes +++ b/python-Flask.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 28 18:49:06 UTC 2022 - Michael Ströder + +- Update to 2.1.2 + * Fix type annotation for json.loads, it accepts str or bytes. #4519 + * The --cert and --key options on flask run can be given in either order. #4459 + ------------------------------------------------------------------- Tue Apr 12 20:25:45 UTC 2022 - Ben Greiner diff --git a/python-Flask.spec b/python-Flask.spec index 927a193..71ab699 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.1 +Version: 2.1.2 Release: 0 Summary: A microframework based on Werkzeug, Jinja2 and good intentions License: BSD-3-Clause