From a6794f567c49e87f7c26ac4eb667e6f97afa5c0131c97d292e3cd2ebadc286b8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 28 Aug 2024 15:41:08 +0000 Subject: [PATCH] Accepting request 1194157 from home:yeey:branches:devel:languages:python:flask MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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` OBS-URL: https://build.opensuse.org/request/show/1194157 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask?expand=0&rev=48 --- flask-3.0.2.tar.gz | 3 --- flask-3.0.3.tar.gz | 3 +++ python-Flask.changes | 10 ++++++++++ python-Flask.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 flask-3.0.2.tar.gz create mode 100644 flask-3.0.3.tar.gz 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