Accepting request 1130835 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1130835 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flasgger?expand=0&rev=7
This commit is contained in:
commit
c03052e5d6
@ -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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user