From 2f444d8e61d363e7121e53559b4930ab0e233b9c46bb8a8e5f78c24ca3a74f88 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 14 Sep 2015 09:46:39 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-heatclient?expand=0&rev=28 --- _service | 4 +- python-heatclient-0.4.0.tar.gz | 3 -- python-heatclient-0.7.0.tar.gz | 3 ++ python-heatclient.changes | 69 ++++++++++++++++++++++++++++++++++ python-heatclient.spec | 32 +++++++++------- 5 files changed, 93 insertions(+), 18 deletions(-) delete mode 100644 python-heatclient-0.4.0.tar.gz create mode 100644 python-heatclient-0.7.0.tar.gz diff --git a/_service b/_service index 53fa2cf..b270f29 100644 --- a/_service +++ b/_service @@ -1,10 +1,12 @@ - + enable python-heatclient + + enable diff --git a/python-heatclient-0.4.0.tar.gz b/python-heatclient-0.4.0.tar.gz deleted file mode 100644 index ad58ccf..0000000 --- a/python-heatclient-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b71e2bb5c380ac6b2e1f07b48b7b3e82e7364cc43255ed696c795ab5f8d5a1d -size 104613 diff --git a/python-heatclient-0.7.0.tar.gz b/python-heatclient-0.7.0.tar.gz new file mode 100644 index 0000000..0ae2eb4 --- /dev/null +++ b/python-heatclient-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f58a3c759056dbcbf071e1707d6649e6d15cfc710daa1b98e9703b83a4a01c2 +size 119131 diff --git a/python-heatclient.changes b/python-heatclient.changes index 2b7be05..acf9ea5 100644 --- a/python-heatclient.changes +++ b/python-heatclient.changes @@ -1,3 +1,72 @@ +------------------------------------------------------------------- +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 diff --git a/python-heatclient.spec b/python-heatclient.spec index c9e718a..be8f410 100644 --- a/python-heatclient.spec +++ b/python-heatclient.spec @@ -19,7 +19,7 @@ %define component heatclient Name: python-%{component} -Version: 0.4.0 +Version: 0.7.0 Release: 0 Summary: OpenStack Orchestration (Heat) API Client License: Apache-2.0 @@ -38,14 +38,19 @@ BuildRequires: python-keystoneclient BuildRequires: python-oslosphinx BuildRequires: python-pbr Requires: python >= 2.6.8 +Requires: python-Babel >= 1.3 Requires: python-PrettyTable >= 0.7 Requires: python-PyYAML >= 3.1.0 Requires: python-argparse -Requires: python-iso8601 >= 0.1.8 -Requires: python-keystoneclient >= 0.4.2 -Requires: python-pbr >= 0.5.21 -Requires: python-requests >= 1.1 -Requires: python-six >= 1.4.1 +Requires: python-iso8601 >= 0.1.9 +Requires: python-keystoneclient >= 1.6.0 +Requires: python-oslo.i18n >= 1.5.0 +Requires: python-oslo.serialization >= 1.4.0 +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 %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()")} @@ -69,16 +74,15 @@ This package contains documentation files for %{name}. Summary: OpenStack Orchestration (Heat) API Client - Testsuite Group: Development/Languages/Python Requires: %{name} = %{version} -Requires: python-coverage >= 3.6 -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -Requires: python-discover -%endif -Requires: python-fixtures >= 0.3.14 -Requires: python-mock >= 1.0 +Requires: python-fixtures >= 1.3.1 +Requires: python-mock >= 1.2 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-testtools >= 0.9.32 +Requires: python-testtools >= 1.4.0 %description test This package contains testsuite files for %{name}.