Update to version 4.18.0

This commit is contained in:
joec88 2021-07-23 10:46:49 +08:00
parent a17f9fe74d
commit 8959092fb2
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 %global _empty_manifest_terminate_build 0
Name: python-oslo-sphinx Name: python-oslo-sphinx
Version: 1.1 Version: 4.18.0
Release: 1 Release: 1
Summary: OpenStack Sphinx Extensions Summary: OpenStack Sphinx Extensions
License: ASL 2.0 License: Apache-2.0
URL: https://launchpad.net/oslo URL: http://www.openstack.org/
Source0: https://files.pythonhosted.org/packages/f1/64/8886dd19034b8364c9c6ed7dede4e11f7f97540cc809e946dfb5d8c88144/oslo.sphinx-1.1.tar.gz Source0: https://tarballs.openstack.org/oslosphinx/oslosphinx-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
Theme and extension support for Sphinx documentation from the Theme and extension support for Sphinx documentation from the OpenStack project.
OpenStack project.
%package -n python3-oslo-sphinx %package -n python3-oslo-sphinx
Summary: OpenStack Sphinx Extensions Summary: OpenStack Sphinx Extensions
Provides: python-oslo-sphinx Provides: python-oslo-sphinx
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools 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 %description -n python3-oslo-sphinx
Theme and extension support for Sphinx documentation from the Theme and extension support for Sphinx documentation from the OpenStack project.
OpenStack project.
%package help %package help
Summary: Development documents and examples for oslo.sphinx Summary: Development documents and examples for oslo.sphinx
Provides: python3-oslo-sphinx-doc Provides: python3-oslo-sphinx-doc
%description help %description help
Theme and extension support for Sphinx documentation from the Theme and extension support for Sphinx documentation from the OpenStack project.
OpenStack project.
%prep %prep
%autosetup -n oslo.sphinx-1.1 %autosetup -n oslosphinx-%{version}
%build %build
%py3_build %py3_build
@ -70,5 +83,7 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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> * Wed Nov 25 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated