Hello community,
here is the log from the commit of package python-senlinclient for
openSUSE:Factory checked in at 2018-09-07 15:39:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-senlinclient (Old)
and /work/SRC/openSUSE:Factory/.python-senlinclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-senlinclient"
Fri Sep 7 15:39:30 2018 rev:6 rq:633120 version:1.8.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-senlinclient/python-senlinclient.changes
2018-03-19 23:36:55.700491530 +0100
+++
/work/SRC/openSUSE:Factory/.python-senlinclient.new/python-senlinclient.changes
2018-09-07 15:39:32.998526740 +0200
@@ -1,0 +2,30 @@
+Mon Sep 3 12:50:41 UTC 2018 - [email protected]
+
+- update to version 1.8.0
+ - Change event and node module describe error.
+ - Switch to stestr
+ - Imported Translations from Zanata
+ - Add function test path to test_path
+ - Add node functional test and fix type list test
+ - Update reno for stable/queens
+ - Zuul: Remove project name
+ - Change CURRENT_API_VERSION to "1.10"
+ - Add profile, policy functional test
+ - fix tox python3 overrides
+ - Rocky releasenotes for python-senlinclient
+ - Add cli and contributor documents file.
+ - Fix docs cli authorize environment variables
+ - pypy is no longer supported by oslo libraries
+ - Remove run_tests.sh
+ - Follow the new PTI for document build
+ - Fix request version returns value handling error.
+ - Remove unnecessary definition
+ - Add back client module
+ - Add cluster and receiver function test
+ - Retrieve profile type by type name and version
+ - Zuul enable senlinclient function check
+ - Updated from global requirements
+ - add lower-constraints job
+ - Fix request return resp not exist 'action' key
+
+-------------------------------------------------------------------
Old:
----
python-senlinclient-1.7.0.tar.gz
New:
----
python-senlinclient-1.8.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-senlinclient.spec ++++++
--- /var/tmp/diff_new_pack.g9jAp1/_old 2018-09-07 15:39:33.326526388 +0200
+++ /var/tmp/diff_new_pack.g9jAp1/_new 2018-09-07 15:39:33.330526383 +0200
@@ -18,44 +18,45 @@
%global sname python-senlinclient
Name: python-senlinclient
-Version: 1.7.0
+Version: 1.8.0
Release: 0
Summary: Python API and CLI for OpenStack Senlin
License: Apache-2.0
Group: Development/Languages/Python
-Url: https://launchpad.net/%{sname}
+URL: https://launchpad.net/%{sname}
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
-BuildRequires: python-appdirs >= 1.3.0
+BuildRequires: python-PrettyTable >= 0.7.2
+BuildRequires: python-PyYAML >= 3.12
+BuildRequires: python-appdirs
BuildRequires: python-devel
-BuildRequires: python-fixtures >= 3.0.0
+BuildRequires: python-fixtures
BuildRequires: python-heatclient >= 1.10.0
-BuildRequires: python-jsonschema >= 2.6.0
-BuildRequires: python-mock >= 2.0.0
-BuildRequires: python-openstackclient >= 3.12.0
-BuildRequires: python-openstacksdk >= 0.9.19
-BuildRequires: python-os-testr >= 1.0.0
+BuildRequires: python-jsonschema
+BuildRequires: python-mock
+BuildRequires: python-openstackclient
+BuildRequires: python-openstacksdk >= 0.11.2
+BuildRequires: python-os-testr
BuildRequires: python-osc-lib >= 1.8.0
BuildRequires: python-oslo.i18n >= 3.15.3
BuildRequires: python-oslo.serialization >= 2.18.0
BuildRequires: python-oslo.utils >= 3.33.0
-BuildRequires: python-oslotest >= 3.2.0
+BuildRequires: python-oslotest
BuildRequires: python-pbr >= 2.0.0
-BuildRequires: python-python-subunit >= 1.0.0
+BuildRequires: python-python-subunit
BuildRequires: python-requests >= 2.14.2
-BuildRequires: python-requests-mock >= 1.1.0
-BuildRequires: python-testtools >= 2.2.0
-Requires: python-PrettyTable >= 0.7.1
-Requires: python-PyYAML >= 3.10
-Requires: python-appdirs >= 1.3.0
+BuildRequires: python-requests-mock
+BuildRequires: python-stestr
+BuildRequires: python-testtools
+Requires: python-PrettyTable >= 0.7.2
+Requires: python-PyYAML >= 3.12
+Requires: python-appdirs
Requires: python-heatclient >= 1.10.0
-Requires: python-jsonschema >= 2.6.0
-Requires: python-keystoneauth1 >= 3.3.0
-Requires: python-openstackclient >= 3.12.0
-Requires: python-openstacksdk >= 0.9.19
+Requires: python-jsonschema
+Requires: python-keystoneauth1 >= 3.4.0
+Requires: python-openstackclient
+Requires: python-openstacksdk >= 0.11.2
Requires: python-osc-lib >= 1.8.0
Requires: python-oslo.i18n >= 3.15.3
Requires: python-oslo.serialization >= 2.18.0
@@ -75,8 +76,8 @@
Summary: Documentation for OpenStack Senlin API Client
Group: Documentation/HTML
BuildRequires: python-Sphinx
-BuildRequires: python-openstackdocstheme >= 1.18.1
-BuildRequires: python-reno >= 2.5.0
+BuildRequires: python-openstackdocstheme
+BuildRequires: python-reno
%description doc
This is a client for the OpenStack Senlin API.
@@ -86,12 +87,12 @@
%prep
%autosetup -n %{sname}-%{version}
%py_req_cleanup
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
%build
%{py2_build}
%{__python2} setup.py build_sphinx
+PBR_VERSION=%version sphinx-build -b html doc/source doc/build/html
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
@@ -99,7 +100,7 @@
%{py2_install}
%check
-%{__python2} setup.py testr
+stestr run
%files
%license LICENSE
++++++ _service ++++++
--- /var/tmp/diff_new_pack.g9jAp1/_old 2018-09-07 15:39:33.346526366 +0200
+++ /var/tmp/diff_new_pack.g9jAp1/_new 2018-09-07 15:39:33.346526366 +0200
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/python-senlinclient/python-senlinclient.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/python-senlinclient/python-senlinclient.spec.j2</param>
<param name="output-name">python-senlinclient.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/python-senlinclient/stable/rocky/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,python-senlinclient</param>
</service>
++++++ python-senlinclient-1.7.0.tar.gz -> python-senlinclient-1.8.0.tar.gz
++++++
++++ 3558 lines of diff (skipped)