Hello community,
here is the log from the commit of package python-cinderclient for
openSUSE:Factory checked in at 2015-09-08 17:44:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cinderclient (Old)
and /work/SRC/openSUSE:Factory/.python-cinderclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cinderclient"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cinderclient/python-cinderclient.changes
2015-08-27 08:54:38.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-cinderclient.new/python-cinderclient.changes
2015-09-08 18:05:34.000000000 +0200
@@ -1,0 +2,95 @@
+Mon Sep 7 11:31:25 UTC 2015 - [email protected]
+
+- update to 1.3.1:
+ * Prep for 1.3.0
+ * Updated from global requirements
+ * Revert "Enable version discovery"
+ * Fix typo in comment message
+ * Add set_management_url to cinderclient.client
+ * cinderclient does not honor --os-region-name or ENV[OS_REGION_NAME]
+ * Add encryption-type-update to cinderclient
+ * Set max volume size limit for the tenant
+ * Add tests for python-cinderclient and style fix
+ * The is_public filter in VolumeTypeManager.list broke the find in
VolumeTypeAccessManager, which caused all commands which should have taken a
volume_type name to fail. I have choosen to fix this by effectively removing
the filter in the client (and the --all argument to type-list). This is OK,
since Cinder implements the filtering by user anyway. The consequence of this
change is that the Admin user will always see the entire list (including
private types) every time they execute type-list
+ * Add volume multi attach support
+ * Fix functional post test_hook
+ * Fix condition in CheckSizeArgForCreate parser action
+ * Support host-attach of volumes
+ * Bump hacking to >=0.10.0,<0.11 to fix failure of gate pep8
+ * Fix functional readonly_cli tests
+ * Add findall server side filtering
+ * Fix functional tests and tox 2.0 errors
+ * Fixed typos and repeated docstrings
+ * cinderclient deprecated endpoint_type needs dest=
+ * cinderclient no longer honors --endpoint-type
+ * Add functional post test_hook
+ * Add --os-endpoint-type to match other services
+ * Find resource refactoring
+ * Avoid _get_keystone_session() if auth_plugin
+ * Update release notes for 1.2.0 and 1.2.1
+ * Add CLI read-only functional tests
+ * Change --force parameter into boolean
+ * Add search_opts into the method list() for qos specs
+ * Add version removal rule to stop discovery warning
+ * V2:cinder create --image option doesn't work
+ * Create Consistency Group from CG Snapshot CLI
+ * Kilo Consistency Group CLI update
+ * Remove "OPTIONAL:" from optional argument help text (v2)
+ * Support pagination param limit in volume list in V1
+ * Update README to work with release tools
+ * Add support to incremental backups in cinder
+ * Enable version discovery
+ * Remove print statement in unit test
+ * Add ability to specify path var to testr
+ * cinder list now supports filter by tenant
+ * Remove duplicate find request in find_resource
+ * Allow cinderclient to handle exception response
+ * Move unit tests into test directory
+ * Add covhtml to gitignore
+ * bash_completion now shows only subcommands when subcommand is "help"
+ * Update to change name for volume type client
+ * cinder list now prints dash '-' when data is None
+ * cinderclient accepts arguments after metadata without -- separator
+ * Updated help on cinder reset-state cli
+ * Fix outdated URLs and some minor fixes
+ * Fixes quota-class-update commands
+ * Adopt CLI sorting argument guidelines
+ * Add missing all-tenants option to transfer-list
+ * Add -d short option for --debug
+ * Fix volume_transfers import in v2
+ * reset-state should warn that it is DB only
+ * Expose cinder's scheduler pool API
+ * Fix up help message for reset-state call
+ * Add tests for consistency groups and cgsnapshots
+ * cinder list fails with 'name' sort key
+ * Remove commented code in cinderclient/v1/volumes.py
+ * Make cinderclient metadata CLI output consistent
+ * Leverage openstack.common.importutils import_class
+ * v2 error message grammatical error
+ * Add command to show pool information for backends
+ * Client output is not sorted by --sort_key
+ * Add support for os-volume-type-access extension
+ * Added type description for volume type client
+ * Don't use sessions if third party plugin is used
+ * Workflow documentation is now in infra-manual
+ * List all the request items when the list is over osapi_max_limit
+ * Allow CG quota to be showed and updated
+ * Add the parameter bypass_url to the cinder client
+ * Use newer features from keystoneclient
+ * Support Volume Backup Quota
+ * Add ability to create volume from image by image name
+ * Remove cinderclient/tests from coverage report
+ * Fix 'search_opts' error with backup delete command
+ * Remove unused methods from utils.py
+ * Fix incorrect variable name
+ * cinderclient does not retry with TimeoutException
+ * Adds tty password entry for cinderclient
+ * Don't git ignore .mailmap and .testr.conf
+ * gitignore /.*
+ * Add profiling support to cinderclient
+ * Fix volume name support of unmanage and replication commands
+ * Simplify cinder manage command args
+ * Add swap and it's variants to gitignore
+ * Docstring of unmanage subcommand is missing
+
+-------------------------------------------------------------------
Old:
----
python-cinderclient-1.1.1.tar.gz
New:
----
python-cinderclient-1.3.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cinderclient.spec ++++++
--- /var/tmp/diff_new_pack.HXqxrB/_old 2015-09-08 18:05:36.000000000 +0200
+++ /var/tmp/diff_new_pack.HXqxrB/_new 2015-09-08 18:05:36.000000000 +0200
@@ -19,7 +19,7 @@
%define component cinderclient
Name: python-%{component}
-Version: 1.1.1
+Version: 1.3.1
Release: 0
Summary: Openstack Block Storage (Cinder) API Client
License: Apache-2.0
@@ -38,10 +38,10 @@
Requires: python >= 2.6.8
Requires: python-Babel >= 1.3
Requires: python-PrettyTable >= 0.7
-Requires: python-pbr >= 0.6
-Requires: python-requests >= 1.2.1
+Requires: python-pbr >= 0.11
+Requires: python-requests >= 2.5.2
Requires: python-simplejson >= 2.2.0
-Requires: python-six >= 1.7.0
+Requires: python-six >= 1.9.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
Requires: python-argparse
@@ -70,11 +70,11 @@
%if 0%{?suse_version} <= 1110
Requires: python-discover
%endif
-Requires: python-fixtures >= 0.3.14
+Requires: python-fixtures >= 1.3.1
Requires: python-mock >= 1.0
Requires: python-python-subunit >= 0.0.18
Requires: python-testrepository >= 0.0.18
-Requires: python-testtools >= 0.9.34
+Requires: python-testtools >= 1.4.0
%description test
This package contains testsuite files for %{name}.
++++++ python-cinderclient-1.1.1.tar.gz -> python-cinderclient-1.3.1.tar.gz
++++++
++++ 21395 lines of diff (skipped)