2 Commits

Author SHA256 Message Date
69ef488430 Accepting request 1277662 from devel:languages:python:flask
- 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
- 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

OBS-URL: https://build.opensuse.org/request/show/1277662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask?expand=0&rev=43
2025-05-23 12:27:10 +00:00
c2511900b1 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask?expand=0&rev=52
2025-05-15 07:20:00 +00:00
4 changed files with 19 additions and 4 deletions

BIN
flask-3.1.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
flask-3.1.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu May 15 06:16:18 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- 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 <steven.kowalik@suse.com>

View File

@@ -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