Hello community,

here is the log from the commit of package python-troveclient for 
openSUSE:Factory checked in at 2015-10-30 13:42:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-troveclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-troveclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-troveclient"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-troveclient/python-troveclient.changes    
2014-10-22 16:22:37.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-troveclient.new/python-troveclient.changes   
    2015-10-30 13:42:16.000000000 +0100
@@ -1,0 +2,75 @@
+Tue Sep 15 08:08:56 UTC 2015 - tbecht...@suse.com
+
+- update to 1.3.0:
+  * Updated from global requirements
+  * Root enablement for Vertica clusters/instances
+  * Use more appropriate exceptions for validation
+  * Redis Clustering Initial Implementation
+  * Revert "Root enablement for Vertica clusters/instances"
+  * Implements Datastore Registration API
+  * Root enablement for Vertica clusters/instances
+  * Updated from global requirements
+  * Updated from global requirements
+  * Add a --marker argument to the backup commands
+  * Fixed missing periods in positional arguments
+  * Updated from global requirements
+  * Updated from global requirements
+  * Updated from global requirements
+  * Error message on cluster-create is misleading
+  * Make subcommands accept flavor name and cluster name
+  * Fix flavor-show problems with UUID
+  * Updated from global requirements
+  * Allow a user to pass an insecure environment variable
+  * Updated from global requirements
+  * Added more unit-tests to improve code coverage
+  * Updated from global requirements
+  * Fixes the non-existent exception NoTokenLookupException
+  * Fixes new hacking rules
+  * Updated coverage related options to project
+  * Updated from global requirements
+  * Drop use of 'oslo' namespace package
+  * Updated from global requirements
+  * Corrects order of parameters to assertEqual
+  * Update README to work with release tools
+  * Uncap library requirements for liberty
+  * Fixes unit-test in troveclient
+  * Add test to DatastoreVersionMembers
+  * Updated from global requirements
+  * Replication V2
+  * Add coverage library
+  * Fixed issues while using --bypass-url
+  * Clean up remaining references to TROVE_URL
+  * Correct order of parameters to assertEqual
+  * Updated from global requirements
+  * Changed documentation for datastore parameter for configuration-create
+  * Fix grammatical errors in profiler messages
+  * TroveClient API Documentation cleanup
+  * Updated from global requirements
+  * Show '-' for size when volume support disabled
+  * Handle obsolete and unused oslo modules
+  * Fixed typo in exception message
+  * Pass all kwargs through to adapter
+  * default endpoint_type to 'publicURL'
+  * Fallback to flavor's str_id when id is None
+  * Add profiling support to Trove client
+  * Remove RAX-specific auth in troveclient
+  * Add instance name as parameter to CLI
+  * Associate flavor types with datastore versions
+  * Workflow documentation is now in infra-manual
+  * Updated from global requirements
+  * Fixes client to send 0 for min/max size
+  * Adds support for Keystone V3 API
+  * Updated from global requirements
+  * Reverse fix for 1323866 as it regressed trove CLI
+  * Adds support for Keystone V3 API
+  * Updated from global requirements
+  * Fixed typo in doc/source
+  * Fixes trove show output
+  * Updated from global requirements
+  * Fix universal wheel support
+  * Use OpenStack branding for trove client
+  * Fix Cluster-Create and Cluster-Show Response
+- Add python-requires to _service file
+- Adjust Requires according to requirements.txt
+
+-------------------------------------------------------------------

Old:
----
  python-troveclient-1.0.7.tar.gz

New:
----
  python-troveclient-1.3.0.tar.gz

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

Other differences:
------------------
++++++ python-troveclient.spec ++++++
--- /var/tmp/diff_new_pack.R1o3fI/_old  2015-10-30 13:42:16.000000000 +0100
+++ /var/tmp/diff_new_pack.R1o3fI/_new  2015-10-30 13:42:16.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-troveclient
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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 troveclient
 
 Name:           python-troveclient
-Version:        1.0.7
+Version:        1.3.0
 Release:        0
 Summary:        Openstack Object DbaaS (Trove) API Client
 License:        Apache-2.0
@@ -35,11 +35,14 @@
 BuildRequires:  python-Babel
 BuildRequires:  python-PrettyTable >= 0.6
 BuildRequires:  python-httplib2
+BuildRequires:  python-keystoneclient
 BuildRequires:  python-mock >= 1.0
 BuildRequires:  python-requests >= 1.1
+BuildRequires:  python-requests-mock
 BuildRequires:  python-simplejson >= 2.0.9
 BuildRequires:  python-six
 BuildRequires:  python-testrepository >= 0.0.17
+BuildRequires:  python-testscenarios
 BuildRequires:  python-testtools >= 0.9.32
 #NOTE(saschpe): Compat client code, not used in production:
 BuildRequires:  python-httplib2
@@ -47,10 +50,12 @@
 #NOTE(saschpe): End Compat client code, not used in production:
 Requires:       python >= 2.6.8
 Requires:       python-PrettyTable >= 0.7
-Requires:       python-pbr >= 0.6
-Requires:       python-requests >= 1.2.1
-Requires:       python-simplejson >= 2.2
-Requires:       python-six >= 1.7
+Requires:       python-keystoneclient >= 1.6.0
+Requires:       python-oslo.utils >= 2.0.0
+Requires:       python-pbr >= 1.6
+Requires:       python-requests >= 2.5.2
+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
 BuildRequires:  python-discover

++++++ _service ++++++
--- /var/tmp/diff_new_pack.R1o3fI/_old  2015-10-30 13:42:17.000000000 +0100
+++ /var/tmp/diff_new_pack.R1o3fI/_new  2015-10-30 13:42:17.000000000 +0100
@@ -1,10 +1,12 @@
 <services>
-  <service mode="disabled" name="download_files"> 
+  <service mode="disabled" name="download_files">
     <param name="changesgenerate">enable</param>
   </service>
   <service mode="disabled" name="set_version">
     <param name="basename">python-troveclient</param>
   </service>
+  <service mode="disabled" name="python_requires">
+  </service>
   <service name="refresh_patches" mode="disabled">
     <param name="changesgenerate">enable</param>
   </service>

++++++ python-troveclient-1.0.7.tar.gz -> python-troveclient-1.3.0.tar.gz ++++++
++++ 6023 lines of diff (skipped)


Reply via email to