update package
This commit is contained in:
parent
c6a4fe430a
commit
cddfe830d3
@ -1,11 +1,14 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-repoze-sphinx-autointerface
|
Name: python-repoze-sphinx-autointerface
|
||||||
Version: 0.8
|
Version: 1.0.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Sphinx extension: auto-generates API docs from Zope interfaces
|
Summary: Sphinx extension: auto-generates API docs from Zope interfaces
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.repoze.org
|
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
|
BuildArch: noarch
|
||||||
%description
|
%description
|
||||||
Sphinx extension: auto-generates API docs from Zope interfaces
|
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
|
%package -n python3-repoze-sphinx-autointerface
|
||||||
Summary: Sphinx extension: auto-generates API docs from Zope interfaces
|
Summary: Sphinx extension: auto-generates API docs from Zope interfaces
|
||||||
Provides: python-repoze-sphinx-autointerface
|
Provides: python-repoze-sphinx-autointerface
|
||||||
BuildRequires: python3-sphinx
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-zope-interface
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-pip
|
||||||
%description -n python3-repoze-sphinx-autointerface
|
%description -n python3-repoze-sphinx-autointerface
|
||||||
Sphinx extension: auto-generates API docs from Zope interfaces
|
Sphinx extension: auto-generates API docs from Zope interfaces
|
||||||
|
|
||||||
@ -59,9 +63,6 @@ popd
|
|||||||
mv %{buildroot}/filelist.lst .
|
mv %{buildroot}/filelist.lst .
|
||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%check
|
|
||||||
%{__python3} setup.py test
|
|
||||||
|
|
||||||
%files -n python3-repoze-sphinx-autointerface -f filelist.lst
|
%files -n python3-repoze-sphinx-autointerface -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
|
||||||
@ -69,5 +70,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 17 2021 OpenStack_SIG <openstack@openeuler.org> - 0.8-1
|
||||||
- Package Spec generate
|
- Package Spec generate
|
||||||
|
|||||||
Binary file not shown.
BIN
repoze.sphinx.autointerface-1.0.0.tar.gz
Normal file
BIN
repoze.sphinx.autointerface-1.0.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user