From c482e8ceeeee8d96e9d444581b479836cbb684435cc39d683d1c0ec12b0448f8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 9 Oct 2020 19:12:59 +0000 Subject: [PATCH] update to stable/victoria OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=52 --- _service | 4 ++-- python-cinderclient-7.0.0.tar.gz | 3 --- python-cinderclient-7.2.0.tar.gz | 3 +++ python-cinderclient.changes | 31 +++++++++++++++++++++++++++++++ python-cinderclient.spec | 13 +++++++------ 5 files changed, 43 insertions(+), 11 deletions(-) delete mode 100644 python-cinderclient-7.0.0.tar.gz create mode 100644 python-cinderclient-7.2.0.tar.gz diff --git a/_service b/_service index db97361..c5d0c16 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/python-cinderclient/python-cinderclient.spec.j2 + https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/python-cinderclient/python-cinderclient.spec.j2 python-cinderclient.spec - https://opendev.org/openstack/python-cinderclient/raw/branch/stable/ussuri/requirements.txt + https://opendev.org/openstack/python-cinderclient/raw/branch/stable/victoria/requirements.txt cloud-devel@suse.de gh,openstack,python-cinderclient diff --git a/python-cinderclient-7.0.0.tar.gz b/python-cinderclient-7.0.0.tar.gz deleted file mode 100644 index cb0bb1c..0000000 --- a/python-cinderclient-7.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff5cd2f28dd7558a7244d4072e472ae5d9a6b180158e26586a6312624cd1ec14 -size 259347 diff --git a/python-cinderclient-7.2.0.tar.gz b/python-cinderclient-7.2.0.tar.gz new file mode 100644 index 0000000..5495b13 --- /dev/null +++ b/python-cinderclient-7.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f756598c629ebee1924d9357b5a560f40708bc30de19dd088abeac2f71dc56 +size 248517 diff --git a/python-cinderclient.changes b/python-cinderclient.changes index 461a5df..f9ed2de 100644 --- a/python-cinderclient.changes +++ b/python-cinderclient.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Fri Oct 9 19:12:54 UTC 2020 - cloud-devel@suse.de + +- update to version 7.2.0 + - Add note for Victoria release + - Add support for Cinder API mv3.61 + - zuul functional job: drop the custom playbooks + - Add doc linting to pep8 target + - Update master for stable/ussuri + - Clean up some old v1 API references + - Add Python3 victoria unit tests + - use stevedore to load util plugins + - Bump hacking to 3.1.0 + - Remove excess whitespace in ignore-path + - Add directive to document CLI + - Add functional-py38 job + - Python API in python-cinderclient + - Fix hacking min version to 3.0.1 + - Fix pygments style + - Fix typo: dow -> down + - Remove Babel from requirements + - Switch to newer openstackdocstheme and reno versions + - Use importlib to take place of imp module + - trivial: Drop references to os-testr + - Add py38 package metadata + - Bump default tox env from py37 to py38 + - [goal] Migrate python-cinderclient jobs to focal + - Add commands for default type overrides + - Use unittest.mock instead of third party mock + - Stop to use the __future__ module. + ------------------------------------------------------------------- Tue May 12 10:02:01 UTC 2020 - cloud-devel@suse.de diff --git a/python-cinderclient.spec b/python-cinderclient.spec index 9f6566f..f9b76c3 100644 --- a/python-cinderclient.spec +++ b/python-cinderclient.spec @@ -17,13 +17,13 @@ Name: python-cinderclient -Version: 7.0.0 +Version: 7.2.0 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-7.0.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/python-cinderclient/python-cinderclient-7.2.0.tar.gz BuildRequires: openstack-macros BuildRequires: python3-PrettyTable >= 0.7.1 BuildRequires: python3-ddt @@ -47,7 +47,7 @@ Each implements 100% of the OpenStack Cinder API. %package -n python3-cinderclient Summary: Python API and CLI for OpenStack Cinder Group: Development/Languages/Python -Requires: python3-Babel >= 2.3.4 +Requires: python3-Babel Requires: python3-PrettyTable >= 0.7.1 Requires: python3-keystoneauth1 >= 3.4.0 Requires: python3-oslo.i18n >= 3.15.3 @@ -80,14 +80,15 @@ Each implements 100% of the OpenStack Cinder API. This package contains auto-generated documentation. %prep -%autosetup -p1 -n python-cinderclient-7.0.0 +%autosetup -p1 -n python-cinderclient-7.2.0 %py_req_cleanup %build %{py3_build} -PBR_VERSION=7.0.0 %sphinx_build -b html doc/source doc/build/html -PBR_VERSION=7.0.0 %sphinx_build -b man doc/source doc/build/man +export PYTHONPATH=. +PBR_VERSION=7.2.0 %sphinx_build -b html doc/source doc/build/html +PBR_VERSION=7.2.0 %sphinx_build -b man doc/source doc/build/man # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo}