commit python-ironicclient for openSUSE:Factory

2020-10-26 Thread root
Hello community,

here is the log from the commit of package python-ironicclient for 
openSUSE:Factory checked in at 2020-10-26 16:15:19

Comparing /work/SRC/openSUSE:Factory/python-ironicclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-ironicclient.new.3463 (New)


Package is "python-ironicclient"

Mon Oct 26 16:15:19 2020 rev:20 rq:841182 version:4.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-ironicclient/python-ironicclient.changes  
2020-06-05 20:13:34.558397973 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ironicclient.new.3463/python-ironicclient.changes
2020-10-26 16:16:10.074928108 +0100
@@ -1,0 +2,32 @@
+Fri Oct  9 19:14:05 UTC 2020 - cloud-de...@suse.de
+
+- update to version 4.3.0
+  - Get rid of the oslo.serialization dependency
+  - Fix expected exception message in one test
+  - Add release note regarding global_request_id
+  - Convert ironicclient-tempest to dib
+  - Check import order
+  - Fix missing tox in functional devstack-minimal based job
+  - Set min version of tox to 3.2.1
+  - Add global_request_id into the base client methods
+  - Switch to newer openstackdocstheme and reno versions
+  - Allow to pass global request id for remaining objects
+  - Add Python3 victoria unit tests
+  - Remove future dependency
+  - drop mock from lower-constraints
+  - Update master for stable/ussuri
+  - Allow to pass global request id in node methods
+  - Cap jsonschema 3.2.0 as the minimal version
+  - Update lower-constraints.txt
+  - Remove pypy
+  - Use unittest.mock instead of third party mock
+  - Allow to pass additional arguments into adapter
+  - Allow to pass global request id in port and volume
+  - Remove Babel requirement
+  - Add `network_data` ironic node attribute support
+  - Add py38 package metadata
+  - Add port-uuid parameter to node vif attach
+  - Fix pygments style
+  - Restore default netboot boot option
+
+---

Old:

  python-ironicclient-4.1.0.tar.gz

New:

  python-ironicclient-4.3.0.tar.gz



Other differences:
--
++ python-ironicclient.spec ++
--- /var/tmp/diff_new_pack.dXFmtB/_old  2020-10-26 16:16:11.890929569 +0100
+++ /var/tmp/diff_new_pack.dXFmtB/_new  2020-10-26 16:16:11.894929572 +0100
@@ -17,23 +17,23 @@
 
 
 Name:   python-ironicclient
-Version:4.1.0
+Version:4.3.0
 Release:0
 Summary:Python API and CLI for OpenStack Ironic
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/python-ironicclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-ironicclient/python-ironicclient-4.1.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-ironicclient/python-ironicclient-4.3.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-Babel
-BuildRequires:  python3-PyYAML >= 3.12
+BuildRequires:  python3-PyYAML >= 3.13
 BuildRequires:  python3-appdirs >= 1.3.0
-BuildRequires:  python3-dogpile.cache >= 0.6.2
+BuildRequires:  python3-dogpile.cache >= 0.8.0
 BuildRequires:  python3-fixtures
-BuildRequires:  python3-jsonschema >= 2.6.0
+BuildRequires:  python3-jsonschema >= 3.2.0
 BuildRequires:  python3-mock
 BuildRequires:  python3-openstackclient
-BuildRequires:  python3-osc-lib >= 1.10.0
+BuildRequires:  python3-osc-lib >= 2.0.0
 BuildRequires:  python3-oslo.i18n
 BuildRequires:  python3-oslo.utils >= 3.33.0
 BuildRequires:  python3-oslotest
@@ -54,15 +54,15 @@
 %package -n python3-ironicclient
 Summary:Python API and CLI for OpenStack Ironic
 Group:  Development/Languages/Python
-Requires:   python3-PyYAML >= 3.12
+Requires:   python3-PyYAML >= 3.13
 Requires:   python3-appdirs >= 1.3.0
-Requires:   python3-dogpile.cache >= 0.6.2
-Requires:   python3-jsonschema >= 2.6.0
+Requires:   python3-dogpile.cache >= 0.8.0
+Requires:   python3-jsonschema >= 3.2.0
 Requires:   python3-keystoneauth1 >= 3.4.0
 Requires:   python3-openstackclient
-Requires:   python3-osc-lib >= 1.10.0
+Requires:   python3-osc-lib >= 2.0.0
 Requires:   python3-oslo.i18n
-Requires:   python3-oslo.serialization >= 2.18.0
+Requires:   python3-oslo.serialization
 Requires:   python3-oslo.utils >= 3.33.0
 Requires:   python3-pbr >= 2.0.0
 Requires:   python3-requests >= 2.14.2
@@ -90,13 +90,13 @@
 This package contains auto-generated documentation.
 
 %prep
-%autosetup -p1 -n python-ironicclient-4.1.0
+%autosetup -p1 -n python-ironicclient-4.3.0
 %py_req_cleanup
 
 %build
 %{py3_build}
 
-PBR_VERSION=4.1.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=4.3.0 %sphinx_build -b html doc/source doc/build/html
 # 

commit python-ironicclient for openSUSE:Factory

2020-06-05 Thread root
Hello community,

here is the log from the commit of package python-ironicclient for 
openSUSE:Factory checked in at 2020-06-05 20:10:23

Comparing /work/SRC/openSUSE:Factory/python-ironicclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-ironicclient.new.3606 (New)


Package is "python-ironicclient"

Fri Jun  5 20:10:23 2020 rev:19 rq:803565 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-ironicclient/python-ironicclient.changes  
2020-03-24 22:32:11.717084861 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ironicclient.new.3606/python-ironicclient.changes
2020-06-05 20:13:34.558397973 +0200
@@ -1,0 +2,33 @@
+Tue May 12 09:58:02 UTC 2020 - cloud-de...@suse.de
+
+- update to version 4.1.0
+  - Provide a clear error message when using client.Client without a session
+  - Bump hacking to 3.0.0
+  - Add node lessee
+  - Make the dependency on oslo.config explicit
+  - Cleanup py27 support
+  - Add support for retired{_reason} fields.
+  - Add --no-retired list option
+  - Update master for stable/train
+  - Enforce running tox with correct python version based on env
+  - Stop using six library
+  - Fix TypeError when using endpoint_override with SessionClient
+  - Explicitly set ramdisk type
+  - Drop python 2.7 support and testing
+  - Add versions to release notes series
+  - Standalone CLI: optional support for ironic-inspector
+  - Standalone CLI: fix a minor issue in the docs
+  - Fix AttributeError in negotiate_version
+  - Fix usage of --owner filter during node list
+  - Remove the requirement on either endpoint_override or os_ironic_api_version
+  - Add allocation owner
+  - Make it clear that a Session is required for v1.client.Client
+  - Get rid of the oslo.config requirement
+  - A standalone CLI for ironic
+  - Switch to Ussuri job
+  - Switch jobs to python3
+  - Fix source link.
+  - Make oslo.i18n an optional dependency
+  - Remove VerifiedHTTPSConnection class
+
+---

Old:

  python-ironicclient-3.1.1.tar.gz

New:

  python-ironicclient-4.1.0.tar.gz



Other differences:
--
++ python-ironicclient.spec ++
--- /var/tmp/diff_new_pack.4Q2DTD/_old  2020-06-05 20:13:35.806402565 +0200
+++ /var/tmp/diff_new_pack.4Q2DTD/_new  2020-06-05 20:13:35.806402565 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python-ironicclient
-Version:3.1.1
+Version:4.1.0
 Release:0
 Summary:Python API and CLI for OpenStack Ironic
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/python-ironicclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-ironicclient/python-ironicclient-3.1.1.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-ironicclient/python-ironicclient-4.1.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-Babel
 BuildRequires:  python3-PyYAML >= 3.12
@@ -34,7 +34,7 @@
 BuildRequires:  python3-mock
 BuildRequires:  python3-openstackclient
 BuildRequires:  python3-osc-lib >= 1.10.0
-BuildRequires:  python3-oslo.i18n >= 3.15.3
+BuildRequires:  python3-oslo.i18n
 BuildRequires:  python3-oslo.utils >= 3.33.0
 BuildRequires:  python3-oslotest
 BuildRequires:  python3-pbr >= 2.0.0
@@ -61,12 +61,11 @@
 Requires:   python3-keystoneauth1 >= 3.4.0
 Requires:   python3-openstackclient
 Requires:   python3-osc-lib >= 1.10.0
-Requires:   python3-oslo.i18n >= 3.15.3
+Requires:   python3-oslo.i18n
 Requires:   python3-oslo.serialization >= 2.18.0
 Requires:   python3-oslo.utils >= 3.33.0
 Requires:   python3-pbr >= 2.0.0
 Requires:   python3-requests >= 2.14.2
-Requires:   python3-six >= 1.10.0
 
 %description -n python3-ironicclient
 OpenStack Bare Metal Provisioning API Client Library.
@@ -91,13 +90,13 @@
 This package contains auto-generated documentation.
 
 %prep
-%autosetup -p1 -n python-ironicclient-3.1.1
+%autosetup -p1 -n python-ironicclient-4.1.0
 %py_req_cleanup
 
 %build
 %{py3_build}
 
-PBR_VERSION=3.1.1 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=4.1.0 %sphinx_build -b html doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
@@ -112,6 +111,7 @@
 %doc README.rst
 %{python3_sitelib}/ironicclient
 %{python3_sitelib}/*.egg-info
+%{_bindir}/baremetal
 
 %files -n python-ironicclient-doc
 %license LICENSE

++ _service ++
--- /var/tmp/diff_new_pack.4Q2DTD/_old  2020-06-05 20:13:35.842402698 +0200
+++ /var/tmp/diff_new_pack.4Q2DTD/_new  2020-06-05 20:13:35.842402698 +0200
@@ -1,8 +1,8 @@
 
   
-https://git.openstack.org/cgit/openstack/rpm-packaging/plain/openstack/python-ironicclient

commit python-ironicclient for openSUSE:Factory

2020-03-24 Thread root
Hello community,

here is the log from the commit of package python-ironicclient for 
openSUSE:Factory checked in at 2020-03-24 22:32:10

Comparing /work/SRC/openSUSE:Factory/python-ironicclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-ironicclient.new.3160 (New)


Package is "python-ironicclient"

Tue Mar 24 22:32:10 2020 rev:18 rq:784067 version:3.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-ironicclient/python-ironicclient.changes  
2019-12-04 14:18:50.838362204 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ironicclient.new.3160/python-ironicclient.changes
2020-03-24 22:32:11.717084861 +0100
@@ -1,0 +2,11 @@
+Wed Mar 11 20:59:21 UTC 2020 - Dirk Mueller 
+
+- switch to python 3.x only build
+
+---
+Tue Mar 10 17:25:08 UTC 2020 - cloud-de...@suse.de
+
+- update to version 3.1.1
+  - Fix AttributeError in negotiate_version
+
+---

Old:

  python-ironicclient-3.1.0.tar.gz

New:

  python-ironicclient-3.1.1.tar.gz



Other differences:
--
++ python-ironicclient.spec ++
--- /var/tmp/diff_new_pack.gv2eCC/_old  2020-03-24 22:32:12.533085271 +0100
+++ /var/tmp/diff_new_pack.gv2eCC/_new  2020-03-24 22:32:12.545085276 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ironicclient
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,32 +17,14 @@
 
 
 Name:   python-ironicclient
-Version:3.1.0
+Version:3.1.1
 Release:0
 Summary:Python API and CLI for OpenStack Ironic
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/python-ironicclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-ironicclient/python-ironicclient-3.1.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-ironicclient/python-ironicclient-3.1.1.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python2-Babel
-BuildRequires:  python2-PyYAML >= 3.12
-BuildRequires:  python2-appdirs >= 1.3.0
-BuildRequires:  python2-dogpile.cache >= 0.6.2
-BuildRequires:  python2-fixtures
-BuildRequires:  python2-jsonschema >= 2.6.0
-BuildRequires:  python2-mock
-BuildRequires:  python2-openstackclient
-BuildRequires:  python2-osc-lib >= 1.10.0
-BuildRequires:  python2-oslo.i18n >= 3.15.3
-BuildRequires:  python2-oslo.utils >= 3.33.0
-BuildRequires:  python2-oslotest
-BuildRequires:  python2-pbr >= 2.0.0
-BuildRequires:  python2-python-subunit
-BuildRequires:  python2-requests >= 2.14.2
-BuildRequires:  python2-requests-mock
-BuildRequires:  python2-stestr
-BuildRequires:  python2-testtools
 BuildRequires:  python3-Babel
 BuildRequires:  python3-PyYAML >= 3.12
 BuildRequires:  python3-appdirs >= 1.3.0
@@ -61,21 +43,7 @@
 BuildRequires:  python3-requests-mock
 BuildRequires:  python3-stestr
 BuildRequires:  python3-testtools
-Requires:   python-PyYAML >= 3.12
-Requires:   python-appdirs >= 1.3.0
-Requires:   python-dogpile.cache >= 0.6.2
-Requires:   python-jsonschema >= 2.6.0
-Requires:   python-keystoneauth1 >= 3.4.0
-Requires:   python-openstackclient
-Requires:   python-osc-lib >= 1.10.0
-Requires:   python-oslo.i18n >= 3.15.3
-Requires:   python-oslo.serialization >= 2.18.0
-Requires:   python-oslo.utils >= 3.33.0
-Requires:   python-pbr >= 2.0.0
-Requires:   python-requests >= 2.14.2
-Requires:   python-six >= 1.10.0
 BuildArch:  noarch
-%python_subpackages
 
 %description
 OpenStack Bare Metal Provisioning API Client Library
@@ -83,6 +51,31 @@
 This is a client for the OpenStack Ironic API. It provides a Python API (the
 ironicclient module) and a command-line interface (ironic).
 
+%package -n python3-ironicclient
+Summary:Python API and CLI for OpenStack Ironic
+Group:  Development/Languages/Python
+Requires:   python3-PyYAML >= 3.12
+Requires:   python3-appdirs >= 1.3.0
+Requires:   python3-dogpile.cache >= 0.6.2
+Requires:   python3-jsonschema >= 2.6.0
+Requires:   python3-keystoneauth1 >= 3.4.0
+Requires:   python3-openstackclient
+Requires:   python3-osc-lib >= 1.10.0
+Requires:   python3-oslo.i18n >= 3.15.3
+Requires:   python3-oslo.serialization >= 2.18.0
+Requires:   python3-oslo.utils >= 3.33.0
+Requires:   python3-pbr >= 2.0.0
+Requires:   python3-requests >= 2.14.2
+Requires:   python3-six >= 1.10.0
+
+%description -n python3-ironicclient
+OpenStack Bare Metal Pro

commit python-ironicclient for openSUSE:Factory

2019-12-04 Thread root
Hello community,

here is the log from the commit of package python-ironicclient for 
openSUSE:Factory checked in at 2019-12-04 13:48:30

Comparing /work/SRC/openSUSE:Factory/python-ironicclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-ironicclient.new.4691 (New)


Package is "python-ironicclient"

Wed Dec  4 13:48:30 2019 rev:17 rq:736654 version:3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-ironicclient/python-ironicclient.changes  
2019-06-12 13:16:05.752703638 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ironicclient.new.4691/python-ironicclient.changes
2019-12-04 14:18:50.838362204 +0100
@@ -1,0 +2,35 @@
+Wed Oct  9 13:00:14 UTC 2019 - cloud-de...@suse.de
+
+- update to version 3.1.0
+  - Make it clear that a Session is required for v1.client.Client
+  - Remove deprecated common.http.HTTPClient class
+  - Replace openstack.org git:// URLs with https://
+  - Uncap jsonschema
+  - Fetch requirements from opendev
+  - Run jobs under python2 and python3
+  - Update .gitreview for stable/train
+  - Fix usage of --owner filter during node list
+  - Do not try to use /v1/v1 when endpoint_override is used
+  - OpenDev Migration Patch
+  - Update sphinx requirements
+  - Allocation API: support allocation backfilling
+  - Update api-ref location
+  - Switch to the new canonical constraints URL on master
+  - Remove deprecated keystone arguments
+  - Remove deprecated endpoint argument
+  - Add release note for bug #2006216
+  - Fix TypeError when using endpoint_override with SessionClient
+  - Update Python 3 test runtimes for Train
+  - Use endpoint_override in version negotiation
+  - Strip prefix when paginating
+  - Update TOX/UPPER_CONSTRAINTS_FILE for stable/train
+  - Remove the requirement on either endpoint_override or os_ironic_api_version
+  - Move to zuulv3
+  - Add allocation update API
+  - Build pdf doc
+  - Dropping the py35 testing
+  - Update master for stable/stein
+  - Make the dependency on oslo.config explicit
+  - Remove the ironic command
+
+---

Old:

  python-ironicclient-2.7.2.tar.gz

New:

  python-ironicclient-3.1.0.tar.gz



Other differences:
--
++ python-ironicclient.spec ++
--- /var/tmp/diff_new_pack.NhX7sg/_old  2019-12-04 14:18:51.546362294 +0100
+++ /var/tmp/diff_new_pack.NhX7sg/_new  2019-12-04 14:18:51.554362295 +0100
@@ -17,17 +17,15 @@
 
 
 Name:   python-ironicclient
-Version:2.7.2
+Version:3.1.0
 Release:0
 Summary:Python API and CLI for OpenStack Ironic
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/python-ironicclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-ironicclient/python-ironicclient-2.7.2.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-ironicclient/python-ironicclient-3.1.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
 BuildRequires:  python2-Babel
-BuildRequires:  python2-PrettyTable >= 0.7.1
 BuildRequires:  python2-PyYAML >= 3.12
 BuildRequires:  python2-appdirs >= 1.3.0
 BuildRequires:  python2-dogpile.cache >= 0.6.2
@@ -46,10 +44,8 @@
 BuildRequires:  python2-stestr
 BuildRequires:  python2-testtools
 BuildRequires:  python3-Babel
-BuildRequires:  python3-PrettyTable >= 0.7.1
 BuildRequires:  python3-PyYAML >= 3.12
 BuildRequires:  python3-appdirs >= 1.3.0
-BuildRequires:  python3-devel
 BuildRequires:  python3-dogpile.cache >= 0.6.2
 BuildRequires:  python3-fixtures
 BuildRequires:  python3-jsonschema >= 2.6.0
@@ -65,7 +61,6 @@
 BuildRequires:  python3-requests-mock
 BuildRequires:  python3-stestr
 BuildRequires:  python3-testtools
-Requires:   python-PrettyTable >= 0.7.1
 Requires:   python-PyYAML >= 3.12
 Requires:   python-appdirs >= 1.3.0
 Requires:   python-dogpile.cache >= 0.6.2
@@ -80,14 +75,6 @@
 Requires:   python-requests >= 2.14.2
 Requires:   python-six >= 1.10.0
 BuildArch:  noarch
-%if 0%{?suse_version}
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
-%else
-# on RDO, update-alternatives is in chkconfig
-Requires(post): chkconfig
-Requires(postun): chkconfig
-%endif
 %python_subpackages
 
 %description
@@ -99,10 +86,10 @@
 %package -n python-ironicclient-doc
 Summary:Documentation for OpenStack Ironic API Client
 Group:  Documentation/HTML
-BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme
-BuildRequires:  python-reno
-BuildRequires:  python-sphinxcontrib-apidoc
+BuildRequires:  python3-Sphinx
+BuildRequires:  python3-openstackdocstheme
+BuildRequires:  python3-reno
+BuildRequires:  python3-sphinxcontrib-apidoc

commit python-ironicclient for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package python-ironicclient for 
openSUSE:Factory checked in at 2019-06-12 13:16:04

Comparing /work/SRC/openSUSE:Factory/python-ironicclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-ironicclient.new.4811 (New)


Package is "python-ironicclient"

Wed Jun 12 13:16:04 2019 rev:16 rq:709043 version:2.7.2

Changes:

--- /work/SRC/openSUSE:Factory/python-ironicclient/python-ironicclient.changes  
2019-05-03 22:40:49.763039710 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ironicclient.new.4811/python-ironicclient.changes
2019-06-12 13:16:05.752703638 +0200
@@ -1,0 +2,14 @@
+Tue Jun 11 06:18:27 UTC 2019 - cloud-de...@suse.de
+
+- update to version 2.7.2
+  - Update .gitreview for stable/stein
+  - Fix allocation tests
+  - Use endpoint_override in version negotiation
+  - Move to zuulv3
+  - Run jobs under python2 and python3
+  - Replace openstack.org git:// URLs with https://
+  - OpenDev Migration Patch
+  - Do not try to use /v1/v1 when endpoint_override is used
+  - Update UPPER_CONSTRAINTS_FILE for stable/stein
+
+---

Old:

  python-ironicclient-2.7.0.tar.gz

New:

  python-ironicclient-2.7.2.tar.gz



Other differences:
--
++ python-ironicclient.spec ++
--- /var/tmp/diff_new_pack.DcCKa8/_old  2019-06-12 13:16:06.176703193 +0200
+++ /var/tmp/diff_new_pack.DcCKa8/_new  2019-06-12 13:16:06.180703189 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python-ironicclient
-Version:2.7.0
+Version:2.7.2
 Release:0
 Summary:Python API and CLI for OpenStack Ironic
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/python-ironicclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-ironicclient/python-ironicclient-2.7.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-ironicclient/python-ironicclient-2.7.2.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-Babel
@@ -111,13 +111,13 @@
 This package contains auto-generated documentation.
 
 %prep
-%autosetup -p1 -n python-ironicclient-2.7.0
+%autosetup -p1 -n python-ironicclient-2.7.2
 %py_req_cleanup
 
 %build
 %{python_build}
 
-PBR_VERSION=2.7.0 sphinx-build -b html doc/source doc/build/html
+PBR_VERSION=2.7.2 sphinx-build -b html doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++ python-ironicclient-2.7.0.tar.gz -> python-ironicclient-2.7.2.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ironicclient-2.7.0/AUTHORS 
new/python-ironicclient-2.7.2/AUTHORS
--- old/python-ironicclient-2.7.0/AUTHORS   2019-03-08 01:31:10.0 
+0100
+++ new/python-ironicclient-2.7.2/AUTHORS   2019-05-23 08:29:48.0 
+0200
@@ -44,9 +44,12 @@
 He Yongli 
 Himanshu Kumar 
 Hironori Shiina 
+Ian Wienand 
+Iury Gregory Melo Ferreira 
 James E. Blair 
 Jamie Lennox 
 Jamie Lennox 
+Jason 
 Jeremy Stanley 
 Jim Rollenhagen 
 John L. Villalovos 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ironicclient-2.7.0/ChangeLog 
new/python-ironicclient-2.7.2/ChangeLog
--- old/python-ironicclient-2.7.0/ChangeLog 2019-03-08 01:31:10.0 
+0100
+++ new/python-ironicclient-2.7.2/ChangeLog 2019-05-23 08:29:48.0 
+0200
@@ -1,6 +1,23 @@
 CHANGES
 ===
 
+2.7.2
+-
+
+* Do not try to use /v1/v1 when endpoint\_override is used
+* OpenDev Migration Patch
+
+2.7.1
+-
+
+* Use endpoint\_override in version negotiation
+* Run jobs under python2 and python3
+* Move to zuulv3
+* Replace openstack.org git:// URLs with https://
+* Update .gitreview for stable/stein
+* Update UPPER\_CONSTRAINTS\_FILE for stable/stein
+* Fix allocation tests
+
 2.7.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ironicclient-2.7.0/PKG-INFO 
new/python-ironicclient-2.7.2/PKG-INFO
--- old/python-ironicclient-2.7.0/PKG-INFO  2019-03-08 01:31:10.0 
+0100
+++ new/python-ironicclient-2.7.2/PKG-INFO  2019-05-23 08:29:48.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: python-ironicclient
-Version: 2.7.0
+Version: 2.7.2
 Summary: OpenStack Bare Metal Provisioning API Client Library
 Home-page: https://docs.openstack.org/python-ironicclient/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-ironicclient-2.7.0/ironicclient/common/http.py 
new/python-ironicclient-2.7.2/i

commit python-ironicclient for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-ironicclient for 
openSUSE:Factory checked in at 2019-05-03 22:40:48

Comparing /work/SRC/openSUSE:Factory/python-ironicclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-ironicclient.new.5148 (New)


Package is "python-ironicclient"

Fri May  3 22:40:48 2019 rev:15 rq:692829 version:2.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-ironicclient/python-ironicclient.changes  
2019-02-26 22:18:55.618139492 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ironicclient.new.5148/python-ironicclient.changes
2019-05-03 22:40:49.763039710 +0200
@@ -1,0 +2,39 @@
+Mon Apr  8 12:28:23 UTC 2019 - cloud-de...@suse.de
+
+- update to version 2.7.0
+  - Follow-up to the configdrive change
+  - Fix a typo in the docstring
+  - pass endpoint interface to http client
+  - Update release notes
+  - Add node owner
+  - import zuul job settings from project-config
+  - Minor fixes to README.rst
+  - Change openstack-dev to openstack-discuss
+  - [Trivial] Allocation API: fix incorrect parameter description
+  - Update reno for stable/rocky
+  - Update min tox version to 2.0
+  - Deploy templates: client support
+  - add python 3.6 unit test job
+  - Support node description
+  - Add Python 3.6 classifier to setup.cfg
+  - Fix a LOG.warning which didn't work properly
+  - Add Events support
+  - Replace assertRaisesRegexp with assertRaisesRegex
+  - Allocation API: client API and CLI
+  - Add 'hostname' to port's local link connection
+  - switch documentation job to new PTI
+  - Replace mock.has_calls() with assert_has_calls
+  - Support passing a dictionary for configdrive
+  - Add is-smartnic port attribute to port command
+  - Support for conductors exposed from API
+  - Support for protected and protected_reason fields
+  - Add management of automated_clean field
+  - [Follow Up] Add 'hostname' to port's local link connection
+  - fix typo
+  - Sort columns in node detailed list alphabetically
+  - Accept 'valid_interfaces' in client setup
+  - add python 3.7 unit test job
+  - Modify useful links to project resources in README
+  - Use templates for cover and lower-constraints
+
+---

Old:

  python-ironicclient-2.5.1.tar.gz

New:

  python-ironicclient-2.7.0.tar.gz



Other differences:
--
++ python-ironicclient.spec ++
--- /var/tmp/diff_new_pack.QHado8/_old  2019-05-03 22:40:51.159042650 +0200
+++ /var/tmp/diff_new_pack.QHado8/_new  2019-05-03 22:40:51.183042700 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python-ironicclient
-Version:2.5.1
+Version:2.7.0
 Release:0
 Summary:Python API and CLI for OpenStack Ironic
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/python-ironicclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-ironicclient/python-ironicclient-2.5.1.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-ironicclient/python-ironicclient-2.7.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-Babel
@@ -35,7 +35,6 @@
 BuildRequires:  python2-jsonschema >= 2.6.0
 BuildRequires:  python2-mock
 BuildRequires:  python2-openstackclient
-BuildRequires:  python2-os-testr
 BuildRequires:  python2-osc-lib >= 1.10.0
 BuildRequires:  python2-oslo.i18n >= 3.15.3
 BuildRequires:  python2-oslo.utils >= 3.33.0
@@ -44,6 +43,7 @@
 BuildRequires:  python2-python-subunit
 BuildRequires:  python2-requests >= 2.14.2
 BuildRequires:  python2-requests-mock
+BuildRequires:  python2-stestr
 BuildRequires:  python2-testtools
 BuildRequires:  python3-Babel
 BuildRequires:  python3-PrettyTable >= 0.7.1
@@ -55,7 +55,6 @@
 BuildRequires:  python3-jsonschema >= 2.6.0
 BuildRequires:  python3-mock
 BuildRequires:  python3-openstackclient
-BuildRequires:  python3-os-testr
 BuildRequires:  python3-osc-lib >= 1.10.0
 BuildRequires:  python3-oslo.i18n >= 3.15.3
 BuildRequires:  python3-oslo.utils >= 3.33.0
@@ -64,6 +63,7 @@
 BuildRequires:  python3-python-subunit
 BuildRequires:  python3-requests >= 2.14.2
 BuildRequires:  python3-requests-mock
+BuildRequires:  python3-stestr
 BuildRequires:  python3-testtools
 Requires:   python-PrettyTable >= 0.7.1
 Requires:   python-PyYAML >= 3.12
@@ -74,6 +74,7 @@
 Requires:   python-openstackclient
 Requires:   python-osc-lib >= 1.10.0
 Requires:   python-oslo.i18n >= 3.15.3
+Requires:   python-oslo.serialization >= 2.18.0
 Requires:   python-oslo.utils >= 3.33.0
 Requires:   python-pbr >= 2.0.0
 Requires:   python-requests >= 2.14.2
@@ -110,14 +111,13 @@
 This package contains

commit python-ironicclient for openSUSE:Factory

2019-02-26 Thread root
Hello community,

here is the log from the commit of package python-ironicclient for 
openSUSE:Factory checked in at 2019-02-26 22:18:49

Comparing /work/SRC/openSUSE:Factory/python-ironicclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-ironicclient.new.28833 (New)


Package is "python-ironicclient"

Tue Feb 26 22:18:49 2019 rev:14 rq:672179 version:2.5.1

Changes:

--- /work/SRC/openSUSE:Factory/python-ironicclient/python-ironicclient.changes  
2018-09-07 15:37:27.882661106 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ironicclient.new.28833/python-ironicclient.changes
   2019-02-26 22:18:55.618139492 +0100
@@ -1,0 +2,9 @@
+Wed Feb  6 15:01:27 UTC 2019 - cloud-de...@suse.de
+
+- update to version 2.5.1
+  - Update UPPER_CONSTRAINTS_FILE for stable/rocky
+  - Fix a LOG.warning which didn't work properly
+  - Update .gitreview for stable/rocky
+  - import zuul job settings from project-config
+
+---

Old:

  python-ironicclient-2.5.0.tar.gz

New:

  python-ironicclient-2.5.1.tar.gz



Other differences:
--
++ python-ironicclient.spec ++
--- /var/tmp/diff_new_pack.sMPoww/_old  2019-02-26 22:18:57.126138981 +0100
+++ /var/tmp/diff_new_pack.sMPoww/_new  2019-02-26 22:18:57.134138978 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ironicclient
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-ironicclient
-Version:2.5.0
+Version:2.5.1
 Release:0
 Summary:Python API and CLI for OpenStack Ironic
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/python-ironicclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-ironicclient/python-ironicclient-2.5.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-ironicclient/python-ironicclient-2.5.1.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-Babel
@@ -110,14 +110,14 @@
 This package contains auto-generated documentation.
 
 %prep
-%autosetup -p1 -n python-ironicclient-2.5.0
+%autosetup -p1 -n python-ironicclient-2.5.1
 %py_req_cleanup
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{python_build}
 
-PBR_VERSION=2.5.0 sphinx-build -b html doc/source doc/build/html
+PBR_VERSION=2.5.1 sphinx-build -b html doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++ python-ironicclient-2.5.0.tar.gz -> python-ironicclient-2.5.1.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ironicclient-2.5.0/AUTHORS 
new/python-ironicclient-2.5.1/AUTHORS
--- old/python-ironicclient-2.5.0/AUTHORS   2018-07-25 21:45:07.0 
+0200
+++ new/python-ironicclient-2.5.1/AUTHORS   2019-01-29 02:34:46.0 
+0100
@@ -119,7 +119,6 @@
 Yushiro FURUKAWA 
 Zenghui Shi 
 Zhenguo Niu 
-Zuul 
 deepakmourya 
 ericxiett 
 fpxie 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ironicclient-2.5.0/ChangeLog 
new/python-ironicclient-2.5.1/ChangeLog
--- old/python-ironicclient-2.5.0/ChangeLog 2018-07-25 21:45:07.0 
+0200
+++ new/python-ironicclient-2.5.1/ChangeLog 2019-01-29 02:34:46.0 
+0100
@@ -1,6 +1,14 @@
 CHANGES
 ===
 
+2.5.1
+-
+
+* Fix a LOG.warning which didn't work properly
+* import zuul job settings from project-config
+* Update UPPER\_CONSTRAINTS\_FILE for stable/rocky
+* Update .gitreview for stable/rocky
+
 2.5.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ironicclient-2.5.0/PKG-INFO 
new/python-ironicclient-2.5.1/PKG-INFO
--- old/python-ironicclient-2.5.0/PKG-INFO  2018-07-25 21:45:09.0 
+0200
+++ new/python-ironicclient-2.5.1/PKG-INFO  2019-01-29 02:34:46.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: python-ironicclient
-Version: 2.5.0
+Version: 2.5.1
 Summary: OpenStack Bare Metal Provisioning API Client Library
 Home-page: https://docs.openstack.org/python-ironicclient/latest/
 Author: OpenStack
@@

commit python-ironicclient for openSUSE:Factory

2018-09-07 Thread root
Hello community,

here is the log from the commit of package python-ironicclient for 
openSUSE:Factory checked in at 2018-09-07 15:37:24

Comparing /work/SRC/openSUSE:Factory/python-ironicclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-ironicclient.new (New)


Package is "python-ironicclient"

Fri Sep  7 15:37:24 2018 rev:13 rq:633072 version:2.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-ironicclient/python-ironicclient.changes  
2018-03-19 23:34:42.441298773 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ironicclient.new/python-ironicclient.changes 
2018-09-07 15:37:27.882661106 +0200
@@ -1,0 +2,49 @@
+Mon Sep  3 17:32:03 UTC 2018 - cloud-de...@suse.de
+
+- update to version 2.5.0
+  - Check return value in test_baremetal_list_traits
+  - Replace curly quotes with straight quotes
+  - Update reno for stable/queens
+  - Switch to none auth for standalone mode
+  - fix a typo in documentation
+  - Add rescue_interface to node and driver
+  - Support per-call version: set_provision_state
+  - Power fault recovery: client support
+  - Fix incompatible requirement in lower-constraints
+  - Replace use of functools.wraps() with six.wraps()
+  - Use 'with' method rather than having to call close
+  - Remove testrepository
+  - Zuul: Remove project name
+  - Stop double json decoding API error messages
+  - Include python API reference in docs
+  - Switch the CI to hardware types and clean up playbook
+  - Add support for RESCUE and UNRESCUE provision states
+  - Add support for conductor groups
+  - BIOS Settings support
+  - Use the 'ironic' queue for the gate
+  - Do not run functional (API) tests in the CI
+  - Add support for reset_interfaces in node's PATCH
+  - Trivial fix typo of description
+  - Support node's deploy_step field
+  - Minor changes to version negotiation logic
+  - Gate fix: Cap hacking to avoid gate failure
+  - Change confusing test class names
+  - Do not abort wait_for_provision_state of last_errors becomes non-empty
+  - Follow the new PTI for document build
+  - Update references to launchpad for storyboard
+  - Follow-up of rescue mode
+  - Support resetting interfaces to their default values
+  - Switch functional tests to the fake-hardware hardware type
+  - fix tox python3 overrides
+  - Add microversion override for get and list
+  - Allow to use none auth in functional tests
+  - [doc] Add 'openstack create' command to command reference
+  - Wire in header microversion into negotiation
+  - Minor version bump for 2.3.0
+  - Update 'Usage' section in 'doc/source/api_v1.rst'
+  - Switch to using stestr
+  - Fix lower-constraints.txt
+  - Updated from global requirements
+  - add lower-constraints job
+
+---

Old:

  python-ironicclient-2.2.0.tar.gz

New:

  python-ironicclient-2.5.0.tar.gz



Other differences:
--
++ python-ironicclient.spec ++
--- /var/tmp/diff_new_pack.ooGJX3/_old  2018-09-07 15:37:28.218660744 +0200
+++ /var/tmp/diff_new_pack.ooGJX3/_new  2018-09-07 15:37:28.222660740 +0200
@@ -17,62 +17,62 @@
 
 
 Name:   python-ironicclient
-Version:2.2.0
+Version:2.5.0
 Release:0
 Summary:Python API and CLI for OpenStack Ironic
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://launchpad.net/python-ironicclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-ironicclient/python-ironicclient-2.2.0.tar.gz
+URL:https://launchpad.net/python-ironicclient
+Source0:
https://files.pythonhosted.org/packages/source/p/python-ironicclient/python-ironicclient-2.5.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python2-Babel >= 2.3.4
+BuildRequires:  python2-Babel
 BuildRequires:  python2-PrettyTable >= 0.7.1
-BuildRequires:  python2-PyYAML >= 3.10
+BuildRequires:  python2-PyYAML >= 3.12
 BuildRequires:  python2-appdirs >= 1.3.0
 BuildRequires:  python2-dogpile.cache >= 0.6.2
-BuildRequires:  python2-fixtures >= 3.0.0
+BuildRequires:  python2-fixtures
 BuildRequires:  python2-jsonschema >= 2.6.0
-BuildRequires:  python2-mock >= 2.0.0
-BuildRequires:  python2-openstackclient >= 3.12.0
-BuildRequires:  python2-os-testr >= 1.0.0
-BuildRequires:  python2-osc-lib >= 1.8.0
+BuildRequires:  python2-mock
+BuildRequires:  python2-openstackclient
+BuildRequires:  python2-os-testr
+BuildRequires:  python2-osc-lib >= 1.10.0
 BuildRequires:  python2-oslo.i18n >= 3.15.3
 BuildRequires:  python2-oslo.utils >= 3.33.0
-BuildRequires:  python2-oslotest >= 3.2.0
+BuildRequires:  python2-oslotest
 BuildRequires:  python2-pbr >= 2.0.0
-BuildRequires:  python2-python-subunit >= 1.0.0
+BuildRequires:  

commit python-ironicclient for openSUSE:Factory

2018-03-19 Thread root
Hello community,

here is the log from the commit of package python-ironicclient for 
openSUSE:Factory checked in at 2018-03-19 23:34:40

Comparing /work/SRC/openSUSE:Factory/python-ironicclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-ironicclient.new (New)


Package is "python-ironicclient"

Mon Mar 19 23:34:40 2018 rev:12 rq:583301 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-ironicclient/python-ironicclient.changes  
2018-01-31 19:52:04.552963268 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ironicclient.new/python-ironicclient.changes 
2018-03-19 23:34:42.441298773 +0100
@@ -1,0 +2,19 @@
+Fri Feb 23 13:03:45 UTC 2018 - tbecht...@suse.com
+
+- Switch to stable/queens spec template
+
+---
+Mon Feb 12 09:56:58 UTC 2018 - cloud-de...@suse.de
+
+- update to version 2.2.0 (bsc#1078607)
+  - Use StrictVersion to compare versions
+  - Facilitate latest Rest API use
+  - Allow API user to define list of versions
+  - Ignore .eggs from git
+  - Traits support
+  - Add release note for fix to bug 1745099
+  - Can not set portgroup mode as a number
+  - Accept port and portgroup as volume connector types
+  - Updated from global requirements
+
+---

Old:

  python-ironicclient-2.1.0.tar.gz

New:

  python-ironicclient-2.2.0.tar.gz



Other differences:
--
++ python-ironicclient.spec ++
--- /var/tmp/diff_new_pack.8yVrkH/_old  2018-03-19 23:34:43.133273810 +0100
+++ /var/tmp/diff_new_pack.8yVrkH/_new  2018-03-19 23:34:43.137273666 +0100
@@ -16,50 +16,78 @@
 #
 
 
-%global sname python-ironicclient
 Name:   python-ironicclient
-Version:2.1.0
+Version:2.2.0
 Release:0
 Summary:Python API and CLI for OpenStack Ironic
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://launchpad.net/%{sname}
-Source0:
https://files.pythonhosted.org/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
+Url:https://launchpad.net/python-ironicclient
+Source0:
https://files.pythonhosted.org/packages/source/p/python-ironicclient/python-ironicclient-2.2.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-Babel >= 2.3.4
-BuildRequires:  python-PrettyTable >= 0.7.1
-BuildRequires:  python-PyYAML >= 3.10
-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.6.0
-BuildRequires:  python-mock >= 2.0.0
-BuildRequires:  python-openstackclient >= 3.12.0
-BuildRequires:  python-os-testr >= 1.0.0
-BuildRequires:  python-osc-lib >= 1.7.0
-BuildRequires:  python-oslo.i18n >= 3.15.3
-BuildRequires:  python-oslo.utils >= 3.31.0
-BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 2.0.0
-BuildRequires:  python-python-subunit >= 1.0.0
-BuildRequires:  python-requests >= 2.14.2
-BuildRequires:  python-requests-mock >= 1.1.0
-BuildRequires:  python-testtools >= 2.2.0
+BuildRequires:  python2-Babel >= 2.3.4
+BuildRequires:  python2-PrettyTable >= 0.7.1
+BuildRequires:  python2-PyYAML >= 3.10
+BuildRequires:  python2-appdirs >= 1.3.0
+BuildRequires:  python2-dogpile.cache >= 0.6.2
+BuildRequires:  python2-fixtures >= 3.0.0
+BuildRequires:  python2-jsonschema >= 2.6.0
+BuildRequires:  python2-mock >= 2.0.0
+BuildRequires:  python2-openstackclient >= 3.12.0
+BuildRequires:  python2-os-testr >= 1.0.0
+BuildRequires:  python2-osc-lib >= 1.8.0
+BuildRequires:  python2-oslo.i18n >= 3.15.3
+BuildRequires:  python2-oslo.utils >= 3.33.0
+BuildRequires:  python2-oslotest >= 3.2.0
+BuildRequires:  python2-pbr >= 2.0.0
+BuildRequires:  python2-python-subunit >= 1.0.0
+BuildRequires:  python2-requests >= 2.14.2
+BuildRequires:  python2-requests-mock >= 1.1.0
+BuildRequires:  python2-testtools >= 2.2.0
+BuildRequires:  python3-Babel >= 2.3.4
+BuildRequires:  python3-PrettyTable >= 0.7.1
+BuildRequires:  python3-PyYAML >= 3.10
+BuildRequires:  python3-appdirs >= 1.3.0
+BuildRequires:  python3-devel
+BuildRequires:  python3-dogpile.cache >= 0.6.2
+BuildRequires:  python3-fixtures >= 3.0.0
+BuildRequires:  python3-jsonschema >= 2.6.0
+BuildRequires:  python3-mock >= 2.0.0
+BuildRequires:  python3-openstackclient >= 3.12.0
+BuildRequires:  python3-os-testr >= 1.0.0
+BuildRequires:  python3-osc-lib >= 1.8.0
+BuildRequires:  python3-oslo.i18n >= 3.15.3
+BuildRequires:  python3-oslo.utils >= 3.33.0
+BuildRequires:  python3-oslotest >= 3.2.0
+BuildRequires:  python3-pbr >= 2.0.0
+BuildRequires:  python3-python-subunit >= 1.0.0
+BuildRequires:  python3-requests >= 2.14.2
+BuildRequire

commit python-ironicclient for openSUSE:Factory

2018-01-31 Thread root
Hello community,

here is the log from the commit of package python-ironicclient for 
openSUSE:Factory checked in at 2018-01-31 19:52:01

Comparing /work/SRC/openSUSE:Factory/python-ironicclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-ironicclient.new (New)


Package is "python-ironicclient"

Wed Jan 31 19:52:01 2018 rev:11 rq:571132 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-ironicclient/python-ironicclient.changes  
2017-09-23 21:34:03.179786823 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ironicclient.new/python-ironicclient.changes 
2018-01-31 19:52:04.552963268 +0100
@@ -1,0 +2,47 @@
+Tue Jan 30 15:10:12 UTC 2018 - cloud-de...@suse.de
+
+- update to version 2.1.0
+  - Skip warning when changing target_raid_config
+  - Remove setting of version/release from releasenotes
+  - Mock filecache.CACHE in unit tests
+  - Clean up the release notes
+  - Avoid tox_install.sh for constraints support
+  - Cleanup test-requirements
+  - Add ability to provide configdrive when rebuilding with OSC
+  - Update release notes
+  - Do not depend on python-openstackclient
+  - Move legacy ironicclient jobs in-tree
+  - Accept None as a result of node validation in functional test
+  - Add basic tests for OSC plugin baremetal driver commands
+  - flake8: Enable some off-by-default checks
+  - Synchronize ironic and ironicclients list of boot devices
+  - Allow OS_BAREMETAL_API_VERSION=latest to work
+  - Update the documentation link for doc migration
+  - Use assertRegex instead of assertRegexpMatches
+  - zuul: centralize 'irrelevant-files' list
+  - Update README
+  - osc node power on & off commands
+  - [reno] Prelude for release 2.0
+  - Allow re-negotiation of the latest version supplied by CLI
+  - Use generic user for both zuul v2 and v3
+  - Replace testr with stestr
+  - Pass missing arguments to session in SessionClient._make_session_request
+  - Make functional tests on JSON output debugable
+  - Deprecate the ironic CLI
+  - Use the tempest plugin from openstack/ironic-tempest-plugin
+  - Add test for set/unset node target_raid_config
+  - Fix to use "." to source script files
+  - Set the default API version of OSC CLI to "latest"
+  - Add auto-generated CLI reference
+  - Create port with specific port group UUID in OSC
+  - Update documentation
+  - tox.ini: Add 'py36' to the default envlist
+  - Pass os_identity_api_version into functional tests
+  - Remove RBD examples
+  - Update reno for stable/pike
+  - Switch the deprecated "ironic" CLI to "latest" API version by default
+  - Do not use urljoin in base http client
+  - Updated from global requirements
+  - Remove deprecated OSC baremetal commands
+
+---

Old:

  python-ironicclient-1.17.0.tar.gz

New:

  python-ironicclient-2.1.0.tar.gz



Other differences:
--
++ python-ironicclient.spec ++
--- /var/tmp/diff_new_pack.wYGDEU/_old  2018-01-31 19:52:05.512918628 +0100
+++ /var/tmp/diff_new_pack.wYGDEU/_new  2018-01-31 19:52:05.512918628 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ironicclient
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,47 +18,47 @@
 
 %global sname python-ironicclient
 Name:   python-ironicclient
-Version:1.17.0
+Version:2.1.0
 Release:0
 Summary:Python API and CLI for OpenStack Ironic
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/%{sname}
-Source0:
https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-Babel >= 2.3.4
 BuildRequires:  python-PrettyTable >= 0.7.1
-BuildRequires:  python-PyYAML >= 3.10.0
+BuildRequires:  python-PyYAML >= 3.10
 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 >= 3.3.0
-BuildRequires:  python-os-testr >= 0.8.0
-BuildRequires:  python-osc-lib >= 1.5.1
-BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.utils >= 3.20.0
+BuildRequires:  python-jsonschema >= 2.6.0
+BuildRequires:  python-mock >= 2.0.0
+BuildRequires:  python-openstackclient >= 3.12.0
+BuildRequires:  python-os-testr >

commit python-ironicclient for openSUSE:Factory

2017-09-23 Thread root
Hello community,

here is the log from the commit of package python-ironicclient for 
openSUSE:Factory checked in at 2017-09-23 21:33:58

Comparing /work/SRC/openSUSE:Factory/python-ironicclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-ironicclient.new (New)


Package is "python-ironicclient"

Sat Sep 23 21:33:58 2017 rev:10 rq:528065 version:1.17.0

Changes:

--- /work/SRC/openSUSE:Factory/python-ironicclient/python-ironicclient.changes  
2017-08-28 15:30:34.339664137 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ironicclient.new/python-ironicclient.changes 
2017-09-23 21:34:03.179786823 +0200
@@ -1,0 +2,8 @@
+Thu Sep 21 13:18:58 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.17.0
+  - Update .gitreview for stable/pike
+  - Updated from global requirements
+  - Update UPPER_CONSTRAINTS_FILE for stable/pike
+
+---

Old:

  python-ironicclient-1.16.0.tar.gz

New:

  python-ironicclient-1.17.0.tar.gz



Other differences:
--
++ python-ironicclient.spec ++
--- /var/tmp/diff_new_pack.53kdCZ/_old  2017-09-23 21:34:04.199643397 +0200
+++ /var/tmp/diff_new_pack.53kdCZ/_new  2017-09-23 21:34:04.203642835 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-ironicclient
 Name:   python-ironicclient
-Version:1.16.0
+Version:1.17.0
 Release:0
 Summary:Python API and CLI for OpenStack Ironic
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.53kdCZ/_old  2017-09-23 21:34:04.255635522 +0200
+++ /var/tmp/diff_new_pack.53kdCZ/_new  2017-09-23 21:34:04.255635522 +0200
@@ -1,6 +1,6 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-ironicclient/python-ironicclient.spec.j2
+https://git.openstack.org/cgit/openstack/rpm-packaging/plain/openstack/python-ironicclient/python-ironicclient.spec.j2?h=stable/pike
 python-ironicclient.spec
 https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de

++ python-ironicclient-1.16.0.tar.gz -> python-ironicclient-1.17.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ironicclient-1.16.0/ChangeLog 
new/python-ironicclient-1.17.0/ChangeLog
--- old/python-ironicclient-1.16.0/ChangeLog2017-07-27 17:55:05.0 
+0200
+++ new/python-ironicclient-1.17.0/ChangeLog2017-08-30 20:44:09.0 
+0200
@@ -1,6 +1,13 @@
 CHANGES
 ===
 
+1.17.0
+--
+
+* Updated from global requirements
+* Update UPPER\_CONSTRAINTS\_FILE for stable/pike
+* Update .gitreview for stable/pike
+
 1.16.0
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ironicclient-1.16.0/PKG-INFO 
new/python-ironicclient-1.17.0/PKG-INFO
--- old/python-ironicclient-1.16.0/PKG-INFO 2017-07-27 17:55:06.0 
+0200
+++ new/python-ironicclient-1.17.0/PKG-INFO 2017-08-30 20:44:11.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-ironicclient
-Version: 1.16.0
+Version: 1.17.0
 Summary: OpenStack Bare Metal Provisioning API Client Library
 Home-page: https://docs.openstack.org/python-ironicclient/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-ironicclient-1.16.0/python_ironicclient.egg-info/PKG-INFO 
new/python-ironicclient-1.17.0/python_ironicclient.egg-info/PKG-INFO
--- old/python-ironicclient-1.16.0/python_ironicclient.egg-info/PKG-INFO
2017-07-27 17:55:05.0 +0200
+++ new/python-ironicclient-1.17.0/python_ironicclient.egg-info/PKG-INFO
2017-08-30 20:44:10.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-ironicclient
-Version: 1.16.0
+Version: 1.17.0
 Summary: OpenStack Bare Metal Provisioning API Client Library
 Home-page: https://docs.openstack.org/python-ironicclient/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-ironicclient-1.16.0/python_ironicclient.egg-info/pbr.json 
new/python-ironicclient-1.17.0/python_ironicclient.egg-info/pbr.json
--- old/python-ironicclient-1.16.0/python_ironicclient.egg-info/pbr.json
2017-07-27 17:55:06.0 +0200
+++ new/python-ironicclient-1.17.0/python_ironicclient.egg-info/pbr.json
2017-08-30 20:44:10.0 +0200
@@ -1 +1 @@
-{"git_version": "835c5d4", "is_release": true}
\ No newline at end of file
+{"git_version": "cdff7a0", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-ironicc

commit python-ironicclient for openSUSE:Factory

2017-08-28 Thread root
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-de...@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:  

commit python-ironicclient for openSUSE:Factory

2017-04-06 Thread root
Hello community,

here is the log from the commit of package python-ironicclient for 
openSUSE:Factory checked in at 2017-04-06 11:01:46

Comparing /work/SRC/openSUSE:Factory/python-ironicclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-ironicclient.new (New)


Package is "python-ironicclient"

Thu Apr  6 11:01:46 2017 rev:8 rq:482822 version:1.11.1

Changes:

--- /work/SRC/openSUSE:Factory/python-ironicclient/python-ironicclient.changes  
2017-02-21 13:44:32.465453662 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ironicclient.new/python-ironicclient.changes 
2017-04-06 11:01:54.661611877 +0200
@@ -1,0 +2,8 @@
+Mon Mar 27 08:59:33 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.11.1:
+  - Update UPPER_CONSTRAINTS_FILE for stable/ocata
+  - Bump the LAST_KNOWN_API_VERSION to 29 in OSC
+  - Update .gitreview for stable/ocata
+
+---

Old:

  python-ironicclient-1.11.0.tar.gz

New:

  python-ironicclient-1.11.1.tar.gz



Other differences:
--
++ python-ironicclient.spec ++
--- /var/tmp/diff_new_pack.WLuq8O/_old  2017-04-06 11:01:55.289523131 +0200
+++ /var/tmp/diff_new_pack.WLuq8O/_new  2017-04-06 11:01:55.293522566 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-ironicclient
 Name:   python-ironicclient
-Version:1.11.0
+Version:1.11.1
 Release:0
 Summary:Python API and CLI for OpenStack Ironic
 License:Apache-2.0
@@ -51,7 +51,7 @@
 Requires:   python-appdirs >= 1.3.0
 Requires:   python-dogpile.cache >= 0.6.2
 Requires:   python-jsonschema >= 2.0.0
-Requires:   python-keystoneauth1 >= 2.17.0
+Requires:   python-keystoneauth1 >= 2.18.0
 Requires:   python-openstackclient >= 3.3.0
 Requires:   python-osc-lib >= 1.2.0
 Requires:   python-oslo.i18n >= 2.1.0

++ python-ironicclient-1.11.0.tar.gz -> python-ironicclient-1.11.1.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ironicclient-1.11.0/AUTHORS 
new/python-ironicclient-1.11.1/AUTHORS
--- old/python-ironicclient-1.11.0/AUTHORS  2017-01-26 01:55:30.0 
+0100
+++ new/python-ironicclient-1.11.1/AUTHORS  2017-03-02 15:08:09.0 
+0100
@@ -65,6 +65,7 @@
 Naohiro Tamura 
 Nisha Agarwal 
 Ondřej Nový 
+OpenStack Release Bot 
 Pavlo Shchelokovskyy 
 Rakesh H S 
 Ramakrishnan G 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ironicclient-1.11.0/ChangeLog 
new/python-ironicclient-1.11.1/ChangeLog
--- old/python-ironicclient-1.11.0/ChangeLog2017-01-26 01:55:30.0 
+0100
+++ new/python-ironicclient-1.11.1/ChangeLog2017-03-02 15:08:09.0 
+0100
@@ -1,6 +1,13 @@
 CHANGES
 ===
 
+1.11.1
+--
+
+* Bump the LAST_KNOWN_API_VERSION to 29 in OSC
+* Update UPPER_CONSTRAINTS_FILE for stable/ocata
+* Update .gitreview for stable/ocata
+
 1.11.0
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ironicclient-1.11.0/PKG-INFO 
new/python-ironicclient-1.11.1/PKG-INFO
--- old/python-ironicclient-1.11.0/PKG-INFO 2017-01-26 01:55:31.0 
+0100
+++ new/python-ironicclient-1.11.1/PKG-INFO 2017-03-02 15:08:10.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-ironicclient
-Version: 1.11.0
+Version: 1.11.1
 Summary: OpenStack Bare Metal Provisioning API Client Library
 Home-page: http://docs.openstack.org/developer/python-ironicclient
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-ironicclient-1.11.0/ironicclient/osc/plugin.py 
new/python-ironicclient-1.11.1/ironicclient/osc/plugin.py
--- old/python-ironicclient-1.11.0/ironicclient/osc/plugin.py   2017-01-26 
01:53:45.0 +0100
+++ new/python-ironicclient-1.11.1/ironicclient/osc/plugin.py   2017-03-02 
15:05:08.0 +0100
@@ -26,7 +26,7 @@
 
 API_VERSION_OPTION = 'os_baremetal_api_version'
 API_NAME = 'baremetal'
-LAST_KNOWN_API_VERSION = 28
+LAST_KNOWN_API_VERSION = 29
 API_VERSIONS = {
 '1.%d' % i: 'ironicclient.v1.client.Client'
 for i in range(1, LAST_KNOWN_API_VERSION + 1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-ironicclient-1.11.0/python_ironicclient.egg-info/PKG-INFO 
new/python-ironicclient-1.11.1/python_ironicclient.egg-info/PKG-INFO
--- old/python-ironicclient-1.11.0/python_ironicclient.egg-info/PKG-INFO
2017-01-26 01:55:30.0 +0100
+++ new/python-ironicclient-1.11.1/python_ironicclient.egg-info/PKG-INFO
2017-03-02 15:08:09.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Nam

commit python-ironicclient for openSUSE:Factory

2017-02-21 Thread root
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.0 +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 - cloud-de...@suse.de
+
+- 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:

commit python-ironicclient for openSUSE:Factory

2016-12-04 Thread h_root
Hello community,

here is the log from the commit of package python-ironicclient for 
openSUSE:Factory checked in at 2016-12-04 15:08:43

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-10-22 13:22:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ironicclient.new/python-ironicclient.changes 
2016-12-04 15:08:46.0 +0100
@@ -1,0 +2,6 @@
+Sat Dec  3 18:08:08 UTC 2016 - dmuel...@suse.com
+
+- update to 1.7.1:
+  * 'ironic create' handles file args
+
+---

Old:

  python-ironicclient-1.7.0.tar.gz

New:

  python-ironicclient-1.7.1.tar.gz



Other differences:
--
++ python-ironicclient.spec ++
--- /var/tmp/diff_new_pack.D9MECP/_old  2016-12-04 15:08:47.0 +0100
+++ /var/tmp/diff_new_pack.D9MECP/_new  2016-12-04 15:08:47.0 +0100
@@ -18,7 +18,7 @@
 
 %global sname python-ironicclient
 Name:   python-ironicclient
-Version:1.7.0
+Version:1.7.1
 Release:0
 Summary:Python API and CLI for OpenStack Ironic
 License:Apache-2.0
@@ -31,13 +31,13 @@
 BuildRequires:  python-PyYAML >= 3.1.0
 BuildRequires:  python-appdirs >= 1.3.0
 BuildRequires:  python-devel
-BuildRequires:  python-dogpile.cache >= 0.6.1
+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 >= 0.4.0
+BuildRequires:  python-osc-lib >= 1.0.2
 BuildRequires:  python-oslo.i18n >= 2.1.0
 BuildRequires:  python-oslo.utils >= 3.16.0
 BuildRequires:  python-oslotest >= 1.10.0
@@ -49,11 +49,11 @@
 Requires:   python-PrettyTable >= 0.7
 Requires:   python-PyYAML >= 3.1.0
 Requires:   python-appdirs >= 1.3.0
-Requires:   python-dogpile.cache >= 0.6.1
+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 >= 0.4.0
+Requires:   python-osc-lib >= 1.0.2
 Requires:   python-oslo.i18n >= 2.1.0
 Requires:   python-oslo.utils >= 3.16.0
 Requires:   python-pbr >= 1.6

++ python-ironicclient-1.7.0.tar.gz -> python-ironicclient-1.7.1.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ironicclient-1.7.0/ChangeLog 
new/python-ironicclient-1.7.1/ChangeLog
--- old/python-ironicclient-1.7.0/ChangeLog 2016-09-01 10:07:43.0 
+0200
+++ new/python-ironicclient-1.7.1/ChangeLog 2016-11-22 04:25:18.0 
+0100
@@ -1,6 +1,13 @@
 CHANGES
 ===
 
+1.7.1
+-
+
+* 'ironic create' handles file args
+* Add upper-constraints for stable/newton to tox.ini
+* Update .gitreview for stable/newton
+
 1.7.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ironicclient-1.7.0/PKG-INFO 
new/python-ironicclient-1.7.1/PKG-INFO
--- old/python-ironicclient-1.7.0/PKG-INFO  2016-09-01 10:07:44.0 
+0200
+++ new/python-ironicclient-1.7.1/PKG-INFO  2016-11-22 04:25:20.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-ironicclient
-Version: 1.7.0
+Version: 1.7.1
 Summary: OpenStack Bare Metal Provisioning API Client Library
 Home-page: http://docs.openstack.org/developer/python-ironicclient
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-ironicclient-1.7.0/ironicclient/tests/unit/v1/test_create_resources_shell.py
 
new/python-ironicclient-1.7.1/ironicclient/tests/unit/v1/test_create_resources_shell.py
--- 
old/python-ironicclient-1.7.0/ironicclient/tests/unit/v1/test_create_resources_shell.py
 2016-09-01 10:05:56.0 +0200
+++ 
new/python-ironicclient-1.7.1/ironicclient/tests/unit/v1/test_create_resources_shell.py
 2016-11-22 04:22:59.0 +0100
@@ -26,6 +26,6 @@
 def test_create_shell(self, mock_create_resources):
 args = mock.MagicMock()
 files = ['file1', 'file2', 'file3']
-args.resource_files = [files]
+args.resource_files = files
 create_resources_shell.do_create(self.client, args)
 mock_create_resources.assert_called_once_with(self.client, files)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-

commit python-ironicclient for openSUSE:Factory

2016-10-22 Thread h_root
Hello community,

here is the log from the commit of package python-ironicclient for 
openSUSE:Factory checked in at 2016-10-22 13:22:09

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-09-30 15:28:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ironicclient.new/python-ironicclient.changes 
2016-10-22 13:22:11.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct  2 16:06:35 UTC 2016 - dmuel...@suse.com
+
+- sync descriptions with git
+
+---



Other differences:
--
++ python-ironicclient.spec ++
--- /var/tmp/diff_new_pack.1fCheR/_old  2016-10-22 13:22:12.0 +0200
+++ /var/tmp/diff_new_pack.1fCheR/_new  2016-10-22 13:22:12.0 +0200
@@ -75,9 +75,9 @@
 BuildRequires:  python-reno >= 1.8.0
 
 %description doc
-This is a client for the OpenStack Cinder API (Block Storage. There's a
-Python API (the cinderclient module), and a command-line script (cinder).
-Each implements 100% of the OpenStack Cinder API.
+This is a client for the OpenStack Ironic API (Bare Metal. There's a
+Python API (the ironicclient module), and a command-line script (ironic).
+Each implements 100% of the OpenStack Ironic API.
 This package contains auto-generated documentation.
 
 %prep

++ _service ++
--- /var/tmp/diff_new_pack.1fCheR/_old  2016-10-22 13:22:12.0 +0200
+++ /var/tmp/diff_new_pack.1fCheR/_new  2016-10-22 13:22:12.0 +0200
@@ -1,13 +1,11 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/python-ironicclient/python-ironicclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/openstack/python-ironicclient/python-ironicclient.spec.j2
 python-ironicclient.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/global-requirements.txt
   
   
 enable
   
-  
-enable
-  
+  
 




commit python-ironicclient for openSUSE:Factory

2016-09-30 Thread h_root
Hello community,

here is the log from the commit of package python-ironicclient for 
openSUSE:Factory checked in at 2016-09-30 15:28:44

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-05-19 12:14:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ironicclient.new/python-ironicclient.changes 
2016-09-30 15:28:47.0 +0200
@@ -1,0 +2,102 @@
+Mon Sep  5 07:31:44 UTC 2016 - tbecht...@suse.com
+
+update to version 1.7.0
+  * Use osc-lib instead of openstackclient
+  * Deprecate -l option for port creation in OSC plugin
+  * Set/unset node's target RAID config via OSC command
+  * Clean up release notes for 1.7
+  * Add openstack baremetal driver commands
+  * Add baremetal port set command to OSC plugin
+  * Fail with more meaningful error while creating client
+  * Update hacking test-requirement
+  * Correct a couple small grammar things in release notes
+  * Verify JSON response of driver commands
+  * Add key_value_pairs_to_dict() method
+  * Trivial: Fix doc string for class DeleteBaremetalNode
+  * Fix i18n problems in shell.py
+  * Remove discover from test-requirements
+  * Add 'openstack baremetal node adopt' command
+  * Add baremetal port list command to OSC plugin
+  * Adds node boot device & passthru OSC commands
+  * Using assertIsNone() is preferred over assertEqual()
+  * Trivial: remove redundant parentheses
+  * Add node validate OSC command
+  * Use constraints for all the things
+  * Add baremetal port unset command to OSC plugin
+  * Fix uuid to UUID in expected error messages
+  * Add --node to 'openstack baremetal port list'
+  * Add --wait flag for provision actions and wait_for_provision_state function
+  * Add create command to ironic client
+  * Remove unused LONG_FIELDS
+  * Update help shown for node-delete
+  * Add internal_info field to port
+  * Change 'P' to 'Queens' and add deprecation date
+  * Remove unused variables assignments in OSC plugin unit tests
+  * Add openstack baremetal chassis commands
+  * Sync tools/tox_install.sh
+  * Trivial: Remove useless spaces
+  * Add docs target to tox.ini
+  * Adds 'openstack baremetal node console' commands
+  * Use osc_lib instead of cliff
+  * Add --chassis to 'openstack baremetal node list'
+  * Make shell main() specify return value in exit code
+  * Updated from global requirements
+  * Add baremetal port delete command to OSC plugin
+
+---
+Thu Sep  1 12:21:31 UTC 2016 - tbecht...@suse.com
+
+update to version 1.6.0
+  * Fix coverage target
+  * Add test for 'port-show --field' command
+  * Negative tests for testing chassis-create command
+  * Add provision state commands
+  * Fix typo in docstring of assertTableHeaders method
+  * Fix pep8 stderr warning regarding __all__ defined as list
+  * Use name randomizer from tempest
+  * Trivial: ignore openstack/common in flake8 exclude list
+  * Fix quotation mark in docstring
+  * Add support for node.resource_class
+  * Fix Quick-start example syntax.
+  * Add test for chassis-node-list
+  * Fix for tox 'testenv:cover' command
+  * Add env var for version cache timeout
+  * Add invalid attribute names to exception
+  * Code style fix according to flake8
+  * Improve output of --json option
+  * Update reno for stable/mitaka
+  * Change position in assert arguments
+  * Trivial: Fix incorrect comments in test_baremetal.py
+  * Add Python 3.5 classifier and venv
+  * Add sanity tests for testing actions with Port
+  * Bring OSC plugin inline with approved spec
+  * Replace deprecated tempest-lib with tempest
+  * Grammatical fixes for cache expiry feature
+  * Remove httplib2
+  * Fix typos in docstrings and comments
+  * Catch RetriableConnectionFailures from KAuth and retry
+  * Add baremetal port show command to OSC plugin
+  * Add test for 'chassis-show --field' command
+  * Implementation of baremetal power state commands
+  * Add test for ironic node-list command
+  * Updates supporting ironic-neutron integration
+  * Tests for CLI help message
+  * Add test for ironic driver-list command
+  * Fix py35 unit tests
+  * Simplify use of config_drive arg in osc
+  * Fix error returned by ironic --json node-validate
+  * Negative tests for testing actions with Chassis
+  * Move methods to utils.py
+  * Set endpoint_override while doing session.request
+  * Update the home-page with developer documentation
+  * Add maintenance mode commands
+  * Client addition for Active Node Creation verb adopt
+  * Trivial: Fix wrong comment in power state test
+  * Implementation of baremetal port create
+  * Add CLI tests to check JSON response body
+ 

commit python-ironicclient for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

here is the log from the commit of package python-ironicclient for 
openSUSE:Factory checked in at 2016-05-19 12:14:33

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  
2015-10-30 13:42:25.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ironicclient.new/python-ironicclient.changes 
2016-05-19 12:14:36.0 +0200
@@ -1,0 +2,84 @@
+Mon Mar 14 21:08:14 UTC 2016 - tbecht...@suse.com
+
+- update to 1.2.0:
+  * Remove leftover use of args.os_endpoint
+  * Updated from global requirements
+  * Add CLI support for RAID configuration
+  * Use keystoneauth instead of keystoneclient
+  * Don't ignore failures when delete nodes
+  * Use requests lib in HTTPClient
+  * Add a JSON option to the client
+  * Do not pass endpoint to constructor in OSC
+  * Fix Resource.__eq__ mismatch semantics of object equal
+  * Log SHA1 hash of X-Auth-Token value
+  * Stop ignoring _ as builtin in pep8
+  * Remove unused `anyjson`
+  * Add sanity tests for testing actions with Chassis
+  * Add 'node-set-provision-state  clean'
+  * continue to delete next node if failed with previous one
+  * Fix unit test 'Argument parse failed' error
+  * Replace HTTP 'magic numbers' with constants
+  * Add CLI to list nodes using the same driver
+  * Allow functional tests to work with Keystone v3
+  * Allow to initialize keystone v3 client
+  * Support all API versions up to 1.latest
+  * Put py34 first in the env order of tox
+  * Fix params order in assertEqual
+  * Remove openstack-common.conf
+  * Move ironicclient/common tests to their respective directory
+  * Do not log secrets
+  * Fix test cases of listing with provisioning state
+  * Replace assertTrue with explicit assertIsInstance
+  * Add first reno-based release note
+  * Add reno for release notes management
+  * Add Sanity tests for testing actions with Driver
+  * Replace assertEqual(None, *) with assertIsNone in tests
+  * Removes MANIFEST.in as it is not needed explicitely by PBR
+  * Switch tox unit test command to use ostestr
+  * Drop py33 support
+  * Add --uuid to port-create
+  * Add --uuid to chassis-create
+  * Deprecated tox -downloadcache option removed
+  * Scale back on how many warnings we issue
+  * Refactoring and removing duplicate code of "base.Manager" heirs without 
changing the API
+  * Correct node-port-list help info
+  * Fix exceptions.from_response() parameter
+  * Tests for testing node-set-power-state command
+  * Add --wrap option for "ironic driver-properties"
+  * Fix misprints in docstring
+  * Revert "Refactoring and removing duplicate code of "base.Manager" heirs"
+  * Refactoring and removing duplicate code of "base.Manager" heirs
+  * Add sanity tests for testing actions with Node
+  * Remove httpretty workaround
+  * Use a dict to translate node power states to json data
+  * Use requests-mock instead of httpretty
+  * Add missing translation markers
+  * update node shell help info
+  * replace LOG.warn with LOG.warning
+  * A minor change for driver_shell test
+  * Add documentation on how to run tests
+  * Add driver-get-vendor-passthru-methods cmd
+  * Add a new cmd method node-get-vendor-passthru-methods
+  * Add more unit tests for clituils
+  * Drop explicit Python 2.6 support
+  * Make print_list accept a list of dict
+  * Sync with oslo-incubator
+  * Last sync from oslo-incubator
+  * Use keystoneclient.exception directly
+  * Add simple table structure Ironic CLI tests
+  * Introduce tempest-lib to functional tests
+  * Make sort keys the same for list commands
+  * Remove lxml requirement
+  * Mock keystone call to avoid test failure
+  * Add more filters for chassis node-list
+  * Use doc8 style checker
+  * Fix the bug of incorrect spelling
+  * Replace six.iteritems() with .items()
+  * Allow 'abort' verb for node-set-provision-state
+  * Set a default endpoint value of None
+  * Added unit test cases for command-line shell
+  * Introduce openstackclient plugin
+  * Remove unneeded param['detail'] setting
+- Adjust Requires and BuildRequires
+
+---

Old:

  python-ironicclient-0.8.1.tar.gz

New:

  python-ironicclient-1.2.0.tar.gz



Other differences:
--
++ python-ironicclient.spec ++
--- /var/tmp/diff_new_pack.CBb8hw/_old  2016-05-19 12:14:37.0 +0200
+++ /var/tmp/diff_new_pack.CBb8hw/_new  2016-05-19 12:14:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ironicclient
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 20

commit python-ironicclient for openSUSE:Factory

2015-10-30 Thread h_root
Hello community,

here is the log from the commit of package python-ironicclient for 
openSUSE:Factory checked in at 2015-10-30 13:42:24

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  
2015-08-27 08:54:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ironicclient.new/python-ironicclient.changes 
2015-10-30 13:42:25.0 +0100
@@ -1,0 +2,44 @@
+Sat Sep 19 07:06:41 UTC 2015 - tbecht...@suse.com
+
+- update to 0.8.1:
+  * Fixes file cache TypeError
+  * Fix functional tests job
+  * Replace ConfigParser with six.moves.configparser
+
+---
+Mon Sep 14 10:51:20 UTC 2015 - tbecht...@suse.com
+
+- update to 0.8.0:
+  * Updated from global requirements
+  * Updated from global requirements
+  * Updated from global requirements
+  * Added unit tests for command-line shell
+  * Also retry on connection refused
+  * Updated from global requirements
+  * Updated from global requirements
+  * Add provision_updated_at field to nodes
+  * Filtering nodes by provision state
+  * Replacing dict.iteritems() with dict.items()
+  * Updated from global requirements
+  * Fix version negotiation
+  * Updated from global requirements
+  * Allow specifying a set of fields of the Port and Chasis resources
+  * Revert: requirement files in alphabetical order
+  * Fix unittests due mock 1.1.0 release
+  * Allow specifying a set of fields of the Node resource
+  * Expose node's clean_step and bump default version
+  * Fix slow tests in RetriesTestCase
+  * Updated from global requirements
+  * Updated from global requirements
+  * Also retry on HTTP 503 (service unavailable)
+  * Cache negotiated api microversion for server
+  * Updated from global requirements
+  * Cleanup session creation
+  * Updated from global requirements
+  * Register global Keystone args first
+  * Install the ironicclient into the 'venv' virtualenv
+  * Updated from global requirements
+  * Refactor resource_fields.py
+- Adjust Requires according to requirements.txt
+
+---

Old:

  python-ironicclient-0.7.0.tar.gz

New:

  python-ironicclient-0.8.1.tar.gz



Other differences:
--
++ python-ironicclient.spec ++
--- /var/tmp/diff_new_pack.EVrTAo/_old  2015-10-30 13:42:25.0 +0100
+++ /var/tmp/diff_new_pack.EVrTAo/_new  2015-10-30 13:42:25.0 +0100
@@ -18,7 +18,7 @@
 
 %define component ironicclient
 Name:   python-%{component}
-Version:0.7.0
+Version:0.8.1
 Release:0
 Summary:Openstack Bare Metal Deploy (Ironic) - API Client
 License:Apache-2.0
@@ -50,13 +50,13 @@
 Requires:   python-PrettyTable >= 0.7
 Requires:   python-anyjson >= 0.3.3
 Requires:   python-appdirs >= 1.3.0
-Requires:   python-dogpile.cache >= 0.5.3
+Requires:   python-dogpile.cache >= 0.5.4
 Requires:   python-httplib2 >= 0.7.5
 Requires:   python-keystoneclient >= 1.6.0
 Requires:   python-lxml >= 2.3
 Requires:   python-oslo.i18n >= 1.5.0
-Requires:   python-oslo.utils >= 1.9.0
-Requires:   python-pbr >= 1.3
+Requires:   python-oslo.utils >= 2.0.0
+Requires:   python-pbr >= 1.6
 Requires:   python-six >= 1.9.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110

++ python-ironicclient-0.7.0.tar.gz -> python-ironicclient-0.8.1.tar.gz 
++
 3286 lines of diff (skipped)