Update package to version 0.11.0

This commit is contained in:
jxy_git 2024-03-21 17:26:21 +08:00
parent 0f95c9d06a
commit 19a75e24a1
3 changed files with 8 additions and 5 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-sphinxcontrib-pecanwsme
Version: 0.10.0
Release: 2
Version: 0.11.0
Release: 1
Summary: A Sphinx extension for documenting APIs built with Pecan and WSME
URL: https://github.com/sphinx-contrib/pecanwsme
License: Apache-2.0
Source0: https://files.pythonhosted.org/packages/75/2b/105d07f47485ecf774cd80b881c29e148182b72a3a60596abdd016c87fce/sphinxcontrib-pecanwsme-0.10.0.tar.gz
License: Apache-2.0
Source0: https://files.pythonhosted.org/packages/ca/49/3fa440190b2d00912a2822bd894ff28a27b0ee074ce45b9672f6a802d98c/sphinxcontrib-pecanwsme-0.11.0.tar.gz
BuildArch: noarch
Requires: python3-six
@ -16,7 +16,7 @@ Extension to Sphinx for documenting APIs built with Pecan and WSME
%package -n python3-sphinxcontrib-pecanwsme
Summary: A Sphinx extension for documenting APIs built with Pecan and WSME
Provides: python-sphinxcontrib-pecanwsme
Provides: python-sphinxcontrib-pecanwsme = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pbr
@ -71,6 +71,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Mar 21 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 0.11.0-1
- Update package to version 0.11.0
* Tue Aug 3 2021 huangtianhua <huangtianhua@huawei.com> - 0.10.0-2
- Adds pbr/pip as buildrequires

Binary file not shown.