diff --git a/_service b/_service index 265f3b6..79e9b33 100644 --- a/_service +++ b/_service @@ -1,12 +1,12 @@ - + https://opendev.org/openstack/rpm-packaging/raw/master/openstack/python-cinderclient/python-cinderclient.spec.j2 python-cinderclient.spec https://opendev.org/openstack/python-cinderclient/raw/master/requirements.txt cloud-devel@suse.de gh,openstack,python-cinderclient - + - + diff --git a/python-cinderclient-9.3.0.tar.gz b/python-cinderclient-9.3.0.tar.gz deleted file mode 100644 index ac25825..0000000 --- a/python-cinderclient-9.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a6aa30feff48c0c0fd188e6d5150dbdd91e3fd5b10d2db9d78b9812ab14af88 -size 236158 diff --git a/python-cinderclient-9.5.0.tar.gz b/python-cinderclient-9.5.0.tar.gz new file mode 100644 index 0000000..1ab5c45 --- /dev/null +++ b/python-cinderclient-9.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9d717aff93cad420045fb6c52f6376ab72f085f8193130892020ec46c93555 +size 236811 diff --git a/python-cinderclient.changes b/python-cinderclient.changes index b5150c5..de7ef1c 100644 --- a/python-cinderclient.changes +++ b/python-cinderclient.changes @@ -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 diff --git a/python-cinderclient.spec b/python-cinderclient.spec index 522898e..9679dc4 100644 --- a/python-cinderclient.spec +++ b/python-cinderclient.spec @@ -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}