- update to version 9.5.0
- Update master for stable/2023.1 - Use generic testing template - Update master for stable/2023.2 - Add Python 3.10 to setup.cfg metadata - Mock sleep for client tests - Add os-extend_volume_completion volume action. - Use tox 4 - reno: Update master for yoga Unmaintained status - Honour all_tenants in consistency group list - Remove USE_PYTHON3 setting from .zuul.yaml - Use tox 4.11.0 - Update python classifier in setup.cfg - Update functional jobs for 2023.2 OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=62
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-cinderclient
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: python-cinderclient
|
||||
Version: 9.3.0
|
||||
Version: 9.5.0
|
||||
Release: 0
|
||||
Summary: Python API and CLI for OpenStack Cinder
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://docs.openstack.org/python-cinderclient
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/python-cinderclient/python-cinderclient-9.3.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/python-cinderclient/python-cinderclient-9.5.0.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python3-PrettyTable >= 0.7.2
|
||||
BuildRequires: python3-ddt
|
||||
@@ -76,15 +76,15 @@ Each implements 100% of the OpenStack Cinder API.
|
||||
This package contains auto-generated documentation.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n python-cinderclient-9.3.0
|
||||
%autosetup -p1 -n python-cinderclient-9.5.0
|
||||
%py_req_cleanup
|
||||
|
||||
%build
|
||||
%{py3_build}
|
||||
|
||||
export PYTHONPATH=.
|
||||
PBR_VERSION=9.3.0 %sphinx_build -b html doc/source doc/build/html
|
||||
PBR_VERSION=9.3.0 %sphinx_build -b man doc/source doc/build/man
|
||||
PBR_VERSION=9.5.0 %sphinx_build -b html doc/source doc/build/html
|
||||
PBR_VERSION=9.5.0 %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