diff --git a/swagger-ui-bundle.spec b/swagger-ui-bundle.spec index 2e614b9..88c08f4 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.9 +Version: 0.0.8 Release: 1 Summary: swagger_ui_bundle - swagger-ui files in a pip package -License: Apache-2.0 +License: Apache License Version 2.0 URL: https://github.com/dtkav/swagger_ui_bundle -Source0: https://files.pythonhosted.org/packages/77/da/a2448ccfe19d58c49a8bceda47dc960d8622f5dfa86ecf3b730ffa67b0e3/swagger_ui_bundle-0.0.9.tar.gz +Source0: https://files.pythonhosted.org/packages/40/1e/75dd5ccc4bbf1086f3a46d52ac7766d5766836874c2de49351f5d4cccbed/swagger_ui_bundle-0.0.8.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-%{version} +%autosetup -n swagger_ui_bundle-0.0.8 %build %py3_build @@ -78,11 +78,5 @@ 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 - * Mon Aug 30 2021 Python_Bot - 0.0.8-1 - Package Spec generated diff --git a/swagger_ui_bundle-0.0.8.tar.gz b/swagger_ui_bundle-0.0.8.tar.gz new file mode 100644 index 0000000..2032f1c Binary files /dev/null and b/swagger_ui_bundle-0.0.8.tar.gz differ diff --git a/swagger_ui_bundle-0.0.9.tar.gz b/swagger_ui_bundle-0.0.9.tar.gz deleted file mode 100644 index e0fb6fe..0000000 Binary files a/swagger_ui_bundle-0.0.9.tar.gz and /dev/null differ