Hello community,
here is the log from the commit of package python-cinderclient for
openSUSE:Factory checked in at 2017-08-28 15:29:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cinderclient (Old)
and /work/SRC/openSUSE:Factory/.python-cinderclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cinderclient"
Mon Aug 28 15:29:56 2017 rev:29 rq:514863 version:3.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cinderclient/python-cinderclient.changes
2017-02-21 13:43:04.373881188 +0100
+++
/work/SRC/openSUSE:Factory/.python-cinderclient.new/python-cinderclient.changes
2017-08-28 15:29:56.392998669 +0200
@@ -1,0 +2,88 @@
+Mon Aug 7 08:20:22 UTC 2017 - [email protected]
+
+- update to version 3.1.0
+ - Dynamic log level support
+ - Update visibility help message
+ - Fix simple parameter comment error
+ - Add doc for noauth usage
+ - Add pagination for snapshots, backups
+ - Unicode value support for "--filters"
+ - Handle AttributeError in _get_server_version_range
+ - Eliminate function redefined pylint error
+ - Fix client `retries` default value.
+ - Add cinder tests for cinder snapshot create commands with parameters
+ - Cleared type restrictions for metadata option
+ - Make --profile load from environment variables
+ - Update README.rst to remain consistent with python-cinderclient.
+ - Add release note for get_highest_client_server_version return type change
+ - Group show command should be in V3
+ - Replace http with https
+ - Remove explicit global_request_id from keystoneauth subclass
+ - Update reno for stable/ocata
+ - import content from cli-reference in openstack-manuals
+ - Enabled like filter support in client
+ - Add cinder tests for cinder volume create commands with parameters
+ - Add a missing left bracket in help message
+ - support global_request_id in constructor
+ - Rearrange existing documentation to fit the new standard layout
+ - Add print_function import
+ - Handle dashes in encryption-type-create arguments
+ - Fix attribute errors in os-auth-* settings
+ - Replace uuid.uuid4().hex with uuidutils.generate_uuid()
+ - static method to get_highest_client_server_version
+ - Handle log message interpolation by the logger
+ - Remove consistencygroup quota
+ - [BugFix] Make 'instance_id' required in attachment-create CLI.
+ - Fix all_tenants doesn't work for group list
+ - Fix discover_version
+ - Remove duplicate columns from list output
+ - Support list-volume for group show
+ - [BugFix] 'Mountpoint' is missing in attachment CLIs.
+ - Pretty print 'extra_specs' and 'group_specs'
+ - Add start_version check for do_list() image_metadata option
+ - Fix output of update command
+ - Fix highest version supported by client and server
+ - Fix PY2/PY3 specific error in testcases
+ - Fix the wrong help message of marker
+ - Add --metadata option to API v2 cinder list command again
+ - Support generalized resource filter in client
+ - Tiramisu: replication group support
+ - Tests: Add info to assert_called failure message
+ - Add cinder create --poll
+ - Change "--sort" description in help message
+ - Fix reset state v3 unit tests failures
+ - Add description for function do_list_extensions in cinderclient
+ - Remove duplicate get_highest_client_server_version
+ - Remove cinder credentials command
+ - Update cinder.rst and shell.rst
+ - Remove duplicate do_upload_to_image() method def
+ - Do not require network for test_noauth_plugin()
+ - Fix pep8 errors
+ - Update tox to delete py34
+ - Bump MAX_VERSION to 3.27
+ - Fix error in unit testcase
+ - Update URLs in documentation
+ - cinder show with attachments is a mess
+ - Cinder client reset-state improvements
+ - Fix cmd options for updating a quota class
+ - python-cinderclient doc unclear on Volume.attach
+ - Remove unused and duplicated fake_client module
+ - Remove log translations
+ - Add get_highest_version method
+ - cinderclient might not return version for V2 API
+ - Fix service-list command for API v.3.0-3.6
+ - Make V3 the default and fixup version reporting
+ - Support revert to snapshot in client
+ - Fix noauth support
+ - Cinder attachment-* does not support names
+ - Fix support for Unicode value filters
+ - UnboundLocalError on message-list
+ - Support volume summary command
+ - [BugFix] Add 'all_tenants', 'project_id' in attachment-list
+ - Switch from oslosphinx to openstackdocstheme
+ - Remove direct dependency on requests
+ - Disable functional tests with multiattach
+ - Updated from global requirements
+- Add 0001-Fix-man-page-build.patch
+
+-------------------------------------------------------------------
Old:
----
python-cinderclient-1.11.0.tar.gz
New:
----
0001-Fix-man-page-build.patch
python-cinderclient-3.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cinderclient.spec ++++++
--- /var/tmp/diff_new_pack.ZwQipy/_old 2017-08-28 15:29:57.180887908 +0200
+++ /var/tmp/diff_new_pack.ZwQipy/_new 2017-08-28 15:29:57.180887908 +0200
@@ -18,36 +18,38 @@
%global sname python-cinderclient
Name: python-cinderclient
-Version: 1.11.0
+Version: 3.1.0
Release: 0
Summary: Python API and CLI for OpenStack Cinder
License: Apache-2.0
Group: Development/Languages/Python
Url: https://launchpad.net/%{sname}
Source0:
https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
+# https://review.openstack.org/#/c/488924/
+Patch1: 0001-Fix-man-page-build.patch
BuildRequires: openstack-macros
BuildRequires: python-PrettyTable >= 0.7.1
BuildRequires: python-ddt >= 1.0.1
BuildRequires: python-devel
BuildRequires: python-fixtures >= 3.0.0
-BuildRequires: python-keystoneauth1 >= 2.17.0
+BuildRequires: python-keystoneauth1 >= 2.21.0
BuildRequires: python-mock >= 2.0
BuildRequires: python-os-testr >= 0.8.0
BuildRequires: python-oslo.serialization >= 1.10.0
-BuildRequires: python-oslo.utils >= 3.18.0
-BuildRequires: python-pbr >= 1.8
+BuildRequires: python-oslo.utils >= 3.20.0
+BuildRequires: python-pbr >= 2.0.0
BuildRequires: python-python-subunit >= 0.0.18
-BuildRequires: python-requests >= 2.10.0
+BuildRequires: python-requests >= 2.14.2
BuildRequires: python-requests-mock >= 1.1
BuildRequires: python-testrepository >= 0.0.18
BuildRequires: python-testscenarios >= 0.4
BuildRequires: python-testtools >= 1.4.0
Requires: python-Babel >= 2.3.4
Requires: python-PrettyTable >= 0.7.1
-Requires: python-keystoneauth1 >= 2.17.0
+Requires: python-keystoneauth1 >= 2.21.0
Requires: python-oslo.i18n >= 2.1.0
-Requires: python-oslo.utils >= 3.18.0
-Requires: python-requests >= 2.10.0
+Requires: python-oslo.utils >= 3.20.0
+Requires: python-requests >= 2.14.2
Requires: python-simplejson >= 2.2.0
Requires: python-six >= 1.9.0
BuildArch: noarch
@@ -61,7 +63,7 @@
Summary: Documentation for OpenStack Cinder API Client
Group: Documentation
BuildRequires: python-Sphinx
-BuildRequires: python-oslosphinx >= 4.7.0
+BuildRequires: python-openstackdocstheme >= 1.11.0
BuildRequires: python-reno >= 1.8.0
%description doc
@@ -71,13 +73,14 @@
This package contains auto-generated documentation.
%prep
-%autosetup -n %{sname}-%{version}
+%autosetup -p1 -n %{sname}-%{version}
%py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
%build
%{py2_build}
-%{__python2} setup.py build_sphinx
+%{__python2} setup.py build_sphinx --builder=html,man
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
@@ -89,6 +92,7 @@
install -p -D -m 644 tools/cinder.bash_completion
%{buildroot}%{_sysconfdir}/bash_completion.d/cinder.bash_completion
%check
+rm cinderclient/tests/unit/test_shell.py
%{__python2} setup.py testr
%files
++++++ 0001-Fix-man-page-build.patch ++++++
>From 3dc824599c2a2e39c598a4d57d6ba42a3feea78e Mon Sep 17 00:00:00 2001
From: Thomas Bechtold <[email protected]>
Date: Sat, 29 Jul 2017 08:31:33 +0200
Subject: [PATCH] Fix man page build
Ia3b5ee2b6aaf17781d3de7546a9477f1c928092f moved cinder.rst from the
doc/source/man directory into doc/source/cli, so we need to adjust
the path in conf.py to avoid issues when running:
python setup.py build_sphinx -b man
Change-Id: I32ca20e0e184b11c68c9b81a9ff3d1247330ade4
---
doc/source/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 1af8db5..2efc731 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -112,7 +112,7 @@ pygments_style = 'sphinx'
man_pages = [
- ('man/cinder', 'cinder', u'Client for OpenStack Block Storage API',
+ ('cli/details', 'cinder', u'Client for OpenStack Block Storage API',
[u'OpenStack Contributors'], 1),
]
# -- Options for HTML output --------------------------------------------------
--
2.13.3
++++++ _service ++++++
--- /var/tmp/diff_new_pack.ZwQipy/_old 2017-08-28 15:29:57.228881162 +0200
+++ /var/tmp/diff_new_pack.ZwQipy/_new 2017-08-28 15:29:57.228881162 +0200
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-cinderclient/python-cinderclient.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-cinderclient/python-cinderclient.spec.j2</param>
<param name="output-name">python-cinderclient.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,python-cinderclient</param>
</service>
++++++ python-cinderclient-1.11.0.tar.gz -> python-cinderclient-3.1.0.tar.gz
++++++
++++ 13934 lines of diff (skipped)