Hello community,

here is the log from the commit of package python-cinderclient for 
openSUSE:Factory checked in at 2013-08-23 11:05:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2013-08-18 22:40:01.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-cinderclient.new/python-cinderclient.changes 
    2013-08-23 11:05:03.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Aug 15 23:38:58 UTC 2013 - [email protected]
+
+- Update to version 1.0.5.18:
+  + Fixing malformed assert message formatting
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-cinderclient.spec ++++++
--- /var/tmp/diff_new_pack.cqY4JT/_old  2013-08-23 11:05:03.000000000 +0200
+++ /var/tmp/diff_new_pack.cqY4JT/_new  2013-08-23 11:05:03.000000000 +0200
@@ -19,7 +19,7 @@
 %define component cinderclient
 
 Name:           python-%{component}
-Version:        1.0.5.16
+Version:        1.0.5.18
 Release:        0
 Summary:        Openstack Block Storage (Cinder) API Client
 License:        Apache-2.0
@@ -84,7 +84,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-cinderclient-1.0.5.16.g43827f4
+%setup -q -n python-cinderclient-1.0.5.18.g0631974
 %openstack_cleanup_prep
 echo %{version} > cinderclient/versioninfo
 

++++++ python-cinderclient-master.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-cinderclient-1.0.5.16.g43827f4/AUTHORS 
new/python-cinderclient-1.0.5.18.g0631974/AUTHORS
--- old/python-cinderclient-1.0.5.16.g43827f4/AUTHORS   2013-08-14 
16:55:09.000000000 +0200
+++ new/python-cinderclient-1.0.5.18.g0631974/AUTHORS   2013-08-15 
20:05:27.000000000 +0200
@@ -37,6 +37,7 @@
 Nicolas Simonds <[email protected]>
 Nikolaj Starodubtsev <[email protected]>
 Ollie Leahy <[email protected]>
+Peter Hamilton <[email protected]>
 Qiu Yu <[email protected]>
 Rongze Zhu <[email protected]>
 Seif Lotfy <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-cinderclient-1.0.5.16.g43827f4/ChangeLog 
new/python-cinderclient-1.0.5.18.g0631974/ChangeLog
--- old/python-cinderclient-1.0.5.16.g43827f4/ChangeLog 2013-08-14 
16:55:09.000000000 +0200
+++ new/python-cinderclient-1.0.5.18.g0631974/ChangeLog 2013-08-15 
20:05:27.000000000 +0200
@@ -1,3 +1,10 @@
+commit 06319745a1eb4c50a628c464a426fa119ba14689
+Merge: 43827f4 eb413f5
+Author: Jenkins <[email protected]>
+Date:   Thu Aug 15 18:04:30 2013 +0000
+
+    Merge "Fixing malformed assert message formatting"
+
 commit 43827f4a564007be2f1b1e9203b8e0aef0cc5fcb
 Merge: 7b08b98 2197985
 Author: Jenkins <[email protected]>
@@ -45,6 +52,28 @@
 
     Merge "Add commandline option --metadata for cinder list"
 
+commit eb413f5373af70cbd41a0f9bf0800cf47d609dcc
+Author: Peter Hamilton <[email protected]>
+Date:   Mon Aug 12 09:05:44 2013 -0400
+
+    Fixing malformed assert message formatting
+    
+    This modification addresses Bug #1210296, specifically addressing
+    malformed assert message formatting in assert_called_anytime. When
+    verifying that an API method was called during test execution, the
+    assert statement used will throw a TypeError when formatting the
+    assert message, instead of the expected AssertionError. This occurs
+    because a nested tuple in the format list is not properly expanded.
+    The error itself likely exists because assert_called_anytime is not
+    currently used in the python-cinderclient testing framework.
+    
+    The fix involves joining the arguments in the format list into a
+    single tuple, allowing proper argument expansion.
+    
+    Fixes: bug 1210296
+    
+    Change-Id: I6cf9dd55cff318e8a850637c540436c91dac08df
+
 commit 2ba74ecb54befaee691434523e53a880760b62a3
 Merge: eefcbfb c95e59f
 Author: Jenkins <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-cinderclient-1.0.5.16.g43827f4/PKG-INFO 
new/python-cinderclient-1.0.5.18.g0631974/PKG-INFO
--- old/python-cinderclient-1.0.5.16.g43827f4/PKG-INFO  2013-08-14 
16:55:10.000000000 +0200
+++ new/python-cinderclient-1.0.5.18.g0631974/PKG-INFO  2013-08-15 
20:05:28.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-cinderclient
-Version: 1.0.5.16.g43827f4
+Version: 1.0.5.18.g0631974
 Summary: OpenStack Block Storage API Client Library
 Home-page: http://www.openstack.org/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-cinderclient-1.0.5.16.g43827f4/cinderclient/tests/fakes.py 
new/python-cinderclient-1.0.5.18.g0631974/cinderclient/tests/fakes.py
--- old/python-cinderclient-1.0.5.16.g43827f4/cinderclient/tests/fakes.py       
2013-08-14 16:53:41.000000000 +0200
+++ new/python-cinderclient-1.0.5.18.g0631974/cinderclient/tests/fakes.py       
2013-08-15 20:04:43.000000000 +0200
@@ -67,7 +67,7 @@
                 break
 
         assert found, 'Expected %s %s; got %s' % (
-            expected, self.client.callstack)
+            expected + (self.client.callstack, ))
 
         if body is not None:
             try:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-cinderclient-1.0.5.16.g43827f4/python_cinderclient.egg-info/PKG-INFO 
new/python-cinderclient-1.0.5.18.g0631974/python_cinderclient.egg-info/PKG-INFO
--- 
old/python-cinderclient-1.0.5.16.g43827f4/python_cinderclient.egg-info/PKG-INFO 
    2013-08-14 16:55:09.000000000 +0200
+++ 
new/python-cinderclient-1.0.5.18.g0631974/python_cinderclient.egg-info/PKG-INFO 
    2013-08-15 20:05:27.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-cinderclient
-Version: 1.0.5.16.g43827f4
+Version: 1.0.5.18.g0631974
 Summary: OpenStack Block Storage API Client Library
 Home-page: http://www.openstack.org/
 Author: OpenStack

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to