diff --git a/swagger-ui-bundle.spec b/swagger-ui-bundle.spec index 837c25b..2e614b9 100644 --- a/swagger-ui-bundle.spec +++ b/swagger-ui-bundle.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-swagger-ui-bundle -Version: 0.0.8 -Release: 2 +Version: 0.0.9 +Release: 1 Summary: swagger_ui_bundle - swagger-ui files in a pip package License: Apache-2.0 URL: https://github.com/dtkav/swagger_ui_bundle -Source0: https://files.pythonhosted.org/packages/40/1e/75dd5ccc4bbf1086f3a46d52ac7766d5766836874c2de49351f5d4cccbed/swagger_ui_bundle-0.0.8.tar.gz +Source0: https://files.pythonhosted.org/packages/77/da/a2448ccfe19d58c49a8bceda47dc960d8622f5dfa86ecf3b730ffa67b0e3/swagger_ui_bundle-0.0.9.tar.gz BuildArch: noarch BuildRequires: python3-jinja2 python3-flake8 python3-pytest-runner @@ -38,7 +38,7 @@ This package is intended to be webserver-agnostic, so it only includes the static files, and some very basic configuration. %prep -%autosetup -n swagger_ui_bundle-0.0.8 +%autosetup -n swagger_ui_bundle-%{version} %build %py3_build @@ -78,6 +78,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Sep 29 2022 jiangxinyu - 0.0.9-1 +- Upgrade to 0.0.9 + * Fri May 20 2022 liukuo - 0.0.8-2 - License compliance rectification diff --git a/swagger_ui_bundle-0.0.8.tar.gz b/swagger_ui_bundle-0.0.8.tar.gz deleted file mode 100644 index 2032f1c..0000000 Binary files a/swagger_ui_bundle-0.0.8.tar.gz and /dev/null differ diff --git a/swagger_ui_bundle-0.0.9.tar.gz b/swagger_ui_bundle-0.0.9.tar.gz new file mode 100644 index 0000000..e0fb6fe Binary files /dev/null and b/swagger_ui_bundle-0.0.9.tar.gz differ