Hello community,

here is the log from the commit of package python-swiftclient for 
openSUSE:Factory checked in at 2013-09-26 15:14:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-swiftclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-swiftclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-swiftclient"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-swiftclient/python-swiftclient.changes    
2013-09-16 12:47:29.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-swiftclient.new/python-swiftclient.changes   
    2013-09-26 16:03:28.000000000 +0200
@@ -1,0 +2,17 @@
+Sun Sep 22 23:51:13 UTC 2013 - [email protected]
+
+- Update to version 1.6.0.3:
+  + fix bug with replace old *LOs
+
+-------------------------------------------------------------------
+Wed Sep 18 09:17:24 UTC 2013 - [email protected]
+
+- fix requires 
+
+-------------------------------------------------------------------
+Tue Sep 17 00:16:24 UTC 2013 - [email protected]
+
+- Update to version 1.6.0.1:
+  + Sync with global requirements
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-swiftclient.spec ++++++
--- /var/tmp/diff_new_pack.KQLpxr/_old  2013-09-26 16:03:28.000000000 +0200
+++ /var/tmp/diff_new_pack.KQLpxr/_new  2013-09-26 16:03:28.000000000 +0200
@@ -19,7 +19,7 @@
 %define component swiftclient
 
 Name:           python-%{component}
-Version:        1.5.0.23
+Version:        1.6.0.3
 Release:        0
 Summary:        Openstack Object Storage (Swift) API Client
 License:        Apache-2.0
@@ -31,13 +31,11 @@
 BuildRequires:  python-d2to1
 BuildRequires:  python-distribute
 BuildRequires:  python-pbr
-BuildRequires:  python-pyOpenSSL
 # Packages below are only needed for documentation build
 BuildRequires:  python-Sphinx
 Requires:       python >= 2.6.8
 Requires:       python-d2to1 >= 0.2.10
-Requires:       python-pbr >= 0.5
-Requires:       python-pyOpenSSL
+Requires:       python-pbr >= 0.5.21
 Requires:       python-simplejson >= 2.0.9
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -66,19 +64,22 @@
 Summary:        Openstack Object Storage (Swift) API Client - Testsuite
 Group:          System/Management
 Requires:       %{name} = %{version}
-Requires:       python-coverage
+Requires:       python-coverage >= 3.6
+Requires:       python-discover
 Requires:       python-flake8 >= 2.0
-Requires:       python-keystoneclient
+Requires:       python-hacking >= 0.5.6
+Requires:       python-keystoneclient >= 0.3.2
+Requires:       python-mock >= 1.0
 Requires:       python-pep8 >= 1.4.5
 Requires:       python-pyflakes >= 0.7.2
-Requires:       python-testrepository >= 0.0.13
-Requires:       python-testtools >= 0.9.22
+Requires:       python-testrepository >= 0.0.17
+Requires:       python-testtools >= 0.9.32
 
 %description test
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-swiftclient-1.5.0.23.g0278998
+%setup -q -n python-swiftclient-1.6.0.3.g68dde8d
 %openstack_cleanup_prep
 
 %build

++++++ python-swiftclient-master.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-swiftclient-1.5.0.23.g0278998/ChangeLog 
new/python-swiftclient-1.6.0.3.g68dde8d/ChangeLog
--- old/python-swiftclient-1.5.0.23.g0278998/ChangeLog  2013-08-30 
00:24:06.000000000 +0200
+++ new/python-swiftclient-1.6.0.3.g68dde8d/ChangeLog   2013-09-23 
00:54:41.000000000 +0200
@@ -1,3 +1,29 @@
+commit 68dde8dd514e4eef89aafa6c1c93e065045c3cbd
+Merge: 66e8c5a 266217e
+Author: Jenkins <[email protected]>
+Date:   Sun Sep 22 22:54:11 2013 +0000
+
+    Merge "fix bug with replace old *LOs"
+
+commit 66e8c5a384582c4d4ebe0c8a8bfac17f0f41d9aa
+Author: Monty Taylor <[email protected]>
+Date:   Mon Aug 5 18:03:18 2013 -0300
+
+    Sync with global requirements
+    
+    Specifically, removing d2to1 is the important part. While we're at it
+    though, use hacking to get the pyflakes/pep8 pins.
+    
+    Change-Id: Ic4a43955526fcde313ad2f2afec8fafeb87f37a6
+
+commit 266217e32c7119dce3d21014e3bf0e7ff354c79d
+Author: David Goetz <[email protected]>
+Date:   Tue Sep 10 13:12:29 2013 -0700
+
+    fix bug with replace old *LOs
+    
+    Change-Id: I9e6278b62608cf36fa7e5e228f234cc8199c17fc
+
 commit 0278998398cbe0caeb5237b30e316c0a59669c87
 Merge: a47d3d6 d352d83
 Author: Jenkins <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-swiftclient-1.5.0.23.g0278998/PKG-INFO 
new/python-swiftclient-1.6.0.3.g68dde8d/PKG-INFO
--- old/python-swiftclient-1.5.0.23.g0278998/PKG-INFO   2013-08-30 
00:24:06.000000000 +0200
+++ new/python-swiftclient-1.6.0.3.g68dde8d/PKG-INFO    2013-09-23 
00:54:41.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-swiftclient
-Version: 1.5.0.23.g0278998
+Version: 1.6.0.3.g68dde8d
 Summary: OpenStack Object Storage API Client Library
 Home-page: http://www.openstack.org/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-swiftclient-1.5.0.23.g0278998/bin/swift 
new/python-swiftclient-1.6.0.3.g68dde8d/bin/swift
--- old/python-swiftclient-1.5.0.23.g0278998/bin/swift  2013-08-30 
00:23:28.000000000 +0200
+++ new/python-swiftclient-1.6.0.3.g68dde8d/bin/swift   2013-09-23 
00:54:13.000000000 +0200
@@ -1011,7 +1011,7 @@
                                     container, obj,
                                     query_string='multipart-manifest=get')
                                 for old_seg in json.loads(manifest_data):
-                                    seg_path = old_seg['path'].lstrip('/')
+                                    seg_path = old_seg['name'].lstrip('/')
                                     if isinstance(seg_path, unicode):
                                         seg_path = seg_path.encode('utf-8')
                                     old_slo_manifest_paths.append(seg_path)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-swiftclient-1.5.0.23.g0278998/python_swiftclient.egg-info/PKG-INFO 
new/python-swiftclient-1.6.0.3.g68dde8d/python_swiftclient.egg-info/PKG-INFO
--- 
old/python-swiftclient-1.5.0.23.g0278998/python_swiftclient.egg-info/PKG-INFO   
    2013-08-30 00:24:06.000000000 +0200
+++ 
new/python-swiftclient-1.6.0.3.g68dde8d/python_swiftclient.egg-info/PKG-INFO    
    2013-09-23 00:54:41.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-swiftclient
-Version: 1.5.0.23.g0278998
+Version: 1.6.0.3.g68dde8d
 Summary: OpenStack Object Storage API Client Library
 Home-page: http://www.openstack.org/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-swiftclient-1.5.0.23.g0278998/python_swiftclient.egg-info/SOURCES.txt
 new/python-swiftclient-1.6.0.3.g68dde8d/python_swiftclient.egg-info/SOURCES.txt
--- 
old/python-swiftclient-1.5.0.23.g0278998/python_swiftclient.egg-info/SOURCES.txt
    2013-08-30 00:24:06.000000000 +0200
+++ 
new/python-swiftclient-1.6.0.3.g68dde8d/python_swiftclient.egg-info/SOURCES.txt 
    2013-09-23 00:54:41.000000000 +0200
@@ -24,6 +24,7 @@
 python_swiftclient.egg-info/PKG-INFO
 python_swiftclient.egg-info/SOURCES.txt
 python_swiftclient.egg-info/dependency_links.txt
+python_swiftclient.egg-info/not-zip-safe
 python_swiftclient.egg-info/requires.txt
 python_swiftclient.egg-info/top_level.txt
 swiftclient/__init__.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-swiftclient-1.5.0.23.g0278998/python_swiftclient.egg-info/not-zip-safe
 
new/python-swiftclient-1.6.0.3.g68dde8d/python_swiftclient.egg-info/not-zip-safe
--- 
old/python-swiftclient-1.5.0.23.g0278998/python_swiftclient.egg-info/not-zip-safe
   1970-01-01 01:00:00.000000000 +0100
+++ 
new/python-swiftclient-1.6.0.3.g68dde8d/python_swiftclient.egg-info/not-zip-safe
    2013-09-23 00:54:14.000000000 +0200
@@ -0,0 +1 @@
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-swiftclient-1.5.0.23.g0278998/python_swiftclient.egg-info/requires.txt
 
new/python-swiftclient-1.6.0.3.g68dde8d/python_swiftclient.egg-info/requires.txt
--- 
old/python-swiftclient-1.5.0.23.g0278998/python_swiftclient.egg-info/requires.txt
   2013-08-30 00:24:06.000000000 +0200
+++ 
new/python-swiftclient-1.6.0.3.g68dde8d/python_swiftclient.egg-info/requires.txt
    2013-09-23 00:54:41.000000000 +0200
@@ -1,3 +1,2 @@
-d2to1>=0.2.10,<0.3
-pbr>=0.5,<0.6
+pbr>=0.5.21,<1.0
 simplejson>=2.0.9
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-swiftclient-1.5.0.23.g0278998/requirements.txt 
new/python-swiftclient-1.6.0.3.g68dde8d/requirements.txt
--- old/python-swiftclient-1.5.0.23.g0278998/requirements.txt   2013-08-30 
00:23:28.000000000 +0200
+++ new/python-swiftclient-1.6.0.3.g68dde8d/requirements.txt    2013-09-23 
00:54:13.000000000 +0200
@@ -1,3 +1,2 @@
-d2to1>=0.2.10,<0.3
-pbr>=0.5,<0.6
+pbr>=0.5.21,<1.0
 simplejson>=2.0.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-swiftclient-1.5.0.23.g0278998/setup.py 
new/python-swiftclient-1.6.0.3.g68dde8d/setup.py
--- old/python-swiftclient-1.5.0.23.g0278998/setup.py   2013-08-30 
00:23:28.000000000 +0200
+++ new/python-swiftclient-1.6.0.3.g68dde8d/setup.py    2013-09-23 
00:54:13.000000000 +0200
@@ -14,8 +14,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
 import setuptools
 
 setuptools.setup(
-    setup_requires=['d2to1', 'pbr'],
-    d2to1=True)
+    setup_requires=['pbr'],
+    pbr=True)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-swiftclient-1.5.0.23.g0278998/test-requirements.txt 
new/python-swiftclient-1.6.0.3.g68dde8d/test-requirements.txt
--- old/python-swiftclient-1.5.0.23.g0278998/test-requirements.txt      
2013-08-30 00:23:28.000000000 +0200
+++ new/python-swiftclient-1.6.0.3.g68dde8d/test-requirements.txt       
2013-09-23 00:54:13.000000000 +0200
@@ -1,12 +1,9 @@
-# Install bounded pep8/pyflakes first, then let flake8 install
-pep8==1.4.5
-pyflakes==0.7.2
-flake8==2.0
+hacking>=0.5.6,<0.8
 
-coverage
+coverage>=3.6
 discover
-mock>=0.8.0
-python-keystoneclient
+mock>=1.0
+python-keystoneclient>=0.3.2
 sphinx>=1.1.2
-testrepository>=0.0.13
-testtools>=0.9.22
+testrepository>=0.0.17
+testtools>=0.9.32

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

Reply via email to