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>
|
Tue Aug 8 05:34:15 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@ -31,17 +31,16 @@ Version: 0.9.7.1
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool to extract swagger specs from Flask projects
|
Summary: Tool to extract swagger specs from Flask projects
|
||||||
License: MIT
|
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
|
Source: https://files.pythonhosted.org/packages/source/f/flasgger/flasgger-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Flask >= 0.10
|
Requires: python-Flask >= 0.10
|
||||||
Requires: python-PyYAML >= 3.0
|
Requires: python-PyYAML >= 3.0
|
||||||
Requires: python-jsonschema >= 3.0.1
|
Requires: python-jsonschema >= 3.0.1
|
||||||
Requires: python-mistune
|
Requires: python-mistune >= 3
|
||||||
Requires: python-packaging
|
Requires: python-packaging
|
||||||
Requires: python-six >= 1.10
|
Requires: python-six >= 1.10
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -54,7 +53,7 @@ BuildRequires: %{python_module PyYAML >= 3.0}
|
|||||||
BuildRequires: %{python_module flex}
|
BuildRequires: %{python_module flex}
|
||||||
BuildRequires: %{python_module jsonschema >= 3.0.1}
|
BuildRequires: %{python_module jsonschema >= 3.0.1}
|
||||||
BuildRequires: %{python_module marshmallow}
|
BuildRequires: %{python_module marshmallow}
|
||||||
BuildRequires: %{python_module mistune}
|
BuildRequires: %{python_module mistune >= 3}
|
||||||
BuildRequires: %{python_module pytest >= 3.0.7}
|
BuildRequires: %{python_module pytest >= 3.0.7}
|
||||||
BuildRequires: %{python_module six >= 1.10}
|
BuildRequires: %{python_module six >= 1.10}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user