17
0

- 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:
2024-05-02 16:04:01 +00:00
committed by Git OBS Bridge
parent 14c899cf16
commit 20288c86ae
5 changed files with 30 additions and 12 deletions

View File

@@ -1,12 +1,12 @@
<services>
<service mode="disabled" name="renderspec">
<service mode="manual" name="renderspec">
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/python-cinderclient/python-cinderclient.spec.j2</param>
<param name="output-name">python-cinderclient.spec</param>
<param name="requirements">https://opendev.org/openstack/python-cinderclient/raw/master/requirements.txt</param>
<param name="changelog-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,python-cinderclient</param>
</service>
<service mode="disabled" name="download_files">
<service mode="manual" name="download_files">
</service>
<service name="format_spec_file" mode="disabled"/>
<service name="format_spec_file" mode="manual"/>
</services>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a6aa30feff48c0c0fd188e6d5150dbdd91e3fd5b10d2db9d78b9812ab14af88
size 236158

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1b9d717aff93cad420045fb6c52f6376ab72f085f8193130892020ec46c93555
size 236811

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu May 2 16:03:34 UTC 2024 - cloud-devel@suse.de
- 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
-------------------------------------------------------------------
Tue Mar 7 06:55:29 UTC 2023 - cloud-devel@suse.de

View File

@@ -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}