diff --git a/_service b/_service index c91a953..fef8bb5 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/python-heatclient/python-heatclient.spec.j2 + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/python-heatclient/python-heatclient.spec.j2 python-heatclient.spec - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt + https://raw.githubusercontent.com/openstack/python-heatclient/stable/rocky/requirements.txt cloud-devel@suse.de gh,openstack,python-heatclient diff --git a/python-heatclient-1.14.0.tar.gz b/python-heatclient-1.14.0.tar.gz deleted file mode 100644 index 56f9364..0000000 --- a/python-heatclient-1.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3347e33c44b1ea54eefc6d333997ab600c192d24f1ba4c6a1c852f762cb0efeb -size 168617 diff --git a/python-heatclient-1.16.1.tar.gz b/python-heatclient-1.16.1.tar.gz new file mode 100644 index 0000000..85eabc2 --- /dev/null +++ b/python-heatclient-1.16.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b64c5cbfae9a66604451067567c9bbf49e24e7c2ac46f8221aa36eb883390f +size 171774 diff --git a/python-heatclient.changes b/python-heatclient.changes index 78850f3..e927326 100644 --- a/python-heatclient.changes +++ b/python-heatclient.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sat Sep 1 09:07:06 UTC 2018 - cloud-devel@suse.de + +- update to version 1.16.1 + - Updated from global requirements + - fix tox python3 overrides + - Remove PyPI downloads + - Update reno for stable/queens + - Zuul: Remove project name + - Enable some off-by-default checks + - Fix log_http_request function in http module + - Mark stacks returned by get loaded + - Using fixtures instead of deprecated mockpatch module + - Add heat CLI test for stack-show + - Update the documentation link for doc migration + - Improve titles of generated API documentation + - Mark python-heatclient as stable + - Fix osc cli docs + - Follow the new PTI for document build + - Change testenv from py34 to py35 + - Document osc CLI + - Use assertRegex instead of assertRegexpMatches + - [policy in code] Change policy description + - add lower-constraints job + - Handle token_endpoint auth type in osc plugin + ------------------------------------------------------------------- Fri Feb 23 13:03:14 UTC 2018 - tbechtold@suse.com diff --git a/python-heatclient.spec b/python-heatclient.spec index a74ca0d..7e84d5b 100644 --- a/python-heatclient.spec +++ b/python-heatclient.spec @@ -17,48 +17,48 @@ Name: python-heatclient -Version: 1.14.0 +Version: 1.16.1 Release: 0 Summary: Python API and CLI for OpenStack Heat License: Apache-2.0 Group: Development/Languages/Python -Url: https://launchpad.net/python-heatclient -Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-1.14.0.tar.gz +URL: https://launchpad.net/python-heatclient +Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-1.16.1.tar.gz BuildRequires: openstack-macros BuildRequires: python-devel -BuildRequires: python2-PyYAML >= 3.10 +BuildRequires: python2-PyYAML >= 3.12 BuildRequires: python2-cliff >= 2.8.0 -BuildRequires: python2-fixtures >= 3.0.0 -BuildRequires: python2-mock >= 2.0.0 -BuildRequires: python2-mox3 >= 0.20.0 +BuildRequires: python2-fixtures +BuildRequires: python2-mock +BuildRequires: python2-mox3 BuildRequires: python2-osc-lib >= 1.8.0 BuildRequires: python2-oslo.serialization >= 2.18.0 BuildRequires: python2-pbr >= 2.0.0 -BuildRequires: python2-requests-mock >= 1.1.0 +BuildRequires: python2-requests-mock BuildRequires: python2-swiftclient >= 3.2.0 -BuildRequires: python2-testrepository >= 0.0.18 -BuildRequires: python2-testscenarios >= 0.4 -BuildRequires: python2-testtools >= 2.2.0 -BuildRequires: python3-PyYAML >= 3.10 +BuildRequires: python2-testrepository +BuildRequires: python2-testscenarios +BuildRequires: python2-testtools +BuildRequires: python3-PyYAML >= 3.12 BuildRequires: python3-cliff >= 2.8.0 BuildRequires: python3-devel -BuildRequires: python3-fixtures >= 3.0.0 -BuildRequires: python3-mock >= 2.0.0 -BuildRequires: python3-mox3 >= 0.20.0 +BuildRequires: python3-fixtures +BuildRequires: python3-mock +BuildRequires: python3-mox3 BuildRequires: python3-osc-lib >= 1.8.0 BuildRequires: python3-oslo.serialization >= 2.18.0 BuildRequires: python3-pbr >= 2.0.0 -BuildRequires: python3-requests-mock >= 1.1.0 +BuildRequires: python3-requests-mock BuildRequires: python3-swiftclient >= 3.2.0 -BuildRequires: python3-testrepository >= 0.0.18 -BuildRequires: python3-testscenarios >= 0.4 -BuildRequires: python3-testtools >= 2.2.0 +BuildRequires: python3-testrepository +BuildRequires: python3-testscenarios +BuildRequires: python3-testtools Requires: python-Babel >= 2.3.4 -Requires: python-PrettyTable >= 0.7.1 -Requires: python-PyYAML >= 3.10 +Requires: python-PrettyTable >= 0.7.2 +Requires: python-PyYAML >= 3.12 Requires: python-cliff >= 2.8.0 Requires: python-iso8601 >= 0.1.11 -Requires: python-keystoneauth1 >= 3.3.0 +Requires: python-keystoneauth1 >= 3.4.0 Requires: python-osc-lib >= 1.8.0 Requires: python-oslo.i18n >= 3.15.3 Requires: python-oslo.serialization >= 2.18.0 @@ -86,7 +86,7 @@ the OpenStack Heat API. Summary: Documentation for OpenStack Heat API Client Group: Documentation/HTML BuildRequires: python-Sphinx -BuildRequires: python-openstackdocstheme >= 1.18.1 +BuildRequires: python-openstackdocstheme %description -n python-heatclient-doc This is a client for the OpenStack Heat API. There's a Python API (the @@ -95,14 +95,15 @@ the OpenStack Heat API. This package contains auto-generated documentation. %prep -%autosetup -p1 -n python-heatclient-1.14.0 +%autosetup -p1 -n python-heatclient-1.16.1 %py_req_cleanup -sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build %{python_build} %{__python2} setup.py build_sphinx --builder=html,man +PBR_VERSION=1.16.1 sphinx-build -b html doc/source doc/build/html +PBR_VERSION=1.16.1 sphinx-build -b man doc/source doc/build/man # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo}