diff --git a/flask-3.1.1.tar.gz b/flask-3.1.1.tar.gz deleted file mode 100644 index d7e940cf5d9dabe22a113ad0abdd99583ad37a3a..0000000000000000000000000000000000000000 Binary files a/flask-3.1.1.tar.gz and /dev/null differ diff --git a/flask-3.1.2.tar.gz b/flask-3.1.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..79052fed656c14b06df065f073e4e6cc5a0b7795 Binary files /dev/null and b/flask-3.1.2.tar.gz differ diff --git a/python-flask.spec b/python-flask.spec index 933fa9191d059e5ccba33a3224db8f6573741ff8..4f7ed5982b9fa509ec2eeadbde59576f237eebf9 100644 --- a/python-flask.spec +++ b/python-flask.spec @@ -2,7 +2,7 @@ %global pypi_name flask Name: python-%{pypi_name} -Version: 3.1.1 +Version: 3.1.2 Release: 1 Epoch: 1 Summary: A lightweight WSGI web application framework @@ -34,6 +34,7 @@ BuildRequires: python3-pytest-trio BuildRequires: python3-pytest-xprocess BuildRequires: python3-pytest-timeout BuildRequires: python3-pytest-benchmark +BuildRequires: python3-asgiref %description Flask is a lightweight WSGI web application framework. It is designed @@ -75,6 +76,12 @@ ln -sf flask-3 %{buildroot}%{_bindir}/flask %{python3_sitelib}/* %changelog +* Tue Nov 04 2025 Yu Peng - 3.1.2-1 +- Upgrade to 3.1.2 + * stream_with_context does not fail inside async views. + * When using follow_redirects in the test client, the final state of session is correct. + * Relax type hint for passing bytes IO to send_file. + * Thu May 15 2025 samshichao - 1:3.1.1-1 - Update to 3.1.1 for fix CVE-2025-47278