SHA256
1
0
forked from pool/python-Flask

Accepting request 1197028 from devel:languages:python:flask

Forwarded request #1194157 from yeey

- 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/1197028
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask?expand=0&rev=41
This commit is contained in:
Dominique Leuenberger 2024-08-30 11:26:06 +00:00 committed by Git OBS Bridge
commit d129f10dd6
4 changed files with 16 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:822c03f4b799204250a7ee84b1eddc40665395333973dfb9deebfe425fefcb7d
size 675248

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

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Aug 13 17:07:09 UTC 2024 - Guang Yee <gyee@suse.com>
- update to 3.0.3
* The default hashlib.sha1 may not be available in FIPS builds.
Dont access it at import time so the developer has time to
change the default. :issue:`5448`
* Dont 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 <daniel.garcia@suse.com>

View File

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