Accepting request 1194157 from home:yeey:branches:devel:languages:python:flask

- 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
This commit is contained in:
2024-08-28 15:41:08 +00:00
committed by Git OBS Bridge
parent 2c4ff201e3
commit a6794f567c
4 changed files with 16 additions and 6 deletions

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>