Hello community, here is the log from the commit of package python-novaclient for openSUSE:Factory checked in at 2013-09-27 18:02:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-09-16 16:32:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-novaclient.new/python-novaclient.changes 2013-09-27 18:02:21.000000000 +0200 @@ -1,0 +2,52 @@ +Tue Sep 24 23:35:28 UTC 2013 - [email protected] + +- Update to version 2.15.0.22: + + Corrected usage of len(filter(...)) + + py33: 'dict_keys' object does not support indexing + + py33: dict.keys() is not a list in python3 + + Corrected several usage of keys() for Python 3 + + Update pbr usage + + Make nova CLI use term "server" where possible + + Fixed several test failures on Python3 + + Fix AttributeError in Keypair._add_details() + +------------------------------------------------------------------- +Tue Sep 24 00:19:26 UTC 2013 - [email protected] + +- Update to version 2.15.0.7: + + Clean up a little cruft + +------------------------------------------------------------------- +Fri Sep 20 23:57:04 UTC 2013 - [email protected] + +- Update to version 2.15.0.5: + + Novaclient shell list command should support a minimal server list + +------------------------------------------------------------------- +Thu Sep 19 00:07:15 UTC 2013 - [email protected] + +- Update to version 2.15.0.4: + + Create v3 tests directory + + Add v3 HostManager + +------------------------------------------------------------------- +Wed Sep 18 09:12:48 UTC 2013 - [email protected] + +- fix requires + +------------------------------------------------------------------- +Tue Sep 17 23:37:40 UTC 2013 - [email protected] + +- Update to version 2.14.1.73: + + Small bugfix for client v3 + + Fix the print order of quota-show + + Add a block device for the image when using BDMv2 + + Modify --num-instances flag description to clarify limit upper bound + + python3: Fix traceback while running unit tests + + python3: Compatibility for iteritems differences + + python3: Fix Traceback while running unit tests + + Allow name argument to flavor-access-add + + Add delete method to Flavor class + + assertEquals is deprecated, use assertEqual + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-novaclient.spec ++++++ --- /var/tmp/diff_new_pack.DEKxM3/_old 2013-09-27 18:02:22.000000000 +0200 +++ /var/tmp/diff_new_pack.DEKxM3/_new 2013-09-27 18:02:22.000000000 +0200 @@ -19,7 +19,7 @@ %define component novaclient Name: python-%{component} -Version: 2.14.1.54 +Version: 2.15.0.22 Release: 0 Summary: Openstack Compute (Nova) API Client License: Apache-2.0 @@ -39,13 +39,15 @@ BuildRequires: python-requests Requires: python >= 2.6.8 # /usr/bin/nova uses pkg_resources, thus: +Requires: python-Babel Requires: python-PrettyTable >= 0.6 Requires: python-argparse Requires: python-d2to1 >= 0.2.10 Requires: python-iso8601 >= 0.1.4 -Requires: python-pbr >= 0.5 -Requires: python-requests >= 0.8 +Requires: python-pbr >= 0.5.21 +Requires: python-requests >= 1.1 Requires: python-simplejson >= 2.0.9 +Requires: python-six BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} @@ -75,24 +77,24 @@ Summary: Openstack Compute (Nova) API Client - Testsuite Group: System/Management Requires: %{name} = %{version} -Requires: python-coverage +Requires: python-coverage >= 3.6 %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-hacking >= 0.5.6 +Requires: python-mock >= 0.8.0 Requires: python-pep8 >= 1.4.5 Requires: python-pyflakes >= 0.7.2 -Requires: python-testrepository >= 0.0.13 -Requires: python-testtools >= 0.9.26 +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-novaclient-2.14.1.54.g9a1304b +%setup -q -n python-novaclient-2.15.0.22.g2ab3344 %openstack_cleanup_prep %build ++++++ python-novaclient-master.tar.gz ++++++ ++++ 2274 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
