diff --git a/python-flasgger.changes b/python-flasgger.changes index b2e12fe..31e661b 100644 --- a/python-flasgger.changes +++ b/python-flasgger.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 27 18:45:20 UTC 2023 - Dirk Müller + +- require new mistune + ------------------------------------------------------------------- Tue Aug 8 05:34:15 UTC 2023 - Steve Kowalik @@ -71,7 +76,7 @@ Tue Aug 6 14:25:47 UTC 2019 - Todd R * 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) ------------------------------------------------------------------- diff --git a/python-flasgger.spec b/python-flasgger.spec index 2222ff3..60310b3 100644 --- a/python-flasgger.spec +++ b/python-flasgger.spec @@ -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