Accepting request 633070 from Cloud:OpenStack:Factory

Initial Rocky clients submission. please combine all in one staging project otherwise this will never build

OBS-URL: https://build.opensuse.org/request/show/633070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-heatclient?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2018-09-07 13:37:16 +00:00 committed by Git OBS Bridge
commit 3bc64a757d
5 changed files with 57 additions and 30 deletions

View File

@ -1,8 +1,8 @@
<services> <services>
<service mode="disabled" name="renderspec"> <service mode="disabled" name="renderspec">
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/python-heatclient/python-heatclient.spec.j2</param> <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/python-heatclient/python-heatclient.spec.j2</param>
<param name="output-name">python-heatclient.spec</param> <param name="output-name">python-heatclient.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-heatclient/stable/rocky/requirements.txt</param>
<param name="changelog-email">cloud-devel@suse.de</param> <param name="changelog-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,python-heatclient</param> <param name="changelog-provider">gh,openstack,python-heatclient</param>
</service> </service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3347e33c44b1ea54eefc6d333997ab600c192d24f1ba4c6a1c852f762cb0efeb
size 168617

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25b64c5cbfae9a66604451067567c9bbf49e24e7c2ac46f8221aa36eb883390f
size 171774

View File

@ -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 Fri Feb 23 13:03:14 UTC 2018 - tbechtold@suse.com

View File

@ -17,48 +17,48 @@
Name: python-heatclient Name: python-heatclient
Version: 1.14.0 Version: 1.16.1
Release: 0 Release: 0
Summary: Python API and CLI for OpenStack Heat Summary: Python API and CLI for OpenStack Heat
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://launchpad.net/python-heatclient URL: https://launchpad.net/python-heatclient
Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-1.14.0.tar.gz Source0: https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-1.16.1.tar.gz
BuildRequires: openstack-macros BuildRequires: openstack-macros
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python2-PyYAML >= 3.10 BuildRequires: python2-PyYAML >= 3.12
BuildRequires: python2-cliff >= 2.8.0 BuildRequires: python2-cliff >= 2.8.0
BuildRequires: python2-fixtures >= 3.0.0 BuildRequires: python2-fixtures
BuildRequires: python2-mock >= 2.0.0 BuildRequires: python2-mock
BuildRequires: python2-mox3 >= 0.20.0 BuildRequires: python2-mox3
BuildRequires: python2-osc-lib >= 1.8.0 BuildRequires: python2-osc-lib >= 1.8.0
BuildRequires: python2-oslo.serialization >= 2.18.0 BuildRequires: python2-oslo.serialization >= 2.18.0
BuildRequires: python2-pbr >= 2.0.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-swiftclient >= 3.2.0
BuildRequires: python2-testrepository >= 0.0.18 BuildRequires: python2-testrepository
BuildRequires: python2-testscenarios >= 0.4 BuildRequires: python2-testscenarios
BuildRequires: python2-testtools >= 2.2.0 BuildRequires: python2-testtools
BuildRequires: python3-PyYAML >= 3.10 BuildRequires: python3-PyYAML >= 3.12
BuildRequires: python3-cliff >= 2.8.0 BuildRequires: python3-cliff >= 2.8.0
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-fixtures >= 3.0.0 BuildRequires: python3-fixtures
BuildRequires: python3-mock >= 2.0.0 BuildRequires: python3-mock
BuildRequires: python3-mox3 >= 0.20.0 BuildRequires: python3-mox3
BuildRequires: python3-osc-lib >= 1.8.0 BuildRequires: python3-osc-lib >= 1.8.0
BuildRequires: python3-oslo.serialization >= 2.18.0 BuildRequires: python3-oslo.serialization >= 2.18.0
BuildRequires: python3-pbr >= 2.0.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-swiftclient >= 3.2.0
BuildRequires: python3-testrepository >= 0.0.18 BuildRequires: python3-testrepository
BuildRequires: python3-testscenarios >= 0.4 BuildRequires: python3-testscenarios
BuildRequires: python3-testtools >= 2.2.0 BuildRequires: python3-testtools
Requires: python-Babel >= 2.3.4 Requires: python-Babel >= 2.3.4
Requires: python-PrettyTable >= 0.7.1 Requires: python-PrettyTable >= 0.7.2
Requires: python-PyYAML >= 3.10 Requires: python-PyYAML >= 3.12
Requires: python-cliff >= 2.8.0 Requires: python-cliff >= 2.8.0
Requires: python-iso8601 >= 0.1.11 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-osc-lib >= 1.8.0
Requires: python-oslo.i18n >= 3.15.3 Requires: python-oslo.i18n >= 3.15.3
Requires: python-oslo.serialization >= 2.18.0 Requires: python-oslo.serialization >= 2.18.0
@ -86,7 +86,7 @@ the OpenStack Heat API.
Summary: Documentation for OpenStack Heat API Client Summary: Documentation for OpenStack Heat API Client
Group: Documentation/HTML Group: Documentation/HTML
BuildRequires: python-Sphinx BuildRequires: python-Sphinx
BuildRequires: python-openstackdocstheme >= 1.18.1 BuildRequires: python-openstackdocstheme
%description -n python-heatclient-doc %description -n python-heatclient-doc
This is a client for the OpenStack Heat API. There's a Python API (the 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. This package contains auto-generated documentation.
%prep %prep
%autosetup -p1 -n python-heatclient-1.14.0 %autosetup -p1 -n python-heatclient-1.16.1
%py_req_cleanup %py_req_cleanup
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
%build %build
%{python_build} %{python_build}
%{__python2} setup.py build_sphinx --builder=html,man %{__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 # remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo} rm -rf doc/build/html/.{doctrees,buildinfo}