Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2016-05-19 12:14:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-manilaclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-manilaclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-manilaclient"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2015-12-21 12:04:02.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new/python-manilaclient.changes 
    2016-05-19 12:14:40.000000000 +0200
@@ -1,0 +2,72 @@
+Thu Mar 24 06:30:12 UTC 2016 - tbecht...@suse.com
+
+- update to 1.8.1:
+  * Revert fix access rules functional tests
+  * Fix typos
+  * Microversion 'cephx' access type in API v2
+  * Fixed description of auth_url config parameter
+  * Add 'cephx' authentication type
+  * Added new CLI commands for Share migration
+  * Use 'example' instead of 'foo' or 'bar' in help outputs
+  * Annotate CLI commands for experimental features
+  * CLI for manage/unmanage snapshot
+  * Support preferred export locations in Manila CLI
+  * Client Support for Manila Share Replication
+  * Fix post_test_hook.sh script auth error
+  * Updated from global requirements
+  * To tag all the Admin-only APIs as Admin only
+  * Fix function name
+  * Add missing element in functional test
+  * Eliminate unnecessary character
+  * Fix functional tests to respect insecure SSL option
+  * Updated from global requirements
+  * Fix Access Rules functional tests
+  * Add support of export location metadata feature
+  * Set default access_level to rw in help
+  * Updated from global requirements
+
+-------------------------------------------------------------------
+Thu Mar  3 16:15:31 UTC 2016 - tbecht...@suse.com
+
+- update to 1.7.0:
+  * Remove argparse from requirements
+  * Fix backwards compatibility for v1 API imports
+  * Keep using the session we had when creating keystone client
+  * Add uppercase env var names for consistency
+  * Fix the "OpenStack CLI guide" link
+  * Updated from global requirements
+  * Add debug testenv in tox
+  * Removes MANIFEST.in as it is not needed explicitly by PBR
+  * Updated from global requirements
+  * Replace deprecated LOG.warn with warning
+  * Remove vim header from source files
+  * Show selected columns in list commands of manila
+  * Remove unreachable code from unit tests
+  * Client fix for api_version in positional and kwarg
+  * Replace assertEqual(None, *) with assertIsNone in tests
+  * Updated from global requirements
+  * Fix microversion comparison approach in functional tests
+  * Drop py33 support
+  * Deprecated tox -downloadcache option removed
+  * Fix share size units to match the API
+  * API 'manage' can set share attr 'is_public'
+  * Updated from global requirements
+  * Add python classifiers to setup.cfg
+  * Allows type-create to return dict instead of list
+  * Updated from global requirements
+  * Remove py26 from tox config
+  * Delete python bytecode before every test run
+  * Updated from global requirements
+  * Fix client backwards compatibility
+  * Updated from global requirements
+  * Add support of new API URLs after port of extensions to core API
+  * Nova Style API Version Support for Client
+  * Manila list shows one export location not multiple
+  * Wrong help for 'manila cg-snapshot-create' command
+  * Fix usage of setUpClass method in functional tests
+  * Updated from global requirements
+  * Add useful links to project README.rst
+  * Add support for enable/disable service API
+- Adjust Requires according to requirements.txt
+
+-------------------------------------------------------------------

Old:
----
  python-manilaclient-1.5.0.tar.gz

New:
----
  python-manilaclient-1.8.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-manilaclient.spec ++++++
--- /var/tmp/diff_new_pack.IJgy9P/_old  2016-05-19 12:14:41.000000000 +0200
+++ /var/tmp/diff_new_pack.IJgy9P/_new  2016-05-19 12:14:41.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-manilaclient
 #
-# 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
@@ -18,8 +18,10 @@
 
 %define component manilaclient
 
+%define version_unconverted 1.8.1
+
 Name:           python-%{component}
-Version:        1.5.0
+Version:        1.8.1
 Release:        0
 Summary:        Openstack shared file system service (Manila) API Client
 License:        Apache-2.0
@@ -42,23 +44,18 @@
 Requires:       python-PrettyTable >= 0.7
 Requires:       python-iso8601 >= 0.1.9
 Requires:       python-keystoneclient >= 1.6.0
-Requires:       python-openstackclient >= 1.5.0
-Requires:       python-oslo.config >= 2.3.0
-Requires:       python-oslo.log >= 1.8.0
-Requires:       python-oslo.serialization >= 1.4.0
-Requires:       python-oslo.utils >= 2.0.0
+Requires:       python-openstackclient >= 2.1.0
+Requires:       python-oslo.config >= 3.7.0
+Requires:       python-oslo.log >= 1.14.0
+Requires:       python-oslo.serialization >= 1.10.0
+Requires:       python-oslo.utils >= 3.5.0
 Requires:       python-pbr >= 1.6
 Requires:       python-pycrypto >= 2.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 shared file system service API (Manila).
@@ -75,14 +72,11 @@
 Summary:        Openstack shared file system service (Manila) - Testsuite
 Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
-%if 0%{?suse_version} <= 1110
-Requires:       python-discover
-Requires:       python-ordereddict
-%endif
-Requires:       python-ddt >= 0.7.0
+Requires:       python-ddt >= 1.0.1
 Requires:       python-fixtures >= 1.3.1
 Requires:       python-mock >= 1.2
-Requires:       python-tempest-lib >= 0.6.1
+Requires:       python-oslotest >= 1.10.0
+Requires:       python-tempest-lib >= 0.14.0
 Requires:       python-testrepository >= 0.0.18
 Requires:       python-testtools >= 1.4.0
 

++++++ python-manilaclient-1.5.0.tar.gz -> python-manilaclient-1.8.1.tar.gz 
++++++
++++ 27078 lines of diff (skipped)


Reply via email to