summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask_3.0.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-flask: upgrade 3.0.2 -> 3.0.3Jan Vermaete2024-06-011-0/+34
Changelog: 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. #5448 Don't initialize the cli attribute in the sansio scaffold, but rather in the Flask concrete class. #5270 The license file was renamed from LICENSE.rst to LICENSE.txt without changing the content. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>