osc copypac from project:Cloud:OpenStack:Rocky package:python-cinderclient revision:2, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=41
This commit is contained in:
@@ -17,52 +17,52 @@
|
||||
|
||||
|
||||
Name: python-cinderclient
|
||||
Version: 3.5.0
|
||||
Version: 4.0.1
|
||||
Release: 0
|
||||
Summary: Python API and CLI for OpenStack Cinder
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: https://launchpad.net/python-cinderclient
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/python-cinderclient/python-cinderclient-3.5.0.tar.gz
|
||||
URL: https://launchpad.net/python-cinderclient
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/python-cinderclient/python-cinderclient-4.0.1.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python2-PrettyTable >= 0.7.1
|
||||
BuildRequires: python2-ddt >= 1.0.1
|
||||
BuildRequires: python2-fixtures >= 3.0.0
|
||||
BuildRequires: python2-keystoneauth1 >= 3.3.0
|
||||
BuildRequires: python2-mock >= 2.0.0
|
||||
BuildRequires: python2-os-testr >= 1.0.0
|
||||
BuildRequires: python2-oslo.serialization >= 2.18.0
|
||||
BuildRequires: python2-ddt
|
||||
BuildRequires: python2-fixtures
|
||||
BuildRequires: python2-keystoneauth1 >= 3.4.0
|
||||
BuildRequires: python2-mock
|
||||
BuildRequires: python2-os-testr
|
||||
BuildRequires: python2-oslo.serialization
|
||||
BuildRequires: python2-oslo.utils >= 3.33.0
|
||||
BuildRequires: python2-pbr >= 2.0.0
|
||||
BuildRequires: python2-python-subunit >= 1.0.0
|
||||
BuildRequires: python2-requests >= 2.14.2
|
||||
BuildRequires: python2-requests-mock >= 1.1.0
|
||||
BuildRequires: python2-testrepository >= 0.0.18
|
||||
BuildRequires: python2-testscenarios >= 0.4
|
||||
BuildRequires: python2-testtools >= 2.2.0
|
||||
BuildRequires: python2-python-subunit
|
||||
BuildRequires: python2-requests
|
||||
BuildRequires: python2-requests-mock
|
||||
BuildRequires: python2-testrepository
|
||||
BuildRequires: python2-testscenarios
|
||||
BuildRequires: python2-testtools
|
||||
BuildRequires: python3-PrettyTable >= 0.7.1
|
||||
BuildRequires: python3-ddt >= 1.0.1
|
||||
BuildRequires: python3-ddt
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-fixtures >= 3.0.0
|
||||
BuildRequires: python3-keystoneauth1 >= 3.3.0
|
||||
BuildRequires: python3-mock >= 2.0.0
|
||||
BuildRequires: python3-os-testr >= 1.0.0
|
||||
BuildRequires: python3-oslo.serialization >= 2.18.0
|
||||
BuildRequires: python3-fixtures
|
||||
BuildRequires: python3-keystoneauth1 >= 3.4.0
|
||||
BuildRequires: python3-mock
|
||||
BuildRequires: python3-os-testr
|
||||
BuildRequires: python3-oslo.serialization
|
||||
BuildRequires: python3-oslo.utils >= 3.33.0
|
||||
BuildRequires: python3-pbr >= 2.0.0
|
||||
BuildRequires: python3-python-subunit >= 1.0.0
|
||||
BuildRequires: python3-requests >= 2.14.2
|
||||
BuildRequires: python3-requests-mock >= 1.1.0
|
||||
BuildRequires: python3-testrepository >= 0.0.18
|
||||
BuildRequires: python3-testscenarios >= 0.4
|
||||
BuildRequires: python3-testtools >= 2.2.0
|
||||
BuildRequires: python3-python-subunit
|
||||
BuildRequires: python3-requests
|
||||
BuildRequires: python3-requests-mock
|
||||
BuildRequires: python3-testrepository
|
||||
BuildRequires: python3-testscenarios
|
||||
BuildRequires: python3-testtools
|
||||
Requires: python-Babel >= 2.3.4
|
||||
Requires: python-PrettyTable >= 0.7.1
|
||||
Requires: python-keystoneauth1 >= 3.3.0
|
||||
Requires: python-keystoneauth1 >= 3.4.0
|
||||
Requires: python-oslo.i18n >= 3.15.3
|
||||
Requires: python-oslo.utils >= 3.33.0
|
||||
Requires: python-requests >= 2.14.2
|
||||
Requires: python-requests
|
||||
Requires: python-simplejson >= 3.5.1
|
||||
Requires: python-six >= 1.10.0
|
||||
BuildArch: noarch
|
||||
@@ -85,8 +85,8 @@ Each implements 100% of the OpenStack Cinder API.
|
||||
Summary: Documentation for OpenStack Cinder API Client
|
||||
Group: Documentation/HTML
|
||||
BuildRequires: python-Sphinx
|
||||
BuildRequires: python-openstackdocstheme >= 1.18.1
|
||||
BuildRequires: python-reno >= 2.5.0
|
||||
BuildRequires: python-openstackdocstheme
|
||||
BuildRequires: python-reno
|
||||
|
||||
%description -n python-cinderclient-doc
|
||||
This is a client for the OpenStack Cinder API (Block Storage. There's a
|
||||
@@ -95,14 +95,15 @@ Each implements 100% of the OpenStack Cinder API.
|
||||
This package contains auto-generated documentation.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n python-cinderclient-3.5.0
|
||||
%autosetup -p1 -n python-cinderclient-4.0.1
|
||||
%py_req_cleanup
|
||||
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
|
||||
|
||||
%build
|
||||
%{python_build}
|
||||
|
||||
%{__python2} setup.py build_sphinx --builder=html,man
|
||||
PBR_VERSION=4.0.1 sphinx-build -b html doc/source doc/build/html
|
||||
PBR_VERSION=4.0.1 sphinx-build -b man doc/source doc/build/man
|
||||
# remove the sphinx-build leftovers
|
||||
rm -rf doc/build/html/.{doctrees,buildinfo}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user