- require new mistune

* swagger-ui 3 version updated to 3.20.5

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flasgger?expand=0&rev=17
This commit is contained in:
Dirk Mueller 2023-11-27 18:45:38 +00:00 committed by Git OBS Bridge
parent 447ad00ce0
commit e79e6a0154
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 27 18:45:20 UTC 2023 - Dirk Müller <dmueller@suse.com>
- require new mistune
-------------------------------------------------------------------
Tue Aug 8 05:34:15 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
@ -71,7 +76,7 @@ Tue Aug 6 14:25:47 UTC 2019 - Todd R <toddrme2178@gmail.com>
* Add support for docExpansion in UI 2
* Switch `yaml.load` to `yaml.safe_load`.
* Add safe getter with empty return if attrib does not exist
* swagger-ui 3 version updated to 3.20.5
* swagger-ui 3 version updated to 3.20.5
* use JWT_AUTH_HEADER_NAME (default value: Authorization)
-------------------------------------------------------------------

View File

@ -31,17 +31,16 @@ Version: 0.9.7.1
Release: 0
Summary: Tool to extract swagger specs from Flask projects
License: MIT
URL: https://github.com/rochacbruno/flasgger/
URL: https://github.com/flasgger/flasgger/
Source: https://files.pythonhosted.org/packages/source/f/flasgger/flasgger-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Flask >= 0.10
Requires: python-PyYAML >= 3.0
Requires: python-jsonschema >= 3.0.1
Requires: python-mistune
Requires: python-mistune >= 3
Requires: python-packaging
Requires: python-six >= 1.10
BuildArch: noarch
@ -54,7 +53,7 @@ BuildRequires: %{python_module PyYAML >= 3.0}
BuildRequires: %{python_module flex}
BuildRequires: %{python_module jsonschema >= 3.0.1}
BuildRequires: %{python_module marshmallow}
BuildRequires: %{python_module mistune}
BuildRequires: %{python_module mistune >= 3}
BuildRequires: %{python_module pytest >= 3.0.7}
BuildRequires: %{python_module six >= 1.10}
# /SECTION