From 14c899cf16f06e30300aba03add4072712ad02739fd42bf5778031598196b8d5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 7 Mar 2023 06:57:48 +0000 Subject: [PATCH] - update to version 9.3.0 - Update master for stable/xena - Update master for stable/yoga - Handle downgraded client for snapshot-create - Move print operations to shell_utils - Improve help text of volume create command - Remove python-dev from bindep - Remove the unused tool scripts - Bump API max version to 3.70 - Update python testing as per zed cycle testing runtime - Add Python3 yoga unit tests - Update minimum requirements - Update master for stable/zed - Add Python 3 only classifier - Add W503 to flake8 ignores - Add support for collect-timing option - Python3.11: fix crashes in ShellTest - Correct "Increase default quotas for zuul jobs" - Prepare for Yoga cinderclient release - Add Python3 antelope unit tests - Add test coverage for shell snapshot-create w/ metadata - remove simplejson requirement - Update bindep for ubuntu jammy - Updating python testing as per Yoga testing runtime - Move tempest requirement to functional env - Fix extension loading from python path - Continue using tox 3 - Python3.11: Fix argparse-related test failures - Add volume reimage command OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=60 --- python-cinderclient-8.1.0.tar.gz | 3 --- python-cinderclient-9.3.0.tar.gz | 3 +++ python-cinderclient.changes | 33 ++++++++++++++++++++++++++++++++ python-cinderclient.spec | 19 +++++++++--------- 4 files changed, 45 insertions(+), 13 deletions(-) delete mode 100644 python-cinderclient-8.1.0.tar.gz create mode 100644 python-cinderclient-9.3.0.tar.gz diff --git a/python-cinderclient-8.1.0.tar.gz b/python-cinderclient-8.1.0.tar.gz deleted file mode 100644 index d92a9ef..0000000 --- a/python-cinderclient-8.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b57b432b2ac9161c2482a569a023211d2d3d0ada81c4da62c8f6e47f0b2bf82d -size 235387 diff --git a/python-cinderclient-9.3.0.tar.gz b/python-cinderclient-9.3.0.tar.gz new file mode 100644 index 0000000..ac25825 --- /dev/null +++ b/python-cinderclient-9.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6aa30feff48c0c0fd188e6d5150dbdd91e3fd5b10d2db9d78b9812ab14af88 +size 236158 diff --git a/python-cinderclient.changes b/python-cinderclient.changes index 5f44b3c..b5150c5 100644 --- a/python-cinderclient.changes +++ b/python-cinderclient.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Mar 7 06:55:29 UTC 2023 - cloud-devel@suse.de + +- update to version 9.3.0 + - Update master for stable/xena + - Update master for stable/yoga + - Handle downgraded client for snapshot-create + - Move print operations to shell_utils + - Improve help text of volume create command + - Remove python-dev from bindep + - Remove the unused tool scripts + - Bump API max version to 3.70 + - Update python testing as per zed cycle testing runtime + - Add Python3 yoga unit tests + - Update minimum requirements + - Update master for stable/zed + - Add Python 3 only classifier + - Add W503 to flake8 ignores + - Add support for collect-timing option + - Python3.11: fix crashes in ShellTest + - Correct "Increase default quotas for zuul jobs" + - Prepare for Yoga cinderclient release + - Add Python3 antelope unit tests + - Add test coverage for shell snapshot-create w/ metadata + - remove simplejson requirement + - Update bindep for ubuntu jammy + - Updating python testing as per Yoga testing runtime + - Move tempest requirement to functional env + - Fix extension loading from python path + - Continue using tox 3 + - Python3.11: Fix argparse-related test failures + - Add volume reimage command + ------------------------------------------------------------------- Tue May 24 20:52:45 UTC 2022 - Dirk Müller diff --git a/python-cinderclient.spec b/python-cinderclient.spec index 00679fb..522898e 100644 --- a/python-cinderclient.spec +++ b/python-cinderclient.spec @@ -1,7 +1,7 @@ # # spec file for package python-cinderclient # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,18 @@ Name: python-cinderclient -Version: 8.1.0 +Version: 9.3.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-8.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/python-cinderclient/python-cinderclient-9.3.0.tar.gz BuildRequires: openstack-macros BuildRequires: python3-PrettyTable >= 0.7.2 BuildRequires: python3-ddt BuildRequires: python3-fixtures -BuildRequires: python3-keystoneauth1 >= 4.3.1 +BuildRequires: python3-keystoneauth1 >= 5.0.0 BuildRequires: python3-oslo.serialization BuildRequires: python3-oslo.utils >= 4.8.0 BuildRequires: python3-pbr >= 5.5.0 @@ -47,11 +47,10 @@ Each implements 100% of the OpenStack Cinder API. Summary: Python API and CLI for OpenStack Cinder Requires: python3-Babel Requires: python3-PrettyTable >= 0.7.2 -Requires: python3-keystoneauth1 >= 4.3.1 +Requires: python3-keystoneauth1 >= 5.0.0 Requires: python3-oslo.i18n >= 5.0.1 Requires: python3-oslo.utils >= 4.8.0 Requires: python3-requests >= 2.25.1 -Requires: python3-simplejson >= 3.5.1 %if 0%{?suse_version} Obsoletes: python2-cinderclient < 6.0.0 %endif @@ -77,15 +76,15 @@ Each implements 100% of the OpenStack Cinder API. This package contains auto-generated documentation. %prep -%autosetup -p1 -n python-cinderclient-8.1.0 +%autosetup -p1 -n python-cinderclient-9.3.0 %py_req_cleanup %build %{py3_build} export PYTHONPATH=. -PBR_VERSION=8.1.0 %sphinx_build -b html doc/source doc/build/html -PBR_VERSION=8.1.0 %sphinx_build -b man doc/source doc/build/man +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 # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo} @@ -98,7 +97,7 @@ install -p -D -m 644 tools/cinder.bash_completion %{buildroot}%{_sysconfdir}/bas %check rm cinderclient/tests/unit/test_shell.py -python3 -m stestr.cli run +%{openstack_stestr_run} %files -n python3-cinderclient %license LICENSE