Hello community,
here is the log from the commit of package python-openstackclient for
openSUSE:Factory checked in at 2018-01-24 15:28:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
and /work/SRC/openSUSE:Factory/.python-openstackclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openstackclient"
Wed Jan 24 15:28:18 2018 rev:12 rq:567473 version:3.13.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2017-08-28 15:32:15.185486753 +0200
+++
/work/SRC/openSUSE:Factory/.python-openstackclient.new/python-openstackclient.changes
2018-01-24 15:28:21.992361455 +0100
@@ -1,0 +2,93 @@
+Thu Jan 18 15:56:45 UTC 2018 - [email protected]
+
+- Convert to singlespec
+
+-------------------------------------------------------------------
+Mon Jan 15 11:46:42 UTC 2018 - [email protected]
+
+- update to version 3.13.0
+ - Add RemoveNetwork command to server
+ - Accept 0 for --min-disk and --min-ram
+ - network functest: Remove condition for segment test
+ - Switch to $USER in post_test_hooks
+ - Remove a bunch of things we promised to remove in 2H 2017
+ - Attempt to de-race qos policy
+ - Make py27 and py35 versions and template of unit-tips jobs
+ - Make osc-tox-unit-tips work on other repos
+ - Support creating unaddress neutron port
+ - Imported Translations from Zanata
+ - Remove hard-coded policy choices for creating a server group
+ - Native DevStack jobs
+ - Update image cli doc and fix some typos
+ - Use instance variables for subnet tests
+ - Prepare for os-clinet-config to go away
+ - Show detailed message of neutron exception
+ - Neutron agent delete: remove the wrong argument
+ - Implied Roles
+ - Unroll the network qos policy functional tests
+ - Add wrapper around ostestr
+ - Be robust on import plugin module
+ - Replace %r with %s on printing string variable
+ - Add server rescue unit tests
+ - Send 'changes-since' instead of 'changes_since' query parameter
+ - openstack subnet create fails when tags is None
+ - Update the documentation link for doc migration
+ - Fix output for subnet show
+ - flake8-import-order: Ensure to place project imports last
+ - Fix 'project purge' deletes ALL images problem
+ - Updates for stestr
+ - Fix credentials in create, update and list.
+ - Added AddNetwork command to server
+ - Zuul: add file extension to playbook path
+ - Use flake8-import-order plugin
+ - Add support for endpoing filter commands
+ - Replace guildelines with guidelines
+ - Update release/stable branch table in docs
+ - auto-generate docs for v3 identity resources
+ - Release note cleanup
+ - Skip object-store functional tests when Swift is not available
+ - Allow PD as Subnetpool during Subnet creations
+ - Convert network segment functional tests to JSON
+ - Remove -U from pip install
+ - Fix "openstack image unset" command's help message typo
+ - Skip Volume v1 functional tests if v1 not present
+ - Add "volume service list --host" functional test case
+ - Move base functional test job in-repo
+ - Convert network security group functional tests to JSON
+ - Convert network qos functional tests to JSON
+ - Support icmp-type and icmp-code to be set as zero
+ - Convert 'server' commands to use autoprogram
+ - Add python-zunclient plugin
+ - Fix SDK Connection creation alternative to Profile
+ - Avoid default mutable values in arguments
+ - Add cliff and keystoneauth to tips jobs
+ - Allow creating security rules without protocol
+ - Correct import of keystoneauth1 session
+ - Add .htaccess for docs migration
+ - Attempt to work around chronically failing server issues with aggregates
and qos
+ - Move more jobs in-repo
+ - Display Network QoS rule type details
+ - Set correct designate endpoint in docs
+ - Avoid tox_install.sh for constraints support
+ - Updated from global requirements
+ - Optimize getting endpoint list
+ - Zuul job updates
+ - Convert remaining network functional tests to JSON
+ - Update reno for stable/pike
+ - Use *_as_ids instead *_as_list
+ - Network: Add interfaces info in router show
+ - Remove setting of version/release from releasenotes
+ - Fix subunit collection in functional tests with ostestr>=1.0.0
+ - Add new commands for karbor osc plugin
+ - Revert "Disable karborclient until a fixed version is released"
+ - Network: Add supports rbac target-all-projects
+ - Fix file mode on network-topology.rst
+ - Rehome test units lib
+ - Useless line of code in shell.py
+ - Add python-rsdclient into plugin list
+ - Add functional test cases for "volume qos associate/disassociate"
+ - auto-generate object docs
+ - Add logic to handle old and new sdk constructor
+ - Add missing parameters on openstack server rescue
+
+-------------------------------------------------------------------
Old:
----
python-openstackclient-3.12.0.tar.gz
New:
----
python-openstackclient-3.13.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openstackclient.spec ++++++
--- /var/tmp/diff_new_pack.awhfRU/_old 2018-01-24 15:28:22.640331149 +0100
+++ /var/tmp/diff_new_pack.awhfRU/_new 2018-01-24 15:28:22.640331149 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-openstackclient
#
-# 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
@@ -16,88 +16,117 @@
#
-%global sname python-openstackclient
Name: python-openstackclient
-Version: 3.12.0
+Version: 3.13.0
Release: 0
Summary: OpenStack Command-line Client
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
+Url: https://launchpad.net/python-openstackclient
+Source0:
https://files.pythonhosted.org/packages/source/p/python-openstackclient/python-openstackclient-3.13.0.tar.gz
BuildRequires: openstack-macros
-BuildRequires: python-cinderclient >= 2.1.0
-BuildRequires: python-cliff >= 2.6.0
BuildRequires: python-devel
-BuildRequires: python-fixtures >= 3.0.0
-BuildRequires: python-glanceclient >= 2.7.0
-BuildRequires: python-keystoneclient >= 3.8.0
-BuildRequires: python-mock >= 2.0
-BuildRequires: python-novaclient >= 9.0.0
-BuildRequires: python-openstacksdk >= 0.9.17
-BuildRequires: python-os-client-config >= 1.27.0
-BuildRequires: python-os-testr >= 0.8.0
-BuildRequires: python-osc-lib >= 1.5.1
-BuildRequires: python-oslotest >= 1.10.0
-BuildRequires: python-osprofiler >= 1.4.0
-BuildRequires: python-requests >= 2.14.2
-BuildRequires: python-requests-mock >= 1.1
-BuildRequires: python-stevedore >= 1.20.0
-BuildRequires: python-testrepository >= 0.0.18
-BuildRequires: python-testtools >= 1.4.0
-BuildRequires: python-wrapt >= 1.7.0
+BuildRequires: python2-cinderclient >= 3.2.0
+BuildRequires: python2-cliff >= 2.8.0
+BuildRequires: python2-fixtures >= 3.0.0
+BuildRequires: python2-glanceclient >= 2.8.0
+BuildRequires: python2-keystoneclient >= 3.8.0
+BuildRequires: python2-mock >= 2.0.0
+BuildRequires: python2-novaclient >= 9.1.0
+BuildRequires: python2-openstacksdk >= 0.9.19
+BuildRequires: python2-os-client-config >= 1.28.0
+BuildRequires: python2-os-testr >= 1.0.0
+BuildRequires: python2-osc-lib >= 1.7.0
+BuildRequires: python2-oslotest >= 1.10.0
+BuildRequires: python2-osprofiler >= 1.4.0
+BuildRequires: python2-requests >= 2.14.2
+BuildRequires: python2-requests-mock >= 1.1.0
+BuildRequires: python2-stevedore >= 1.20.0
+BuildRequires: python2-testrepository >= 0.0.18
+BuildRequires: python2-testtools >= 2.2.0
+BuildRequires: python2-wrapt >= 1.7.0
+BuildRequires: python3-cinderclient >= 3.2.0
+BuildRequires: python3-cliff >= 2.8.0
+BuildRequires: python3-devel
+BuildRequires: python3-fixtures >= 3.0.0
+BuildRequires: python3-glanceclient >= 2.8.0
+BuildRequires: python3-keystoneclient >= 3.8.0
+BuildRequires: python3-mock >= 2.0.0
+BuildRequires: python3-novaclient >= 9.1.0
+BuildRequires: python3-openstacksdk >= 0.9.19
+BuildRequires: python3-os-client-config >= 1.28.0
+BuildRequires: python3-os-testr >= 1.0.0
+BuildRequires: python3-osc-lib >= 1.7.0
+BuildRequires: python3-oslotest >= 1.10.0
+BuildRequires: python3-osprofiler >= 1.4.0
+BuildRequires: python3-requests >= 2.14.2
+BuildRequires: python3-requests-mock >= 1.1.0
+BuildRequires: python3-stevedore >= 1.20.0
+BuildRequires: python3-testrepository >= 0.0.18
+BuildRequires: python3-testtools >= 2.2.0
+BuildRequires: python3-wrapt >= 1.7.0
Requires: python-Babel >= 2.3.4
-Requires: python-cinderclient >= 2.1.0
-Requires: python-cliff >= 2.6.0
-Requires: python-glanceclient >= 2.7.0
-Requires: python-keystoneauth1 >= 2.21.0
+Requires: python-cinderclient >= 3.2.0
+Requires: python-cliff >= 2.8.0
+Requires: python-glanceclient >= 2.8.0
+Requires: python-heatclient >= 1.10.0
+Requires: python-keystoneauth1 >= 3.2.0
Requires: python-keystoneclient >= 3.8.0
-Requires: python-novaclient >= 9.0.0
-Requires: python-openstacksdk >= 0.9.17
-Requires: python-osc-lib >= 1.5.1
-Requires: python-oslo.i18n >= 2.1.0
-Requires: python-oslo.utils >= 3.20.0
-Requires: python-six >= 1.9.0
+Requires: python-novaclient >= 9.1.0
+Requires: python-openstacksdk >= 0.9.19
+Requires: python-osc-lib >= 1.7.0
+Requires: python-oslo.i18n >= 3.15.3
+Requires: python-oslo.utils >= 3.31.0
+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
python-openstackclient is a unified command-line client for the OpenStack APIs.
It is a thin wrapper to the stock python-*client modules that implement the
actual REST API client actions.
-%package doc
+%package -n python-openstackclient-doc
Summary: Documentation for OpenStack Command-line Client
# Some clients are commented out, since they have not been built yet
# TODO(jpena): uncomment them to enable their sections in the documentation
-Group: Documentation
+Group: Documentation/HTML
BuildRequires: python-Sphinx
-#BuildRequires: python-aodhclient >= 0.7.0
+#BuildRequires: python-aodhclient >= 0.9.0
#BuildRequires: python-barbicanclient >= 4.0.0
#BuildRequires: python-congressclient >= 1.3.0
-#BuildRequires: python-designateclient >= 1.5.0
-#BuildRequires: python-heatclient >= 1.6.1
-#BuildRequires: python-ironicclient >= 1.11.0
+#BuildRequires: python-designateclient >= 2.7.0
+#BuildRequires: python-heatclient >= 1.10.0
+#BuildRequires: python-ironicclient >= 1.14.0
#BuildRequires: python-mistralclient >= 3.1.0
#BuildRequires: python-muranoclient >= 0.8.2
#BuildRequires: python-neutronclient >= 6.3.0
-BuildRequires: python-openstackdocstheme >= 1.11.0
+BuildRequires: python-openstackdocstheme >= 1.17.0
#BuildRequires: python-ironic-inspector-client >= 1.5.0
-#BuildRequires: python-saharaclient >= 1.1.0
+#BuildRequires: python-saharaclient >= 1.2.0
#BuildRequires: python-zaqarclient >= 1.0.0
-%description doc
+%description -n python-openstackclient-doc
python-openstackclient is a unified command-line client for the OpenStack APIs.
It is a thin wrapper to the stock python-*client modules that implement the
actual REST API client actions.
This package contains auto-generated documentation.
%prep
-%autosetup -p1 -n %{sname}-%{version}
+%autosetup -p1 -n python-openstackclient-3.13.0
%py_req_cleanup
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
%build
-%{py2_build}
+%{python_build}
%{__python2} setup.py build_sphinx -b html
%{__python2} setup.py build_sphinx -b man
@@ -105,22 +134,32 @@
rm -rf doc/build/html/.{doctrees,buildinfo}
%install
-%{py2_install}
+%{python_install}
# man page
install -p -D -m 644 doc/build/man/openstack.1
%{buildroot}%{_mandir}/man1/openstack.1
+%python_clone -a %{buildroot}%{_bindir}/openstack
+%python_clone -a %{buildroot}%{_mandir}/man1/openstack.1
+
+%post
+%{python_install_alternative openstack openstack.1}
+
+%postun
+%python_uninstall_alternative openstack
%check
-%{__python2} setup.py testr
+%{python_expand rm -rf .testrepository
+$python setup.py testr
+}
-%files
+%files %{python_files}
%doc README.rst
%license LICENSE
-%{python2_sitelib}/openstackclient
-%{python2_sitelib}/*.egg-info
-%{_mandir}/man1/openstack.1.gz
-%{_bindir}/openstack
+%{python_sitelib}/openstackclient
+%{python_sitelib}/*.egg-info
+%python_alternative %{_bindir}/openstack
+%python_alternative %{_mandir}/man1/openstack.1
-%files doc
+%files -n python-openstackclient-doc
%license LICENSE
%doc doc/build/html
++++++ _service ++++++
--- /var/tmp/diff_new_pack.awhfRU/_old 2018-01-24 15:28:22.676329465 +0100
+++ /var/tmp/diff_new_pack.awhfRU/_new 2018-01-24 15:28:22.676329465 +0100
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-openstackclient/python-openstackclient.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/python-openstackclient/python-openstackclient.spec.j2</param>
<param name="output-name">python-openstackclient.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-openstackclient</param>
</service>
++++++ python-openstackclient-3.12.0.tar.gz ->
python-openstackclient-3.13.0.tar.gz ++++++
++++ 17338 lines of diff (skipped)