commit python-ironicclient for openSUSE:Factory
Hello community, here is the log from the commit of package python-ironicclient for openSUSE:Factory checked in at 2017-08-28 15:30:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ironicclient (Old) and /work/SRC/openSUSE:Factory/.python-ironicclient.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-ironicclient" Mon Aug 28 15:30:33 2017 rev:9 rq:514886 version:1.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ironicclient/python-ironicclient.changes 2017-04-06 11:01:54.661611877 +0200 +++ /work/SRC/openSUSE:Factory/.python-ironicclient.new/python-ironicclient.changes 2017-08-28 15:30:34.339664137 +0200 @@ -1,0 +2,77 @@ +Mon Aug 7 09:11:59 UTC 2017 - cloud-devel@suse.de + +- update to version 1.16.0 + - Add --uuid option to OSC "port create" cmd + - Update OSC baremetal node set/unset supporting dynamic drivers + - Fix over-indent in _validate_obj() functions + - Support i18n for baremetal chassis cmds + - Follow up to the API version warning patches + - Verify JSON response of chassis commands + - Add DRIVER_RESOURCE to remove duplicated strings + - Add physical network to port commands + - Replace http with https + - Fix ImportError when providing a meaningless API version. + - Fix cleanup of resources in OSC plugin functional tests + - Log warning when API version is not specified for the ironic tool + - Add basic tests for OSC plugin baremetal port commands + - Add args to CLI 'node-create' for selecting hardware interfaces + - Use same variable for --[no-]maintenance + - Follow up for OSC volume target commands + - Update reno for stable/ocata + - Remove support for py34. + - Add Ironic CLI commands for volume target + - switch from oslosphinx to openstackdocstheme + - Add missing 'autospec' statements to unit test mocks + - Add negative test-cases for openstack node create command + - Improve help text for --local-link-connection + - Add options for osc 'port set' command + - Do not show chassis_uuid field when it is not specified + - Follow-up release note revision + - OSC 'node list' recognizes all provision states + - Handle log message interpolation by the logger + - Adds --driver option to OSC "node list" command + - Update volume release notes to fix reno + - Add OSC 'baremetal driver property list' command + - Follow up for OSC volume connector commands + - Add OSC commands for volume connector + - reno: feature parity between ironic & OSC + - Support i18n for baremetal node cmds + - Fixed wrap from taking negative values + - Functional tests for port groups in ironicclient + - Support i18n for baremetal driver, portgroup cmds + - Add VIFs commands to help test + - Print pecan exceptions properly + - Deduplicate method in OSC functional tests + - Rearrange existing documentation to fit the new standard layout + - Add OSC commands for volume target + - Add unit tests for OSC plugin + - Change tenant to project in docs and unit tests + - Add volume target support to Python API + - Add testcases for OSC baremetal port group commands + - Update and optimize documentation links + - Add Ironic CLI commands for volume connector + - Replace assertRaisesRegexp with assertRaisesRegex + - Extends driver-list, driver-show supporting new hardware types + - Update releasenote for osc-port-set + - Fix unit tests for volume connector and target + - Add basic tests for OSC plugin baremetal chassis commands + - Add sanity tests for baremetal power state commands + - Remove useless variables assignment in unit test + - Add tests for node list and show with specific fields + - Remove 'states' field from OSC CLI output + - Add volume connector support to Python API + - Remove log translations + - Fix cleanup of resources in functional tests + - Add support for storage_interface to node and driver CLI + - Support i18n for baremetal port cmds + - Update test requirement + - Turn on warning-is-error + - Add space between items in exception message + - Log warning when API version is not specified for the OSC plugin + - Add usage documentation for Baremetal OSC Plugin + - Add OSC 'baremetal driver raid property list' cmd + - Add negative tests for baremetal node commands + - Add test to create a port with specific port group UUID + - Updated from global requirements + +------------------------------------------------------------------- Old: ---- python-ironicclient-1.11.1.tar.gz New: ---- python-ironicclient-1.16.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ironicclient.spec ++++++ --- /var/tmp/diff_new_pack.JxZ9kC/_old 2017-08-28 15:30:36.103416186 +0200 +++ /var/tmp/diff_new_pack.JxZ9kC/_new 2017-08-28 15:30:36.127412813 +0200 @@ -18,7 +18,7 @@ %global sname python-ironicclient Name: python-ironicclient -Version: 1.11.1 +Version: 1.16.0 Release: 0 Summary: Python API and CLI for OpenStack Ironic License: Apache-2.0 @@ -37,13 +37,13 @@ BuildRequires: python-mock >= 2.0 BuildRequires: python-openstackclient >= 3.3.0 BuildRequires: python-os-testr >= 0.8.0 -BuildRequires: python-osc-lib >= 1.2.0 +BuildRequires: python-osc-lib >= 1.5.1 BuildRequires: python-oslo.i18n >= 2.1.0 -BuildRequires: python-oslo.utils >= 3.18.0 +BuildRequires: python-oslo.utils >= 3.20.0 BuildRequires: python-oslotest >= 1.10.0 -BuildRequires: python-pbr >= 1.8 +BuildRequires: python-pbr >= 2.0.0 BuildRequires: python-python-subunit >= 0.0.18 -BuildRequires: python-requests >= 2.10.0 +BuildRequires: python-requests >= 2.14.2 BuildRequires: python-requests-mock >= 1.1 BuildRequires: python-testtools >= 1.4.0 Requires: python-PrettyTable >= 0.7.1 @@ -51,13 +51,13 @@ Requires: python-appdirs >= 1.3.0 Requires: python-dogpile.cache >= 0.6.2 Requires: python-jsonschema >= 2.0.0 -Requires: python-keystoneauth1 >= 2.18.0 +Requires: python-keystoneauth1 >= 2.21.0 Requires: python-openstackclient >= 3.3.0 -Requires: python-osc-lib >= 1.2.0 +Requires: python-osc-lib >= 1.5.1 Requires: python-oslo.i18n >= 2.1.0 -Requires: python-oslo.utils >= 3.18.0 -Requires: python-pbr >= 1.8 -Requires: python-requests >= 2.10.0 +Requires: python-oslo.utils >= 3.20.0 +Requires: python-pbr >= 2.0.0 +Requires: python-requests >= 2.14.2 Requires: python-six >= 1.9.0 BuildArch: noarch @@ -71,7 +71,7 @@ Summary: Documentation for OpenStack Ironic API Client Group: Documentation BuildRequires: python-Sphinx -BuildRequires: python-oslosphinx >= 4.7.0 +BuildRequires: python-openstackdocstheme >= 1.11.0 BuildRequires: python-reno >= 1.8.0 %description doc @@ -83,6 +83,7 @@ %prep %autosetup -n %{sname}-%{version} %py_req_cleanup +sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build %{py2_build} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.JxZ9kC/_old 2017-08-28 15:30:36.291389761 +0200 +++ /var/tmp/diff_new_pack.JxZ9kC/_new 2017-08-28 15:30:36.295389198 +0200 @@ -1,8 +1,8 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-ironicclient/python-ironicclient.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-ironicclient/python-ironicclient.spec.j2</param> <param name="output-name">python-ironicclient.spec</param> - <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param> + <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param> <param name="changelog-email">cloud-devel@suse.de</param> <param name="changelog-provider">gh,openstack,python-ironicclient</param> </service> ++++++ python-ironicclient-1.11.1.tar.gz -> python-ironicclient-1.16.0.tar.gz ++++++ ++++ 13983 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de