- 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:
parent
c1b10123ab
commit
acfb783408
4
_service
4
_service
@ -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/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="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-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>
|
||||||
|
3
python-heatclient-1.11.0.tar.gz
Normal file
3
python-heatclient-1.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4592df82c3abbffe22f2c223470074526245c9e960f8f5f055f840b60d94a155
|
||||||
|
size 165700
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:95558abcb78d747e5516b51f9aabe3bd54013a3c8b4ec06de5415ff2a042009b
|
|
||||||
size 163976
|
|
@ -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 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 7 09:47:25 UTC 2017 - cloud-devel@suse.de
|
Wed Jun 7 09:47:25 UTC 2017 - cloud-devel@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%global sname python-heatclient
|
%global sname python-heatclient
|
||||||
Name: python-heatclient
|
Name: python-heatclient
|
||||||
Version: 1.8.1
|
Version: 1.11.0
|
||||||
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
|
||||||
@ -27,15 +27,15 @@ Url: https://launchpad.net/%{sname}
|
|||||||
Source0: https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
|
Source0: https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
|
||||||
BuildRequires: openstack-macros
|
BuildRequires: openstack-macros
|
||||||
BuildRequires: python-PyYAML >= 3.10.0
|
BuildRequires: python-PyYAML >= 3.10.0
|
||||||
BuildRequires: python-cliff >= 2.3.0
|
BuildRequires: python-cliff >= 2.6.0
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-fixtures >= 3.0.0
|
BuildRequires: python-fixtures >= 3.0.0
|
||||||
BuildRequires: python-mock >= 2.0
|
BuildRequires: python-mock >= 2.0
|
||||||
BuildRequires: python-mox3 >= 0.7.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-oslo.serialization >= 1.10.0
|
||||||
BuildRequires: python-oslotest >= 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-requests-mock >= 1.1
|
||||||
BuildRequires: python-swiftclient >= 3.2.0
|
BuildRequires: python-swiftclient >= 3.2.0
|
||||||
BuildRequires: python-testrepository >= 0.0.18
|
BuildRequires: python-testrepository >= 0.0.18
|
||||||
@ -44,14 +44,14 @@ BuildRequires: python-testtools >= 1.4.0
|
|||||||
Requires: python-Babel >= 2.3.4
|
Requires: python-Babel >= 2.3.4
|
||||||
Requires: python-PrettyTable >= 0.7.1
|
Requires: python-PrettyTable >= 0.7.1
|
||||||
Requires: python-PyYAML >= 3.10.0
|
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-iso8601 >= 0.1.11
|
||||||
Requires: python-keystoneauth1 >= 2.18.0
|
Requires: python-keystoneauth1 >= 2.21.0
|
||||||
Requires: python-osc-lib >= 1.2.0
|
Requires: python-osc-lib >= 1.5.1
|
||||||
Requires: python-oslo.i18n >= 2.1.0
|
Requires: python-oslo.i18n >= 2.1.0
|
||||||
Requires: python-oslo.serialization >= 1.10.0
|
Requires: python-oslo.serialization >= 1.10.0
|
||||||
Requires: python-oslo.utils >= 3.18.0
|
Requires: python-oslo.utils >= 3.20.0
|
||||||
Requires: python-requests >= 2.10.0
|
Requires: python-requests >= 2.14.2
|
||||||
Requires: python-six >= 1.9.0
|
Requires: python-six >= 1.9.0
|
||||||
Requires: python-swiftclient >= 3.2.0
|
Requires: python-swiftclient >= 3.2.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -65,7 +65,7 @@ the OpenStack Heat API.
|
|||||||
Summary: Documentation for OpenStack Heat API Client
|
Summary: Documentation for OpenStack Heat API Client
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python-Sphinx
|
||||||
BuildRequires: python-oslosphinx >= 4.7.0
|
BuildRequires: python-openstackdocstheme >= 1.11.0
|
||||||
|
|
||||||
%description doc
|
%description 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
|
||||||
@ -76,11 +76,12 @@ This package contains auto-generated documentation.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n %{sname}-%{version}
|
%autosetup -n %{sname}-%{version}
|
||||||
%py_req_cleanup
|
%py_req_cleanup
|
||||||
|
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{py2_build}
|
%{py2_build}
|
||||||
|
|
||||||
%{__python2} setup.py build_sphinx
|
%{__python2} setup.py build_sphinx --builder=html,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}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user