Upgrade to 0.0.9

This commit is contained in:
jxy_git 2022-09-29 14:21:50 +08:00
parent ef6868cec6
commit 97f0442ee6
3 changed files with 7 additions and 4 deletions

View File

@ -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 <jiangxinyu@kylinos.cn> - 0.0.9-1
- Upgrade to 0.0.9
* Fri May 20 2022 liukuo <liukuo@kylinos.cn> - 0.0.8-2
- License compliance rectification

Binary file not shown.

Binary file not shown.