forked from pool/python-openstacksdk
update to version 0.9.4
* Add SoftwareDeployment resource to orchestration * Add policy validation for senlin * Fix cluster resource in cluster service * Add API microversion support * Add collect_cluster_attrs API to cluster service * Remove update_flavor method from compute * Fix problems about location header in resource2 * Add SoftwareConfig resource to orchestration * _alternate_id should return a server-side name * Add support for message resource of Zaqar v2 API * Relocate alarm service into a submodule * Add support for claim for Zaqar V2 API * Add QoS policy object and CRUD commands. * Replace _transpose_component with _filter_component * Tweak endpoint discovery for apache-style services * Improve docstring for some resource2 methods * Add services operations into compute service * Add 'check_stack' operation to proxy * Fix test_limits functional test failure * Add profile validation for senlin * Add force-delete into compute service * Make end-user modules accessible from top level * Fix orchestration service initialization * HAProxy uses milliseconds for its timeout values. * Rebase cluster service to resource2/proxy2 * Rebase orchestration to resource2/proxy2 * Support fetching network project default quota * Add support for Zaqar V2 queue resource * Fix nova server image and flavor OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-openstacksdk?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
e8c0ca4248
commit
870a88a800
@@ -18,23 +18,25 @@
|
||||
|
||||
%global sname openstacksdk
|
||||
Name: python-openstacksdk
|
||||
Version: 0.9.0
|
||||
Version: 0.9.4
|
||||
Release: 0
|
||||
Summary: An SDK for building applications to work with OpenStack
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: https://launchpad.net/%{sname}
|
||||
Source: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
|
||||
Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-mock >= 2.0
|
||||
BuildRequires: python-pbr >= 1.6
|
||||
BuildRequires: python-setuptools >= 16.0
|
||||
BuildRequires: python-six >= 1.9.0
|
||||
BuildRequires: python-stevedore >= 1.10.0
|
||||
Requires: python-keystoneauth1 >= 2.1.0
|
||||
BuildRequires: python-stevedore >= 1.16.0
|
||||
BuildRequires: python-testrepository >= 0.0.18
|
||||
Requires: python-keystoneauth1 >= 2.10.0
|
||||
Requires: python-os-client-config >= 1.13.1
|
||||
Requires: python-six >= 1.9.0
|
||||
Requires: python-stevedore >= 1.10.0
|
||||
Requires: python-stevedore >= 1.16.0
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@@ -47,8 +49,8 @@ many services, along with complete documentation, examples, and tools.
|
||||
Summary: %{summary} - Documentation
|
||||
Group: Documentation/HTML
|
||||
BuildRequires: python-Sphinx
|
||||
BuildRequires: python-keystoneauth1 >= 2.1.0
|
||||
BuildRequires: python-openstackdocstheme >= 1.0.3
|
||||
BuildRequires: python-keystoneauth1 >= 2.10.0
|
||||
BuildRequires: python-openstackdocstheme >= 1.4.0
|
||||
BuildRequires: python-os-client-config >= 1.13.1
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
|
Reference in New Issue
Block a user