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 - [email protected]
+
+- 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 >= 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 >= 0.0.18
+BuildRequires: python-python-subunit >= 1.0.0
BuildRequires: python-requests >= 2.14.2
-BuildRequires: python-requests-mock >= 1.1
-BuildRequires: python-testtools >= 1.4.0
+BuildRequires: python-requests-mock >= 1.1.0
+BuildRequires: python-testtools >= 2.2.0
Requires: python-PrettyTable >= 0.7.1
-Requires: python-PyYAML >= 3.10.0
+Requires: python-PyYAML >= 3.10
Requires: python-appdirs >= 1.3.0
Requires: python-dogpile.cache >= 0.6.2
-Requires: python-jsonschema >= 2.0.0
-Requires: python-keystoneauth1 >= 2.21.0
-Requires: python-openstackclient >= 3.3.0
-Requires: python-osc-lib >= 1.5.1
-Requires: python-oslo.i18n >= 2.1.0
-Requires: python-oslo.utils >= 3.20.0
+Requires: python-jsonschema >= 2.6.0
+Requires: python-keystoneauth1 >= 3.2.0
+Requires: python-openstackclient >= 3.12.0
+Requires: python-osc-lib >= 1.7.0
+Requires: python-oslo.i18n >= 3.15.3
+Requires: python-oslo.utils >= 3.31.0
Requires: python-pbr >= 2.0.0
Requires: python-requests >= 2.14.2
-Requires: python-six >= 1.9.0
+Requires: python-six >= 1.10.0
BuildArch: noarch
%description
@@ -69,10 +69,10 @@
%package doc
Summary: Documentation for OpenStack Ironic API Client
-Group: Documentation
+Group: Documentation/HTML
BuildRequires: python-Sphinx
-BuildRequires: python-openstackdocstheme >= 1.11.0
-BuildRequires: python-reno >= 1.8.0
+BuildRequires: python-openstackdocstheme >= 1.17.0
+BuildRequires: python-reno >= 2.5.0
%description doc
This is a client for the OpenStack Ironic API (Bare Metal. There's a
@@ -98,7 +98,7 @@
install -p -D -m 644 tools/ironic.bash_completion
%{buildroot}%{_sysconfdir}/bash_completion.d/ironic.bash_completion
%check
-%{__python2} setup.py testr
+ostestr
%files
%license LICENSE
++++++ _service ++++++
--- /var/tmp/diff_new_pack.wYGDEU/_old 2018-01-31 19:52:05.560916396 +0100
+++ /var/tmp/diff_new_pack.wYGDEU/_new 2018-01-31 19:52:05.560916396 +0100
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://git.openstack.org/cgit/openstack/rpm-packaging/plain/openstack/python-ironicclient/python-ironicclient.spec.j2?h=stable/pike</param>
+ <param
name="input-template">https://git.openstack.org/cgit/openstack/rpm-packaging/plain/openstack/python-ironicclient/python-ironicclient.spec.j2?h=master</param>
<param name="output-name">python-ironicclient.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,python-ironicclient</param>
</service>
++++++ python-ironicclient-1.17.0.tar.gz -> python-ironicclient-2.1.0.tar.gz
++++++
++++ 4236 lines of diff (skipped)