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 - [email protected]
+
+- 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
%description -n python-ironicclient-doc
This is a client for the OpenStack Ironic API (Bare Metal. There's a
@@ -111,28 +98,18 @@
This package contains auto-generated documentation.
%prep
-%autosetup -p1 -n python-ironicclient-2.7.2
+%autosetup -p1 -n python-ironicclient-3.1.0
%py_req_cleanup
%build
%{python_build}
-PBR_VERSION=2.7.2 sphinx-build -b html doc/source doc/build/html
+PBR_VERSION=3.1.0 %sphinx_build -b html doc/source doc/build/html
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
%install
%{python_install}
-# bash completion
-install -p -D -m 644 tools/ironic.bash_completion
%{buildroot}%{_sysconfdir}/bash_completion.d/ironic.bash_completion
-%python_clone -a %{buildroot}%{_bindir}/ironic
-%python_clone -a
%{buildroot}%{_sysconfdir}/bash_completion.d/ironic.bash_completion
-
-%post
-%{python_install_alternative ironic
%{_sysconfdir}/bash_completion.d/ironic.bash_completion}
-
-%postun
-%python_uninstall_alternative ironic
%check
%python_exec -m stestr.cli run
@@ -142,8 +119,6 @@
%doc README.rst
%{python_sitelib}/ironicclient
%{python_sitelib}/*.egg-info
-%python_alternative %{_bindir}/ironic
-%python_alternative %{_sysconfdir}/bash_completion.d/ironic.bash_completion
%files -n python-ironicclient-doc
%license LICENSE
++++++ _service ++++++
--- /var/tmp/diff_new_pack.NhX7sg/_old 2019-12-04 14:18:51.586362299 +0100
+++ /var/tmp/diff_new_pack.NhX7sg/_new 2019-12-04 14:18:51.586362299 +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/stein</param>
+ <param
name="input-template">https://git.openstack.org/cgit/openstack/rpm-packaging/plain/openstack/python-ironicclient/python-ironicclient.spec.j2?h=stable/train</param>
<param name="output-name">python-ironicclient.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/python-ironicclient/stable/stein/requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/python-ironicclient/stable/train/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,python-ironicclient</param>
</service>
++++++ python-ironicclient-2.7.2.tar.gz -> python-ironicclient-3.1.0.tar.gz
++++++
++++ 12397 lines of diff (skipped)