diff --git a/flask-3.1.0.tar.gz b/flask-3.1.0.tar.gz deleted file mode 100644 index a15315b..0000000 --- a/flask-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f873c5184c897c8d9d1b05df1e3d01b14910ce69607a117bd3277098a5836ac -size 680824 diff --git a/flask-3.1.1.tar.gz b/flask-3.1.1.tar.gz new file mode 100644 index 0000000..ac0a99b --- /dev/null +++ b/flask-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284c7b8f2f58cb737f0cf1c30fd7eaf0ccfcde196099d24ecede3fc2005aa59e +size 753440 diff --git a/python-Flask.changes b/python-Flask.changes index 8494f67..a421a02 100644 --- a/python-Flask.changes +++ b/python-Flask.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu May 15 06:16:18 UTC 2025 - Daniel Garcia + +- Update to 3.1.1 (CVE-2025-47278, bsc#1243163): + * Fix signing key selection order when key rotation is enabled via + SECRET_KEY_FALLBACKS. GHSA-4grg-w6v8-c28g + * Fix type hint for cli_runner.invoke. #5645 + * flask --help loads the app and plugins first to make sure all + commands are shown. #5673 + * Mark sans-io base class as being able to handle views that return + AsyncIterable. This is not accurate for Flask, but makes typing + easier for Quart. #5659 + ------------------------------------------------------------------- Fri Feb 7 01:47:56 UTC 2025 - Steve Kowalik diff --git a/python-Flask.spec b/python-Flask.spec index 712666d..7e10d3c 100644 --- a/python-Flask.spec +++ b/python-Flask.spec @@ -24,7 +24,7 @@ %{?sle15_python_module_pythons} Name: python-Flask -Version: 3.1.0 +Version: 3.1.1 Release: 0 Summary: A microframework based on Werkzeug, Jinja2 and good intentions License: BSD-3-Clause @@ -32,6 +32,7 @@ URL: https://flask.palletsprojects.com Source0: https://files.pythonhosted.org/packages/source/f/flask/flask-%{version}.tar.gz Source1: python-Flask-rpmlintrc BuildRequires: %{python_module Jinja2 >= 3.1.2} +BuildRequires: %{python_module MarkupSafe} BuildRequires: %{python_module Werkzeug >= 3.1.0} BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module blinker >= 1.9} @@ -45,6 +46,7 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros >= 20210929 Requires: python-Jinja2 >= 3.1.2 +Requires: python-MarkupSafe Requires: python-Werkzeug >= 3.1.0 Requires: python-blinker >= 1.9 Requires: python-click >= 8.1.3