diff --git a/flask-3.0.2.tar.gz b/flask-3.0.2.tar.gz deleted file mode 100644 index 45bc31b..0000000 --- a/flask-3.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:822c03f4b799204250a7ee84b1eddc40665395333973dfb9deebfe425fefcb7d -size 675248 diff --git a/flask-3.0.3.tar.gz b/flask-3.0.3.tar.gz new file mode 100644 index 0000000..60c0ff4 --- /dev/null +++ b/flask-3.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb27b0af3823ea2737928a4d99d125a06175b8512c445cbd9a9ce200ef76842 +size 676315 diff --git a/python-Flask.changes b/python-Flask.changes index 328cbeb..54a9d74 100644 --- a/python-Flask.changes +++ b/python-Flask.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Aug 13 17:07:09 UTC 2024 - Guang Yee + +- update to 3.0.3 + * The default hashlib.sha1 may not be available in FIPS builds. + Don’t access it at import time so the developer has time to + change the default. :issue:`5448` + * Don’t initialize the cli attribute in the sansio scaffold, + but rather in the Flask concrete class. :issue:`5270` + ------------------------------------------------------------------- Wed Apr 10 10:13:58 UTC 2024 - Daniel Garcia diff --git a/python-Flask.spec b/python-Flask.spec index 2e2b79b..92a2e96 100644 --- a/python-Flask.spec +++ b/python-Flask.spec @@ -24,7 +24,7 @@ %{?sle15_python_module_pythons} Name: python-Flask -Version: 3.0.2 +Version: 3.0.3 Release: 0 Summary: A microframework based on Werkzeug, Jinja2 and good intentions License: BSD-3-Clause @@ -105,8 +105,8 @@ export LANG=en_US.UTF-8 %python_uninstall_alternative flask %files %{python_files} -%license LICENSE.rst -%doc CHANGES.rst README.rst +%license LICENSE.txt +%doc CHANGES.rst README.md %python_alternative %{_bindir}/flask %{_bindir}/flask-%{python_bin_suffix} %{python_sitelib}/flask