Hello community,
here is the log from the commit of package python-saharaclient for
openSUSE:Factory checked in at 2016-05-19 12:15:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-saharaclient (Old)
and /work/SRC/openSUSE:Factory/.python-saharaclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-saharaclient"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-saharaclient/python-saharaclient.changes
2015-10-30 13:42:37.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-saharaclient.new/python-saharaclient.changes
2016-05-19 12:15:07.000000000 +0200
@@ -1,0 +2,78 @@
+Mon May 16 07:08:01 UTC 2016 - [email protected]
+
+- Bump python requirement to 2.7 per 0.13's changelog notice
+ that py26 is dropped.
+
+-------------------------------------------------------------------
+Mon Mar 14 09:14:31 UTC 2016 - [email protected]
+
+- update to 0.13.0:
+ * Add debug testenv in tox
+ * Added volume_mount_prefix for node group templates
+ * Adding ability to get plugin processes via CLI
+ * Adding ability to provide name or ID of the flavor in CLI
+ * Adding ability to unset fields with update calls
+ * Adding autogenerated saharaclient API docs
+ * Adding Clusters support to CLI
+ * Adding Cluster Templates support to CLI
+ * Adding get_resource_id method to CLI utils
+ * Adding "health verification --show" CLI call
+ * Adding Images support to CLI
+ * Adding indications of results after delete operations
+ * Adding Job Binaries support to CLI
+ * Adding Jobs support to CLI
+ * Adding Job Templates support to CLI
+ * Adding Job Types support to CLI
+ * Adding missed public/protected support for jobs creation
+ * Adding Node Group Templates support to CLI
+ * Adding release notes for saharaclient
+ * Adding return of updated image for update_image, update_tags
+ * Adding Sahara CLI overview to docs and fixing warnings
+ * Adding sahara_url and endpoint_type to OpenstackClient CLI
+ * Adding sphinx extension for CLI docs autogeneration
+ * Adding update and minor fixes to Data Sources CLI
+ * Add *.log to gitignore
+ * Add releasenotes to sahara client
+ * Add the mising requriements
+ * Allowing for shares to be edited on an existing cluster
+ * Change ignore-errors to ignore_errors
+ * Changing public/protected options handling
+ * Delete python bytecode before every test run
+ * Deprecated tox -downloadcache option removed
+ * Deprecation of the Sahara CLI
+ * Drop py33 support
+ * Enabling DeprecationWarning if session is not provided
+ * Fix bypass-url for CLI
+ * Fixed problem with tags update
+ * Fix functional tests in gate
+ * Fix functional tests in saharaclient
+ * Fixing cluster and node group template updates
+ * Fixing cluster creation with neutron network via CLI
+ * Fixing cluster scaling via CLI
+ * Fixing data source update in CLI
+ * Fixing updates for CLI
+ * Fixing updates via CLI
+ * Images CLI improvement
+ * Improve readme contents
+ * Keystoneclient to keystoneauth migration
+ * Last sync from oslo-incubator
+ * Making desc parameter of update_image optional
+ * Making parameters of job binaries create optional
+ * Making parameters of job create optional
+ * Making parameters of job executions create optional
+ * print usage when no argument is specified for python3
+ * Remove argparse dependency from requirements.txt file
+ * Remove `data source update` from setup.cfg
+ * Remove duplicate .coverage in .gitignore file
+ * remove netaddr from requirements
+ * Remove py26 support
+ * Replace deprecated library function os.popen() with subprocess
+ * Replacing hard coded cluster status using utils in sahara-client
+ * Shows reason of failure in base.get
+ * Updated from global requirements
+ * Update .gitreview for stable/liberty
+ * Updating saharaclient api docs
+ * Use ostestr instead of the custom pretty_tox.sh
+ * verifications impl for saharaclient
+
+-------------------------------------------------------------------
Old:
----
python-saharaclient-0.11.1.tar.gz
New:
----
python-saharaclient-0.13.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-saharaclient.spec ++++++
--- /var/tmp/diff_new_pack.UonjzT/_old 2016-05-19 12:15:08.000000000 +0200
+++ /var/tmp/diff_new_pack.UonjzT/_new 2016-05-19 12:15:08.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-saharaclient
#
-# 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 saharaclient
Name: python-%{component}
-Version: 0.11.1
+Version: 0.13.0
Release: 0
Summary: Openstack Data Processing (Savanna) API Client
License: Apache-2.0
@@ -35,20 +35,22 @@
BuildRequires: python-pbr
Provides: python-savannaclient = %{version}
Obsoletes: python-savannaclient <= %{version}
-Requires: python >= 2.6.8
+Requires: python >= 2.7
Requires: python-Babel >= 1.3
Requires: python-PrettyTable >= 0.7
-Requires: python-cliff >= 1.14.0
+Requires: python-cliff >= 1.15.0
+Requires: python-keystoneauth1 >= 2.1.0
Requires: python-keystoneclient >= 1.6.0
-Requires: python-netaddr >= 0.7.12
Requires: python-neutronclient >= 2.6.0
-Requires: python-novaclient >= 2.28.1
-Requires: python-openstackclient >= 1.5.0
-Requires: python-oslo.config >= 2.3.0
-Requires: python-oslo.i18n >= 1.5.0
-Requires: python-oslo.utils >= 2.0.0
+Requires: python-novaclient >= 2.29.0
+Requires: python-openstackclient >= 2.1.0
+Requires: python-oslo.config >= 3.7.0
+Requires: python-oslo.i18n >= 2.1.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-requests >= 2.5.2
+Requires: python-requests >= 2.8.1
Requires: python-six >= 1.9.0
Requires: python-swiftclient >= 2.2.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -67,13 +69,13 @@
Summary: OpenStack Data Processing (Savanna) API Client - Testsuite
Group: Development/Languages/Python
Requires: %{name} = %{version}
-Requires: python-coverage >= 3.6
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
Requires: python-discover
%endif
Requires: python-mock >= 1.2
-Requires: python-requests-mock >= 0.6.0
-Requires: python-tempest-lib >= 0.8.0
+Requires: python-oslotest >= 1.10.0
+Requires: python-requests-mock >= 0.7.0
+Requires: python-tempest-lib >= 0.14.0
Requires: python-testrepository >= 0.0.18
%description test
++++++ python-saharaclient-0.11.1.tar.gz -> python-saharaclient-0.13.0.tar.gz
++++++
++++ 10006 lines of diff (skipped)