Hello community,
here is the log from the commit of package python-cinderclient for
openSUSE:Factory checked in at 2016-05-04 08:19:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-30 13:42:47.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-cinderclient.new/python-cinderclient.changes
2016-05-04 08:19:17.000000000 +0200
@@ -1,0 +2,93 @@
+Thu Mar 3 15:34:00 UTC 2016 - [email protected]
+
+- update to 1.6.0:
+ * Remove replication v2 calls
+ * Update minimum tox version to 1.8
+ * snapshot-list now supports filtering by tenant
+ * Fix return type in consistencygroups docstring
+ * Updated from global requirements
+ * Use instanceof instead of type
+ * Don't print HTTP codes for non-HTTP errors
+ * Add replication v2.1 (cheesecake) calls
+ * Add release notes for return-request-id-to-caller
+ * Remove pypy from tox environment list
+ * Extra 'u' in output of cinder cli commands
+ * Add extra_specs_list test
+ * Add request_ids attribute to resource objects
+ * Fix return type in backup docstring
+ * Fix omission of request_ids returned to user
+ * Eliminate unnecessary character
+ * Avoid logging sensitive info in http requests
+ * Add request_ids attribute to resource objects
+ * Add request_ids attribute to resource objects
+ * Provide consistency for Wrapper classes
+ * Allow "cinder backup-delete" to delete multiple backups in one request
+ * Updated from global requirements
+ * Fix some flake8 violations
+ * Bootable filter for listening volumes from CLI
+ * Remove debug statement
+ * is_public=N/A in output of cinder type-update
+ * Return wrapper classes with request_ids attribute
+ * Pass insecure option to HTTPClient
+ * Add Wrapper classes for list, dict, tuple
+ * Remove argparse from requirements
+ * Fix sort problem in snapshot and backup list
+ * Code is hosted on git.openstack.org
+ * Fix link for OpenStack manual
+ * Update HACKING with current information
+ * Word Misspelling
+ * Trival: Remove 'MANIFEST.in'
+ * Remove openstack-common.conf
+ * Make _discover_extensions public
+ * improve readme contents
+ * Set default service type to 'volumev2'
+ * Updated from global requirements
+ * Fix help message in backup reset-state
+ * Remove the mutable default arguments "[]"
+ * Do not require functional_creds.conf for functional tests
+ * Fix for 'quota-delete' call to API v2
+ * Removes MANIFEST.in as it is not needed explicitely by PBR
+ * Drop py33 support
+ * Add to_dict method to Resource class
+ * Add reno for release notes management
+ * Deprecated tox -downloadcache option removed
+ * Updated from global requirements
+ * Updated from global requirements
+ * Pass proxy environment variable to tox
+ * Add optional argument to list subcommand
+ * Remove py26 support
+ * Delete python bytecode before every test run
+ * support for snapshot management
+ * Fix comma location in comment
+ * Remove ureachable code in fakes.py
+ * Updated from global requirements
+ * Adds v2 replication support
+ * Fix v2 qos-key command
+ * Add functional tests: backup creation and deletion
+ * Use oslo_utils encodeutils and strutils
+ * CLI for backup snapshots
+ * Update CONTRIBUTING.md to CONTRIBUTING.rst
+ * Update help message for cinder migrate
+ * Fix volume size units to match the API
+ * Fix functional tests fail on the env with https
+ * Add the version attribute to the Client class
+ * Adding backup-reset-state to CLI
+ * Put py34 first in the env order of tox
+ * Implement cinder type-show
+ * Updated from global requirements
+ * Update release notes for 1.3.1 and 1.4.0 releases
+ * Remove duplicate code in functional tests
+ * Add note for broken cinderclient versions 1.2.?
+ * Adding pagination to snapshots and backups lists
+ * Updated from global requirements
+ * Add commands to show image metadata
+ * Fully support os-endpoint-type
+ * Fix three resources not being deleted by using name
+ * Use dictionary literal for dictionary creation
+ * Change ignore-errors to ignore_errors
+ * Updated from global requirements
+ * Updating volume type 'is_public' status support
+ * No longer ignores CINDER_SERVICE_NAME
+- Adjust Requires according to requirements.txt
+
+-------------------------------------------------------------------
Old:
----
python-cinderclient-1.4.0.tar.gz
New:
----
python-cinderclient-1.6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cinderclient.spec ++++++
--- /var/tmp/diff_new_pack.1e0cNH/_old 2016-05-04 08:19:18.000000000 +0200
+++ /var/tmp/diff_new_pack.1e0cNH/_new 2016-05-04 08:19:18.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-cinderclient
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define component cinderclient
Name: python-%{component}
-Version: 1.4.0
+Version: 1.6.0
Release: 0
Summary: Openstack Block Storage (Cinder) API Client
License: Apache-2.0
@@ -34,21 +34,19 @@
BuildRequires: python-PrettyTable
BuildRequires: python-Sphinx
BuildRequires: python-oslosphinx
+BuildRequires: python-reno
BuildRequires: python-requests
Requires: python >= 2.6.8
Requires: python-Babel >= 1.3
Requires: python-PrettyTable >= 0.7
+Requires: python-keystoneclient >= 1.6.0
+Requires: python-oslo.utils >= 3.5.0
Requires: python-pbr >= 1.6
-Requires: python-requests >= 2.5.2
+Requires: python-requests >= 2.8.1
Requires: python-simplejson >= 2.2.0
Requires: python-six >= 1.9.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-Requires: python-argparse
-%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
BuildArch: noarch
-%endif
%description
This is a client for the OpenStack Volume API. There's a Python API (the
@@ -67,12 +65,11 @@
Summary: Openstack Block Storage (Cinder) API Client - Testsuite
Group: Development/Languages/Python
Requires: %{name} = %{version}
-%if 0%{?suse_version} <= 1110
-Requires: python-discover
-%endif
Requires: python-fixtures >= 1.3.1
Requires: python-mock >= 1.2
Requires: python-python-subunit >= 0.0.18
+Requires: python-requests-mock >= 0.7.0
+Requires: python-tempest-lib >= 0.14.0
Requires: python-testrepository >= 0.0.18
Requires: python-testtools >= 1.4.0
++++++ python-cinderclient-1.4.0.tar.gz -> python-cinderclient-1.6.0.tar.gz
++++++
++++ 6418 lines of diff (skipped)