Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-werkzeug: Upgrade 1.0.1 -> 2.0.1 | Leon Anavi | 2021-05-28 | 1 | -39/+0 |
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.0.1: - Fix type annotation for send_file max_age callable. Don't pass pathlib.Path to max_age. - Mark top-level names as exported so type checking understands imports in user projects. - Fix some types that weren't available in Python 3.6.0. - cached_property is generic over its return type, properties decorated with it report the correct type. - Fix multipart parsing bug when boundary contains special regex characters. - Type checking understands that calling headers.get with a string default will always return a string. - If HTTPException.description is not a string, get_description will convert it to a string. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> | ||||
* | python3-werkzeug: Clarify BSD license type | Khem Raj | 2021-03-22 | 1 | -1/+1 |
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> | ||||
* | python3-werkzeug: add python3-logging to RDEPENDS | Trevor Gamblin | 2020-05-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | werkzeug relies on the logging module, but it is not in RDEPENDS, so add it: |Python 3.8.2 (default, Apr 27 2020, 08:51:00) |[GCC 9.3.0] on linux |Type "help", "copyright", "credits" or "license" for more information. |>>> import werkzeug |Traceback (most recent call last): |File "<stdin>", line 1, in <module> |File "/usr/lib64/python3.8/site-packages/werkzeug/_init_.py", line 15, in <module> |from .serving import run_simple |File "/usr/lib64/python3.8/site-packages/werkzeug/serving.py", line 50, in <module> |from ._internal import _log |File "/usr/lib64/python3.8/site-packages/werkzeug/_internal.py", line 12, in <module> |import logging |ModuleNotFoundError: No module named 'logging' Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-werkzeug: Upgrade 1.0.0 -> 1.0.1 | Domarys Correa | 2020-04-28 | 1 | -0/+38 |
Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com> |