!6 Update to version 4.18.0

From: @joec88
Reviewed-by: 
Signed-off-by:
This commit is contained in:
openeuler-ci-bot 2021-08-05 02:24:53 +00:00 committed by Gitee
commit 458f9a63f3
3 changed files with 27 additions and 12 deletions

Binary file not shown.

BIN
oslosphinx-4.18.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,36 +1,49 @@
%global _empty_manifest_terminate_build 0
Name: python-oslo-sphinx
Version: 1.1
Version: 4.18.0
Release: 1
Summary: OpenStack Sphinx Extensions
License: ASL 2.0
URL: https://launchpad.net/oslo
Source0: https://files.pythonhosted.org/packages/f1/64/8886dd19034b8364c9c6ed7dede4e11f7f97540cc809e946dfb5d8c88144/oslo.sphinx-1.1.tar.gz
License: Apache-2.0
URL: http://www.openstack.org/
Source0: https://tarballs.openstack.org/oslosphinx/oslosphinx-%{version}.tar.gz
BuildArch: noarch
%description
Theme and extension support for Sphinx documentation from the
OpenStack project.
Theme and extension support for Sphinx documentation from the OpenStack project.
%package -n python3-oslo-sphinx
Summary: OpenStack Sphinx Extensions
Provides: python-oslo-sphinx
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-pbr
BuildRequires: python3-reno
# tests
BuildRequires: python3-requests >= 2.14.2
BuildRequires: python3-hacking
BuildRequires: python3-sphinx
BuildRequires: python3-openstackdocstheme
Requires: git
Requires: python3-requests >= 2.14.2
Requires: python3-pbr
Requires: python3-six >= 1.10.0
Requires: python3-setuptools
%description -n python3-oslo-sphinx
Theme and extension support for Sphinx documentation from the
OpenStack project.
Theme and extension support for Sphinx documentation from the OpenStack project.
%package help
Summary: Development documents and examples for oslo.sphinx
Provides: python3-oslo-sphinx-doc
%description help
Theme and extension support for Sphinx documentation from the
OpenStack project.
Theme and extension support for Sphinx documentation from the OpenStack project.
%prep
%autosetup -n oslo.sphinx-1.1
%autosetup -n oslosphinx-%{version}
%build
%py3_build
@ -70,5 +83,7 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Jul 23 2021 OpenStack_SIG <openstack@openeuler.org> 4.18.0-1
- Update to 4.18.0
* Wed Nov 25 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated