- update to version 1.11.0

- Handle log message interpolation by the logger
  - Explicitly set 'builders' option
  - Don't encode path separators
  - Show 'project' info if heat server returns
  - Trivial:remove unused code
  - Support openstack stack export
  - Use endpoint_type with session client
  - Replace six.iteritems() with .items()
  - Don't always resolve outputs when showing a stack
  - Fixing read before prompt bug
  - Use upper-constraints for all jobs
  - Fix error message when deployment not found
  - Switch from oslosphinx to openstackdocstheme
  - Add functinoal tests for 'openstack stack snapshot delete'
  - Add optional arguments '-y' in CLI:snapshot-delete
  - Replace mox3 with mock
  - Build event stack_name from links
  - Remove log translations
  - Add '--yes' for openstack stack snapshot delete
  - Update test requirement
  - Remove support for py34
  - Pass event filters to the server side
  - Updated from global requirements

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-heatclient?expand=0&rev=41
This commit is contained in:
Thomas Bechtold 2017-08-07 09:11:35 +00:00 committed by Git OBS Bridge
parent c1b10123ab
commit acfb783408
5 changed files with 45 additions and 16 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4592df82c3abbffe22f2c223470074526245c9e960f8f5f055f840b60d94a155
size 165700

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95558abcb78d747e5516b51f9aabe3bd54013a3c8b4ec06de5415ff2a042009b
size 163976

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Aug 7 09:10:40 UTC 2017 - cloud-devel@suse.de
- update to version 1.11.0
- Handle log message interpolation by the logger
- Explicitly set 'builders' option
- Don't encode path separators
- Show 'project' info if heat server returns
- Trivial:remove unused code
- Support openstack stack export
- Use endpoint_type with session client
- Replace six.iteritems() with .items()
- Don't always resolve outputs when showing a stack
- Fixing read before prompt bug
- Use upper-constraints for all jobs
- Fix error message when deployment not found
- Switch from oslosphinx to openstackdocstheme
- Add functinoal tests for 'openstack stack snapshot delete'
- Add optional arguments '-y' in CLIsnapshot-delete
- Replace mox3 with mock
- Build event stack_name from links
- Remove log translations
- Add '--yes' for openstack stack snapshot delete
- Update test requirement
- Remove support for py34
- Pass event filters to the server side
- Updated from global requirements
-------------------------------------------------------------------
Wed Jun 7 09:47:25 UTC 2017 - cloud-devel@suse.de

View File

@ -18,7 +18,7 @@
%global sname python-heatclient
Name: python-heatclient
Version: 1.8.1
Version: 1.11.0
Release: 0
Summary: Python API and CLI for OpenStack Heat
License: Apache-2.0
@ -27,15 +27,15 @@ Url: https://launchpad.net/%{sname}
Source0: https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-PyYAML >= 3.10.0
BuildRequires: python-cliff >= 2.3.0
BuildRequires: python-cliff >= 2.6.0
BuildRequires: python-devel
BuildRequires: python-fixtures >= 3.0.0
BuildRequires: python-mock >= 2.0
BuildRequires: python-mox3 >= 0.7.0
BuildRequires: python-osc-lib >= 1.2.0
BuildRequires: python-osc-lib >= 1.5.1
BuildRequires: python-oslo.serialization >= 1.10.0
BuildRequires: python-oslotest >= 1.10.0
BuildRequires: python-pbr >= 1.8
BuildRequires: python-pbr >= 2.0.0
BuildRequires: python-requests-mock >= 1.1
BuildRequires: python-swiftclient >= 3.2.0
BuildRequires: python-testrepository >= 0.0.18
@ -44,14 +44,14 @@ BuildRequires: python-testtools >= 1.4.0
Requires: python-Babel >= 2.3.4
Requires: python-PrettyTable >= 0.7.1
Requires: python-PyYAML >= 3.10.0
Requires: python-cliff >= 2.3.0
Requires: python-cliff >= 2.6.0
Requires: python-iso8601 >= 0.1.11
Requires: python-keystoneauth1 >= 2.18.0
Requires: python-osc-lib >= 1.2.0
Requires: python-keystoneauth1 >= 2.21.0
Requires: python-osc-lib >= 1.5.1
Requires: python-oslo.i18n >= 2.1.0
Requires: python-oslo.serialization >= 1.10.0
Requires: python-oslo.utils >= 3.18.0
Requires: python-requests >= 2.10.0
Requires: python-oslo.utils >= 3.20.0
Requires: python-requests >= 2.14.2
Requires: python-six >= 1.9.0
Requires: python-swiftclient >= 3.2.0
BuildArch: noarch
@ -65,7 +65,7 @@ the OpenStack Heat API.
Summary: Documentation for OpenStack Heat API Client
Group: Documentation
BuildRequires: python-Sphinx
BuildRequires: python-oslosphinx >= 4.7.0
BuildRequires: python-openstackdocstheme >= 1.11.0
%description doc
This is a client for the OpenStack Heat API. There's a Python API (the
@ -76,11 +76,12 @@ This package contains 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
%{__python2} setup.py build_sphinx --builder=html,man
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}