Hello community,
here is the log from the commit of package python-hp3parclient for
openSUSE:Factory checked in at 2018-02-15 13:25:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hp3parclient (Old)
and /work/SRC/openSUSE:Factory/.python-hp3parclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hp3parclient"
Thu Feb 15 13:25:45 2018 rev:8 rq:576466 version:3.3.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hp3parclient/python-hp3parclient.changes
2015-05-10 10:46:32.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-hp3parclient.new/python-hp3parclient.changes
2018-02-15 13:25:47.335359989 +0100
@@ -1,0 +2,40 @@
+Wed Feb 14 08:00:18 UTC 2018 - [email protected]
+
+- update to 3.3.2:
+ * Use a simpler random hostname for findHost
+ * Fix issue #5: SSH session never renewed if lost
+ * Safely access hostname in VLUN
+ * Adding unit tests for the Exception class
+ * Update copyVolume to remove destCPG offline copy
+ * Improve list handling in File Persona get commands
+ * Less nargs/more shlex to fix fake SSH usage error
+ * Replaces httplib2 with Python Requests support
+ * Fix createVLUN with LUN ID 0 issue
+ * Adding more descriptive debug messages to client __init__
+ * Adds API to retrieve a volumes snapshots
+ * Unity test fix to allow bondMode 6
+ * Fixing client initialization error when ex_desc is None
+ * Allow suppressing of SSL log warnings
+ * Changes exception's isinstance str to basestring
+ * Fix file client for 3.2.1 MU3.
+ * Fix logging to allow diagnosis of multi-line-stripper errors
+ * Adding support for VLUN queries in getVLUN and getHostVLUNs
+ * Add retries for certain exceptions
+ * Fix intermitent failures get_all_volume_metadata
+ * Making the client Python3.4+ Compliant
+ * Adding support for calling srstatld with a given interval and history
+ * Fix JSON parsing using Python3
+ * Fix inconsistent Unity unit tests
+ * Enable Unity unit tests with the paramiko test server
+ * Fixes documenation errors for 3.2.2 release
+ * Removing 'active' VLUN check from getVLUN call
+ * Adding Volume Set Snapshot Capabilities to Client
+ * Update findHost to use a random hostname
+ * Adding support for calling srstatld
+ * Add -ca option for create/set fshare (SMB)
+ * Added exceptions to API docs for deleteVolume
+ * Fixed bug in setSSHOptions File Persona example.
+ * Skip flash cache tests on backends without it
+- Fix Source url
+
+-------------------------------------------------------------------
Old:
----
hp3parclient-3.2.0.tar.gz
New:
----
hp3parclient-3.3.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-hp3parclient.spec ++++++
--- /var/tmp/diff_new_pack.igvAR7/_old 2018-02-15 13:25:50.411248260 +0100
+++ /var/tmp/diff_new_pack.igvAR7/_new 2018-02-15 13:25:50.415248115 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-hp3parclient
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,22 +17,22 @@
Name: python-hp3parclient
-Version: 3.2.0
+Version: 3.3.2
Release: 0
Summary: HP 3PAR HTTP REST Client
License: Apache-2.0
Group: Development/Languages/Python
Url: http://pypi.python.org/pypi/hp3parclient
-Source:
http://pypi.python.org/packages/source/h/hp3parclient/hp3parclient-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/h/hp3parclient/hp3parclient-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-eventlet
-BuildRequires: python-httplib2 >= 0.6.0
BuildRequires: python-paramiko
+BuildRequires: python-requests
BuildRequires: python-setuptools
#BuildRequires: python-nose
Requires: python-eventlet
-Requires: python-httplib2 >= 0.6.0
Requires: python-paramiko
+Requires: python-requests
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
++++++ hp3parclient-3.2.0.tar.gz -> hp3parclient-3.3.2.tar.gz ++++++
++++ 6025 lines of diff (skipped)