diff --git a/_service b/_service index 6226085..c5e70f9 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/python-senlinclient/python-senlinclient.spec.j2 + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/python-senlinclient/python-senlinclient.spec.j2 python-senlinclient.spec - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt + https://raw.githubusercontent.com/openstack/python-senlinclient/stable/rocky/requirements.txt cloud-devel@suse.de gh,openstack,python-senlinclient diff --git a/python-senlinclient-1.7.0.tar.gz b/python-senlinclient-1.7.0.tar.gz deleted file mode 100644 index ec5d96d..0000000 --- a/python-senlinclient-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cd6e808ec003796f1cf58990c9e220de8e4f18f66b3d7a4803539459f1f47c3 -size 87299 diff --git a/python-senlinclient-1.8.0.tar.gz b/python-senlinclient-1.8.0.tar.gz new file mode 100644 index 0000000..8f66ab7 --- /dev/null +++ b/python-senlinclient-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8d170e4f2a6afae9131552f57735cac28904beac57544fd75e373b7f2b7a53 +size 86218 diff --git a/python-senlinclient.changes b/python-senlinclient.changes index 5e232cb..e40ee28 100644 --- a/python-senlinclient.changes +++ b/python-senlinclient.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Sep 3 12:50:41 UTC 2018 - cloud-devel@suse.de + +- 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 + ------------------------------------------------------------------- Fri Feb 23 13:42:24 UTC 2018 - cloud-devel@suse.de diff --git a/python-senlinclient.spec b/python-senlinclient.spec index 7b2c98c..860e033 100644 --- a/python-senlinclient.spec +++ b/python-senlinclient.spec @@ -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 @@ It provides a Python API (the senlinclient module). 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 @@ auto-generated documentation. %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 @@ rm -rf doc/build/html/.{doctrees,buildinfo} %{py2_install} %check -%{__python2} setup.py testr +stestr run %files %license LICENSE