17
0

Accepting request 841172 from Cloud:OpenStack:Factory

switch to victoria

OBS-URL: https://build.opensuse.org/request/show/841172
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=39
This commit is contained in:
2020-10-26 15:14:41 +00:00
committed by Git OBS Bridge
5 changed files with 43 additions and 11 deletions

View File

@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/python-cinderclient/python-cinderclient.spec.j2</param>
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/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/branch/stable/ussuri/requirements.txt</param>
<param name="requirements">https://opendev.org/openstack/python-cinderclient/raw/branch/stable/victoria/requirements.txt</param>
<param name="changelog-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,python-cinderclient</param>
</service>

View File

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

View File

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

View File

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

View File

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