From 7dcf24e2a56a53e6ee7b19e976cee75891ab4692953be6e290269b73225171b3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 9 Apr 2014 13:14:37 +0000 Subject: [PATCH] osc copypac from project:Cloud:OpenStack:Icehouse:Staging package:python-heatclient revision:10, using keep-link, using expand OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-heatclient?expand=0&rev=21 --- python-heatclient-0.2.8.tar.gz | 3 ++ python-heatclient-master.tar.gz | 3 -- python-heatclient.changes | 60 +++++++++++++++++++++++++++++++++ python-heatclient.spec | 8 +++-- 4 files changed, 69 insertions(+), 5 deletions(-) create mode 100644 python-heatclient-0.2.8.tar.gz delete mode 100644 python-heatclient-master.tar.gz diff --git a/python-heatclient-0.2.8.tar.gz b/python-heatclient-0.2.8.tar.gz new file mode 100644 index 0000000..299392d --- /dev/null +++ b/python-heatclient-0.2.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772069e5fdd393996750ba5f40b50212a2ae6f209b820d75826bb7197b289324 +size 73534 diff --git a/python-heatclient-master.tar.gz b/python-heatclient-master.tar.gz deleted file mode 100644 index a953e24..0000000 --- a/python-heatclient-master.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7abaeb1d40a17cab8d487f8576b4564b75c162ecf3cd876f9d1cb29e4e49ec4f -size 73723 diff --git a/python-heatclient.changes b/python-heatclient.changes index eab719c..04e1c0e 100644 --- a/python-heatclient.changes +++ b/python-heatclient.changes @@ -1,3 +1,63 @@ +------------------------------------------------------------------- +Thu Mar 27 10:04:09 UTC 2014 - dmueller@suse.com + +- switch to released version 0.2.8 + +------------------------------------------------------------------- +Wed Mar 26 00:32:06 UTC 2014 - cloud-devel@suse.de + +- Update to version python-heatclient-0.2.8.36.g53b581f: + * get_file: encode non utf-8 encoding files via base64 + * get_file: do not read same url once again + * Do not use the '+' operation with dict_items() + * Updated from global requirements + +------------------------------------------------------------------- +Tue Mar 25 00:32:07 UTC 2014 - cloud-devel@suse.de + +- Update to version python-heatclient-0.2.8.29.g508b6bb: + * Using common methods from oslo cliutils + * Output warnings for deprecated commands + * Python 3: Fix YamlEnvironmentTest tests + * Sort requirement files in alphabetical order + +------------------------------------------------------------------- +Sat Mar 22 00:32:05 UTC 2014 - cloud-devel@suse.de + +- Update to version python-heatclient-0.2.8.21.g644d148: + * Add new tests to cover most of the requests port + * Pass bytes to NamedTemporaryFile.write() + +------------------------------------------------------------------- +Fri Mar 21 00:56:45 UTC 2014 - cloud-devel@suse.de + +- Update to version python-heatclient-0.2.8.17.g8a51be6: + * Add stack-preview support + * Workaround failing pypy gate job + * Remove dependent module py3kcompat + * Oslo: sync strutils + * Modify stack ID lookup to only use stacks:lookup + +------------------------------------------------------------------- +Wed Mar 19 17:18:40 UTC 2014 - dmueller@suse.com + +- install bash_completion for heat + +------------------------------------------------------------------- +Sat Mar 15 01:14:41 UTC 2014 - cloud-devel@suse.de + +- Update to version python-heatclient-0.2.8.8.g7e265ec: + * Add timeout option to stack-update + * Deprecate create/adopt --create-timeout in favor of --timeout + * Remove unused versions define in template_format.py + * Python3: fix test_stack_list_with_args() + +------------------------------------------------------------------- +Thu Mar 13 00:58:14 UTC 2014 - cloud-devel@suse.de + +- Update to version python-heatclient-0.2.8.2.g3809893: + * Rename --timeout global option and make it work + ------------------------------------------------------------------- Thu Mar 6 00:53:01 UTC 2014 - cloud-devel@suse.de diff --git a/python-heatclient.spec b/python-heatclient.spec index ae0e935..b80587c 100644 --- a/python-heatclient.spec +++ b/python-heatclient.spec @@ -19,13 +19,13 @@ %define component heatclient Name: python-%{component} -Version: 0.2.8.1.gaa30e46 +Version: 0.2.8 Release: 0 Summary: OpenStack Orchestration (Heat) API Client License: Apache-2.0 Group: Development/Languages/Python Url: http://launchpad.net/python-heatclient -Source: http://tarballs.openstack.org/python-heatclient/python-heatclient-master.tar.gz +Source: http://tarballs.openstack.org/python-heatclient/python-heatclient-%{version}.tar.gz BuildRequires: openstack-suse-macros BuildRequires: python-base BuildRequires: python-setuptools @@ -94,6 +94,9 @@ rm doc/build/html/.buildinfo %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-data=%{python_sitelib} +# bash completion +install -p -D -m 644 tools/heat.bash_completion %{buildroot}%{_sysconfdir}/bash_completion.d/openstack-heat.sh + ### test subpackage %openstack_test_package_install @@ -103,6 +106,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-data=% %{_bindir}/heat %{python_sitelib}/%{component}/ %{python_sitelib}/python_%{component}-*.egg-info +%{_sysconfdir}/bash_completion.d/openstack-heat.sh %files doc %defattr(-,root,root,-)