Hello community,
here is the log from the commit of package python-ironicclient for
openSUSE:Factory checked in at 2017-02-21 13:44:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ironicclient (Old)
and /work/SRC/openSUSE:Factory/.python-ironicclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ironicclient"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ironicclient/python-ironicclient.changes
2016-12-04 15:08:46.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-ironicclient.new/python-ironicclient.changes
2017-02-21 13:44:32.465453662 +0100
@@ -1,0 +2,85 @@
+Mon Feb 13 11:38:59 UTC 2017 - [email protected]
+
+- update to version 1.11.0:
+ - use utils.key_value_pairs_to_dict()
+ - Simplify heading capitalization.
+ - Avoid string interpolation in logging calls
+ - Fixed json response func tests
+ - Fix import of ironicclient and reformat docstring
+ - Support soft reboot and soft power off with timeout for OSC
+ - Refactor provision state so all actions can use inherited take_action
+ - Fix exception message creation in get_client()
+ - Fix node-inject-nmi to pass an empty body
+ - [trivial] Fix underline length under title in doc
+ - OSC plugin support microversions 1.21 & 1.22
+ - Move duplicated info to new v1/utils.py
+ - List required arguments in '--help' message in Ironic Client.
+ - Enable release notes translation
+ - Add interface attach/detach support
+ - Set OSC default baremetal api version as in ironicclient
+ - Add docs for create command
+ - Add a new OSC command for Inject NMI
+ - Follow up nits in the patch "ironic node-inject-nmi"
+ - Use identity api version 3 for OSC plugin tests
+ - Use ConfigParser instead of SafeConfigParser in Python 3
+ - Update reno for stable/newton
+ - Add warning message for baremetal node set/unset commands
+ - Hide 'nodes' field from chassis OSC subcommands output
+ - Add test for ironic port-list command
+ - Simplify heading capitalization in shell's HelpFormatter.
+ - TrivialFix Remove white space between print and ()
+ - Show team and repo badges on README
+ - Raise on NodeManager get when invalid identifier provided
+ - Add basic tests for OSC plugin baremetal node commands
+ - Allow import more than one func from i18n
+ - Replace six.iteritems() with .items()
+ - Document updating nested node attributes with CLI
+ - Replace yaml.load() with yaml.safe_load()
+ - If no resource, don't call Resource.to_dict()
+ - Support --os-baremetal-api-version latest
+ - Fix multiple ports deletion
+ - standardize release note page names and ordering
+ - Update release note for fix to required args
+ - [trivial] Fix of apostrophe in tox.ini
+ - Update to hacking 0.12.0 and use new checks
+ - Update tox envs list
+ - Extend VIF attach commands
+ - Add more tests to node_shell
+ - Use oslo_serialization.base64 to follow OpenStack Python3
+ - Add soft reboot/poweroff power states.
+ - 'ironic create' handles file args
+ - Add a new command "ironic node-inject-nmi"
+ - Add --no-maintenance to OSC 'baremetal node list'
+ - Don't write python bytecode while testing
+ - Use function import_versioned_module from oslo.utils
+ - Add --wait to OSC provisioning commands
+ - Strip endpoint version in OSC plugin
+ - Add tests for provision state commands
+ - Describe possible exception in docstring
+ - Update .gitignore to ignore .idea of PyCharm
+ - Add python API and CLI for port groups
+ - Fix API object representation in unittests
+ - Fix python3 compatibility when HTTP Error are returned
+ - Add plug-in summary for osc doc
+ - Include jsonschema only once in requirements
+ - Use uuidutils instead of uuid.uuid4()
+ - Add prefix "$" for command examples
+ - Add tests for maintenance mode commands
+ - OSC add capability to remove node/chassis_uuid
+ - Extend OSC "node list" cmd to fetch nodes without instance UUID
+ - Adds --chassis-uuid to osc 'baremetal node set'
+ - Add mode and properties to portgroup OSC plugin
+ - Allow creating portgroups via create commands
+ - Typo fix: prefered => preferred
+ - Pass argument as params in test_port_update
+ - Log warning if no property for (Un)Set commands
+ - Fix display of chassis UUID field if empty
+ - Hide 'ports' field from node OSC subcommands output
+ - Add mode and properties to portgroup
+ - Add portgroup support to osc plugin
+ - Fix help message for the node-vif-attach command
+ - Updated from global requirements
+ - [trivial] Remove unused variables assignment
+ - Change os_tenant_name to os_project_name in tests configuration script
+
+-------------------------------------------------------------------
Old:
----
python-ironicclient-1.7.1.tar.gz
New:
----
python-ironicclient-1.11.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ironicclient.spec ++++++
--- /var/tmp/diff_new_pack.04QkR1/_old 2017-02-21 13:44:32.849399496 +0100
+++ /var/tmp/diff_new_pack.04QkR1/_new 2017-02-21 13:44:32.853398932 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-ironicclient
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%global sname python-ironicclient
Name: python-ironicclient
-Version: 1.7.1
+Version: 1.11.0
Release: 0
Summary: Python API and CLI for OpenStack Ironic
License: Apache-2.0
@@ -27,36 +27,36 @@
Source0:
https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-Babel >= 2.3.4
-BuildRequires: python-PrettyTable >= 0.7
-BuildRequires: python-PyYAML >= 3.1.0
+BuildRequires: python-PrettyTable >= 0.7.1
+BuildRequires: python-PyYAML >= 3.10.0
BuildRequires: python-appdirs >= 1.3.0
BuildRequires: python-devel
BuildRequires: python-dogpile.cache >= 0.6.2
BuildRequires: python-fixtures >= 3.0.0
BuildRequires: python-jsonschema >= 2.0.0
BuildRequires: python-mock >= 2.0
-BuildRequires: python-openstackclient >= 2.1.0
-BuildRequires: python-os-testr >= 0.7.0
-BuildRequires: python-osc-lib >= 1.0.2
+BuildRequires: python-openstackclient >= 3.3.0
+BuildRequires: python-os-testr >= 0.8.0
+BuildRequires: python-osc-lib >= 1.2.0
BuildRequires: python-oslo.i18n >= 2.1.0
-BuildRequires: python-oslo.utils >= 3.16.0
+BuildRequires: python-oslo.utils >= 3.18.0
BuildRequires: python-oslotest >= 1.10.0
-BuildRequires: python-pbr >= 1.6
+BuildRequires: python-pbr >= 1.8
BuildRequires: python-python-subunit >= 0.0.18
BuildRequires: python-requests >= 2.10.0
-BuildRequires: python-requests-mock >= 1.0
+BuildRequires: python-requests-mock >= 1.1
BuildRequires: python-testtools >= 1.4.0
-Requires: python-PrettyTable >= 0.7
-Requires: python-PyYAML >= 3.1.0
+Requires: python-PrettyTable >= 0.7.1
+Requires: python-PyYAML >= 3.10.0
Requires: python-appdirs >= 1.3.0
Requires: python-dogpile.cache >= 0.6.2
Requires: python-jsonschema >= 2.0.0
-Requires: python-keystoneauth1 >= 2.10.0
-Requires: python-openstackclient >= 2.1.0
-Requires: python-osc-lib >= 1.0.2
+Requires: python-keystoneauth1 >= 2.17.0
+Requires: python-openstackclient >= 3.3.0
+Requires: python-osc-lib >= 1.2.0
Requires: python-oslo.i18n >= 2.1.0
-Requires: python-oslo.utils >= 3.16.0
-Requires: python-pbr >= 1.6
+Requires: python-oslo.utils >= 3.18.0
+Requires: python-pbr >= 1.8
Requires: python-requests >= 2.10.0
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 >= 2.5.0
+BuildRequires: python-oslosphinx >= 4.7.0
BuildRequires: python-reno >= 1.8.0
%description doc
@@ -81,7 +81,8 @@
This package contains auto-generated documentation.
%prep
-%setup -q -n %{sname}-%{version}
+%autosetup -n %{sname}-%{version}
+%py_req_cleanup
%build
%{py2_build}
++++++ _service ++++++
--- /var/tmp/diff_new_pack.04QkR1/_old 2017-02-21 13:44:32.893393290 +0100
+++ /var/tmp/diff_new_pack.04QkR1/_new 2017-02-21 13:44:32.893393290 +0100
@@ -1,11 +1,12 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/openstack/python-ironicclient/python-ironicclient.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/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/newton/global-requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param>
+ <param name="changelog-email">[email protected]</param>
+ <param name="changelog-provider">gh,openstack,python-ironicclient</param>
</service>
<service mode="disabled" name="download_files">
- <param name="changesgenerate">enable</param>
</service>
<service name="format_spec_file" mode="disabled"/>
</services>
++++++ python-ironicclient-1.7.1.tar.gz -> python-ironicclient-1.11.0.tar.gz
++++++
++++ 9324 lines of diff (skipped)