Hello community,

here is the log from the commit of package python-novaclient for 
openSUSE:Factory checked in at 2013-07-03 16:01:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-novaclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-novaclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-novaclient"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-novaclient/python-novaclient.changes      
2013-06-13 21:45:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-novaclient.new/python-novaclient.changes 
2013-07-03 16:01:59.000000000 +0200
@@ -2 +2 @@
-Wed May 29 10:49:56 UTC 2013 - dmuel...@suse.com
+Mon Jul  1 00:19:48 UTC 2013 - opensuse-cl...@opensuse.org
@@ -4 +4,2 @@
-- remove setBadness call from rpmlintrc
+- Update to version 2.13.0.101:
+  + Fixup trivial License Header mismatch.
@@ -7 +8 @@
-Mon May  6 11:29:00 UTC 2013 - dmuel...@suse.com
+Thu Jun 27 09:54:11 UTC 2013 - speili...@suse.com
@@ -9 +10,2 @@
-- update requires to python-PrettyTable 
+- Only depend on python-discover on SLE, it's a Python-2.6 feature
+  backport
@@ -12 +14 @@
-Mon Apr 29 09:51:33 UTC 2013 - dmuel...@suse.com
+Wed Jun 12 09:43:35 UTC 2013 - dmuel...@suse.com
@@ -14 +16 @@
-- add 0001-Restore-compatibility-with-PrettyTable-0.7.2-update.patch
+- update testrequires 
@@ -17 +19 @@
-Mon Apr 22 12:23:36 UTC 2013 - dmuel...@suse.com
+Mon May 27 08:39:42 UTC 2013 - dmuel...@suse.com
@@ -19,2 +21 @@
-- update to 2.13.0
-- remove upstreamed patch 
+- python-pbr/d2to1 requires 
@@ -23 +24,3 @@
-Tue Apr  2 09:49:22 UTC 2013 - dmuel...@suse.com
+Thu May  2 13:23:49 UTC 2013 - dmuel...@suse.com
+
+- drop 0001-Restore-compatibility-with-PrettyTable-0.7.2-update.patch 
@@ -25,2 +28,5 @@
-- update to 2.12.0:
-  + released version of the tarball 
+-------------------------------------------------------------------
+Mon Apr 29 09:49:29 UTC 2013 - dmuel...@suse.com
+
+- remove 0001-Revert-Correct-a-unit-test-failure-that-crept-into-t.patch
+- add 0001-Restore-compatibility-with-PrettyTable-0.7.2-update.patch
@@ -29 +35 @@
-Tue Mar 26 13:44:31 UTC 2013 - dmuel...@suse.com
+Thu Apr 25 14:57:53 UTC 2013 - dmuel...@suse.com
@@ -31 +37 @@
-- update to 2.11.1.67 
+- add 0001-Revert-Correct-a-unit-test-failure-that-crept-into-t.patch 

Old:
----
  python-novaclient-2.13.0.tar.gz

New:
----
  python-novaclient-master.tar.gz

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

Other differences:
------------------
++++++ python-novaclient.spec ++++++
--- /var/tmp/diff_new_pack.9HRg65/_old  2013-07-03 16:02:00.000000000 +0200
+++ /var/tmp/diff_new_pack.9HRg65/_new  2013-07-03 16:02:00.000000000 +0200
@@ -19,29 +19,31 @@
 %define component novaclient
 
 Name:           python-%{component}
-Version:        2.13.0
+Version:        2.13.0.101
 Release:        0
 Summary:        Openstack Compute (Nova) API Client
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Url:            http://launchpad.net/python-novaclient
-Source:         python-novaclient-2.13.0.tar.gz
+Source:         python-novaclient-master.tar.gz
 Source2:        openstack-nova.sh
-Patch0:         0001-Restore-compatibility-with-PrettyTable-0.7.2-update.patch
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
 BuildRequires:  python-distribute
 # Packages below are only needed for documentation build
 BuildRequires:  python-PrettyTable
 BuildRequires:  python-Sphinx
+BuildRequires:  python-d2to1
 BuildRequires:  python-iso8601 >= 0.1.4
+BuildRequires:  python-pbr
 BuildRequires:  python-requests
 Requires:       python >= 2.6.8
 # /usr/bin/nova uses pkg_resources, thus:
 Requires:       python-PrettyTable >= 0.6
 Requires:       python-argparse
-Requires:       python-distribute
+Requires:       python-d2to1 >= 0.2.10
 Requires:       python-iso8601 >= 0.1.4
+Requires:       python-pbr >= 0.5
 Requires:       python-requests >= 0.8
 Requires:       python-simplejson >= 2.0.9
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -73,21 +75,24 @@
 Summary:        Openstack Compute (Nova) API Client - Testsuite
 Group:          System/Management
 Requires:       %{name} = %{version}
+Requires:       python-coverage
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+Requires:       python-discover
+%endif
+Requires:       python-fixtures >= 0.3.12
+Requires:       python-flake8 >= 2.0
+Requires:       python-hacking >= 0.5.3
 Requires:       python-mock
-Requires:       python-nose
-Requires:       python-nose-exclude
-Requires:       python-nosehtmloutput
-Requires:       python-nosexcover
-Requires:       python-openstack.nose_plugin
-Requires:       python-pep8
-Requires:       python-unittest2
+Requires:       python-pep8 >= 1.4.5
+Requires:       python-pyflakes >= 0.7.2
+Requires:       python-testrepository >= 0.0.13
+Requires:       python-testtools >= 0.9.26
 
 %description test
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-novaclient-2.13.0
-%patch0 -p1
+%setup -q -n python-novaclient-2.13.0.101.g0bf5f49
 %openstack_cleanup_prep
 
 %build

++++++ 0001-Restore-compatibility-with-PrettyTable-0.7.2-update.patch ++++++
--- /var/tmp/diff_new_pack.9HRg65/_old  2013-07-03 16:02:00.000000000 +0200
+++ /var/tmp/diff_new_pack.9HRg65/_new  2013-07-03 16:02:00.000000000 +0200
@@ -40,3 +40,23 @@
      pt.align = 'l'
      for k, v in d.iteritems():
          # convert dict to str to check length
+diff --git a/tests/test_shell.py b/tests/test_shell.py
+index ee9a5d7..433b220 100644
+--- a/tests/test_shell.py
++++ b/tests/test_shell.py
+@@ -150,11 +150,7 @@ class ShellTest(utils.TestCase):
+     def test_password(self, mock_getpass, mock_stdin):
+         self.make_env(exclude='OS_PASSWORD')
+         stdout, stderr = self.shell('list')
+-        self.assertEqual((stdout + stderr),
+-                         '+----+------+--------+----------+\n'
+-                         '| ID | Name | Status | Networks |\n'
+-                         '+----+------+--------+----------+\n'
+-                         '+----+------+--------+----------+\n')
++        self.assertEqual((stdout + stderr), '\n')
+ 
+     @mock.patch('sys.stdin', side_effect=mock.MagicMock)
+     @mock.patch('getpass.getpass', side_effect=EOFError)
+-- 
+1.8.1.4
+

++++++ _service ++++++
--- /var/tmp/diff_new_pack.9HRg65/_old  2013-07-03 16:02:00.000000000 +0200
+++ /var/tmp/diff_new_pack.9HRg65/_new  2013-07-03 16:02:00.000000000 +0200
@@ -1,7 +1,8 @@
 <services>
   <service name="git_tarballs" mode="disabled">
-    <param 
name="url">http://tarballs.openstack.org/python-novaclient/python-novaclient-2.13.0.tar.gz</param>
+    <param 
name="url">http://tarballs.openstack.org/python-novaclient/python-novaclient-master.tar.gz</param>
     <param name="email">opensuse-cl...@opensuse.org</param>
+    <param name="version-regexp">.*-([^-]+)\.g[a-zA-Z0-9]{7}</param>
     <param name="plain-version">True</param>
   </service>
 </services>

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to