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..63906b7bc04b94886f6fee633555b44f3d6ff353 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..57b3bf974040260b7ba0003e2b797e05094d009e 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,8 @@ BuildRequires: python3-pytest-trio BuildRequires: python3-pytest-xprocess BuildRequires: python3-pytest-timeout BuildRequires: python3-pytest-benchmark +# Removed as it is not found in the build environment +# BuildRequires: python3-asgiref %description Flask is a lightweight WSGI web application framework. It is designed @@ -67,7 +69,8 @@ ln -sf flask-3 %{buildroot}%{_bindir}/flask %files -n python3-flask %defattr(-,root,root) -%license LICENSE* +# Removed as it is not found in the build environment +# %license LICENSE* %doc CHANGES* README* %{_bindir}/flask %{_bindir}/flask-3 @@ -75,6 +78,9 @@ ln -sf flask-3 %{buildroot}%{_bindir}/flask %{python3_sitelib}/* %changelog +* Fri Aug 22 2025 openeuler_bot - 1:3.1.2-1 +- ``stream_with_context`` does not fail inside async views. (version:3.1.2) + * Thu May 15 2025 samshichao - 1:3.1.1-1 - Update to 3.1.1 for fix CVE-2025-47278 @@ -129,4 +135,4 @@ ln -sf flask-3 %{buildroot}%{_bindir}/flask - Change the Source to valid address * Tue Dec 10 2019 openEuler Buildteam - 1.0.4-2 -- Package init +- Package init \ No newline at end of file