!5 update to 1.0.0

From: @liqiuyu123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-08-05 05:42:13 +00:00 committed by Gitee
commit c88cfa0086
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 11 additions and 7 deletions

View File

@ -1,11 +1,14 @@
%global _empty_manifest_terminate_build 0
Name: python-repoze-sphinx-autointerface
Version: 0.8
Version: 1.0.0
Release: 1
Summary: Sphinx extension: auto-generates API docs from Zope interfaces
License: BSD
URL: http://www.repoze.org
Source0: https://files.pythonhosted.org/packages/8f/65/ea18d09c6847b3a381e16c89f26de0ddcdf0bdb8d05f4581e4df9b7033fd/repoze.sphinx.autointerface-0.8.tar.gz
Source0: https://files.pythonhosted.org/packages/e2/c3/5a8238e9fcba69e3a925d8a4e88547765e110f807bab47c56598d7aa9a5b/repoze.sphinx.autointerface-1.0.0.tar.gz
Requires: python3-Sphinx
Requires: python3-setuptools
BuildArch: noarch
%description
Sphinx extension: auto-generates API docs from Zope interfaces
@ -13,8 +16,9 @@ Sphinx extension: auto-generates API docs from Zope interfaces
%package -n python3-repoze-sphinx-autointerface
Summary: Sphinx extension: auto-generates API docs from Zope interfaces
Provides: python-repoze-sphinx-autointerface
BuildRequires: python3-sphinx
BuildRequires: python3-zope-interface
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
%description -n python3-repoze-sphinx-autointerface
Sphinx extension: auto-generates API docs from Zope interfaces
@ -59,9 +63,6 @@ popd
mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%check
%{__python3} setup.py test
%files -n python3-repoze-sphinx-autointerface -f filelist.lst
%dir %{python3_sitelib}/*
@ -69,5 +70,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Jul 28 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.0.0-1
- update to 1.0.0
* Tue Aug 17 2021 OpenStack_SIG <openstack@openeuler.org> - 0.8-1
- Package Spec generate

Binary file not shown.