Accepting request 337140 from Cloud:OpenStack:Factory
- update to 0.8.0: * stack-update -x tolerate no template * Ability to specify show_nested for template validation * Fix deployment create error when using existing config * Fix stack sorting support * Enable filters for heat resource-type-list * Modify test templates and the path to subunit2html * Add CLI option for update dry-run * Add py34 env to default tox run - update to 0.7.0: * Fix a nit in resource-list help * Replace deprecated function * Updated from global requirements * Improve the format hint of -Pf option * Support tags parameter for stack-preview * Do not show snapshot data when doing snapshot-list * Updated from global requirements * Poll functionality for stack create action * Updated from global requirements * Use Heat resource to validate resource_type_show * Update python3 classifiers * Updated from global requirements * Updated from global requirements * add with_detail parameter in heat resource-list request * Fix docstrings and add missing * Add missing `deployment-list` to cli * Updated from global requirements * Support 'with_attr' parameter for resource-show * Updated from global requirements OBS-URL: https://build.opensuse.org/request/show/337140 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-heatclient?expand=0&rev=19
This commit is contained in:
commit
a5f95fe779
4
_service
4
_service
@ -1,10 +1,12 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="download_files">
|
<service mode="disabled" name="download_files">
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="set_version">
|
<service mode="disabled" name="set_version">
|
||||||
<param name="basename">python-heatclient</param>
|
<param name="basename">python-heatclient</param>
|
||||||
</service>
|
</service>
|
||||||
|
<service mode="disabled" name="python_requires">
|
||||||
|
</service>
|
||||||
<service name="refresh_patches" mode="disabled">
|
<service name="refresh_patches" mode="disabled">
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1b71e2bb5c380ac6b2e1f07b48b7b3e82e7364cc43255ed696c795ab5f8d5a1d
|
|
||||||
size 104613
|
|
3
python-heatclient-0.8.0.tar.gz
Normal file
3
python-heatclient-0.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5cd1c855ee21f18bfffbc7269e40c417b953d0855aa3cc8b56d778b8612467d5
|
||||||
|
size 121399
|
@ -1,3 +1,85 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 19 07:01:26 UTC 2015 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- update to 0.8.0:
|
||||||
|
* stack-update -x tolerate no template
|
||||||
|
* Ability to specify show_nested for template validation
|
||||||
|
* Fix deployment create error when using existing config
|
||||||
|
* Fix stack sorting support
|
||||||
|
* Enable filters for heat resource-type-list
|
||||||
|
* Modify test templates and the path to subunit2html
|
||||||
|
* Add CLI option for update dry-run
|
||||||
|
* Add py34 env to default tox run
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 14 09:42:08 UTC 2015 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- update to 0.7.0:
|
||||||
|
* Fix a nit in resource-list help
|
||||||
|
* Replace deprecated function
|
||||||
|
* Updated from global requirements
|
||||||
|
* Improve the format hint of -Pf option
|
||||||
|
* Support tags parameter for stack-preview
|
||||||
|
* Do not show snapshot data when doing snapshot-list
|
||||||
|
* Updated from global requirements
|
||||||
|
* Poll functionality for stack create action
|
||||||
|
* Updated from global requirements
|
||||||
|
* Use Heat resource to validate resource_type_show
|
||||||
|
* Update python3 classifiers
|
||||||
|
* Updated from global requirements
|
||||||
|
* Updated from global requirements
|
||||||
|
* add with_detail parameter in heat resource-list request
|
||||||
|
* Fix docstrings and add missing
|
||||||
|
* Add missing `deployment-list` to cli
|
||||||
|
* Updated from global requirements
|
||||||
|
* Support 'with_attr' parameter for resource-show
|
||||||
|
* Updated from global requirements
|
||||||
|
* New mock release(1.1.0) broke unit tests
|
||||||
|
* Fix error when creating deployment from cli
|
||||||
|
* Add support for template-function-list command
|
||||||
|
* Fix TypeError when call keystoneclient session.request()
|
||||||
|
* Add support for template-version-list command
|
||||||
|
* Add tests for SessionClient
|
||||||
|
* Updated from global requirements
|
||||||
|
* Move SessionClient from HTTPClient to adapter
|
||||||
|
* resource-list --nested-depth stack_name column
|
||||||
|
* Fix argument order for assertEqual
|
||||||
|
* Updated from global requirements
|
||||||
|
* Fixed VerifyAll() when test case does ReplayAll()
|
||||||
|
* Updated from global requirements
|
||||||
|
* Move test_event_utils.py module to unit directory
|
||||||
|
* Add first pass at post_test_hook for functional
|
||||||
|
* cleanup openstack-common.conf and sync updated files
|
||||||
|
* Move usage methods *_request to get/post/etc
|
||||||
|
* Updated from global requirements
|
||||||
|
* Add functional tests from Tempest
|
||||||
|
* Update hacking version to fix pep8 gate job
|
||||||
|
* Adds --format=log option to event-list
|
||||||
|
* Add --tags option to stack-create and stack-update
|
||||||
|
* Add stack tag filtering options to stack-list
|
||||||
|
* Add OS_TEST_PATH to testr
|
||||||
|
* Move unittests to subdir unit
|
||||||
|
* Updated from global requirements
|
||||||
|
* Make hook type optional for hook-clear
|
||||||
|
* Refactor common event code into event_utils module
|
||||||
|
* Add hook-poll function to check if a stack has pending hooks
|
||||||
|
* Work around pypy testing issue
|
||||||
|
* Implement --limit option for event-list with --nested-depth
|
||||||
|
* event-list marker, only slice when needed
|
||||||
|
* Add option to show hidden stacks in stack-list
|
||||||
|
* Add an option to generate template based on resource type
|
||||||
|
* Updated from global requirements
|
||||||
|
* Implement --marker for event-list --nested-depth
|
||||||
|
* Fix sort column for event-list with nested-depth
|
||||||
|
* Unit tests for stack actions
|
||||||
|
* correction in function names under test_resource
|
||||||
|
* Uncap library requirements for liberty
|
||||||
|
* Add --nested-depth option to event-list
|
||||||
|
* Make README.rst comply with expected format
|
||||||
|
* Remove the deprecated shell commands
|
||||||
|
- Adjust Requires according to requirements.txt
|
||||||
|
- Add python_requires to _service file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 5 16:57:36 UTC 2015 - dmueller@suse.com
|
Wed Aug 5 16:57:36 UTC 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define component heatclient
|
%define component heatclient
|
||||||
|
|
||||||
Name: python-%{component}
|
Name: python-%{component}
|
||||||
Version: 0.4.0
|
Version: 0.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OpenStack Orchestration (Heat) API Client
|
Summary: OpenStack Orchestration (Heat) API Client
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -38,14 +38,19 @@ BuildRequires: python-keystoneclient
|
|||||||
BuildRequires: python-oslosphinx
|
BuildRequires: python-oslosphinx
|
||||||
BuildRequires: python-pbr
|
BuildRequires: python-pbr
|
||||||
Requires: python >= 2.6.8
|
Requires: python >= 2.6.8
|
||||||
|
Requires: python-Babel >= 1.3
|
||||||
Requires: python-PrettyTable >= 0.7
|
Requires: python-PrettyTable >= 0.7
|
||||||
Requires: python-PyYAML >= 3.1.0
|
Requires: python-PyYAML >= 3.1.0
|
||||||
Requires: python-argparse
|
Requires: python-argparse
|
||||||
Requires: python-iso8601 >= 0.1.8
|
Requires: python-iso8601 >= 0.1.9
|
||||||
Requires: python-keystoneclient >= 0.4.2
|
Requires: python-keystoneclient >= 1.6.0
|
||||||
Requires: python-pbr >= 0.5.21
|
Requires: python-oslo.i18n >= 1.5.0
|
||||||
Requires: python-requests >= 1.1
|
Requires: python-oslo.serialization >= 1.4.0
|
||||||
Requires: python-six >= 1.4.1
|
Requires: python-oslo.utils >= 2.0.0
|
||||||
|
Requires: python-pbr >= 1.6
|
||||||
|
Requires: python-requests >= 2.5.2
|
||||||
|
Requires: python-six >= 1.9.0
|
||||||
|
Requires: python-swiftclient >= 2.2.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
@ -69,16 +74,15 @@ This package contains documentation files for %{name}.
|
|||||||
Summary: OpenStack Orchestration (Heat) API Client - Testsuite
|
Summary: OpenStack Orchestration (Heat) API Client - Testsuite
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: python-coverage >= 3.6
|
Requires: python-fixtures >= 1.3.1
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
Requires: python-mock >= 1.2
|
||||||
Requires: python-discover
|
|
||||||
%endif
|
|
||||||
Requires: python-fixtures >= 0.3.14
|
|
||||||
Requires: python-mock >= 1.0
|
|
||||||
Requires: python-mox3 >= 0.7.0
|
Requires: python-mox3 >= 0.7.0
|
||||||
Requires: python-testrepository >= 0.0.17
|
Requires: python-oslotest >= 1.10.0
|
||||||
|
Requires: python-requests-mock >= 0.6.0
|
||||||
|
Requires: python-tempest-lib >= 0.6.1
|
||||||
|
Requires: python-testrepository >= 0.0.18
|
||||||
Requires: python-testscenarios >= 0.4
|
Requires: python-testscenarios >= 0.4
|
||||||
Requires: python-testtools >= 0.9.32
|
Requires: python-testtools >= 1.4.0
|
||||||
|
|
||||||
%description test
|
%description test
|
||||||
This package contains testsuite files for %{name}.
|
This package contains testsuite files for %{name}.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user