osc copypac from project:Cloud:OpenStack:Icehouse package:python-heatclient revision:1, using keep-link, using expand

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-heatclient?expand=0&rev=20
This commit is contained in:
Dirk Mueller 2014-04-09 13:08:10 +00:00 committed by Git OBS Bridge
parent ccc84d0e47
commit 61cd5b5817
4 changed files with 5 additions and 69 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:772069e5fdd393996750ba5f40b50212a2ae6f209b820d75826bb7197b289324
size 73534

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7abaeb1d40a17cab8d487f8576b4564b75c162ecf3cd876f9d1cb29e4e49ec4f
size 73723

View File

@ -1,63 +1,3 @@
-------------------------------------------------------------------
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 Thu Mar 6 00:53:01 UTC 2014 - cloud-devel@suse.de

View File

@ -19,13 +19,13 @@
%define component heatclient %define component heatclient
Name: python-%{component} Name: python-%{component}
Version: 0.2.8 Version: 0.2.8.1.gaa30e46
Release: 0 Release: 0
Summary: OpenStack Orchestration (Heat) API Client Summary: OpenStack Orchestration (Heat) API Client
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://launchpad.net/python-heatclient Url: http://launchpad.net/python-heatclient
Source: http://tarballs.openstack.org/python-heatclient/python-heatclient-%{version}.tar.gz Source: http://tarballs.openstack.org/python-heatclient/python-heatclient-master.tar.gz
BuildRequires: openstack-suse-macros BuildRequires: openstack-suse-macros
BuildRequires: python-base BuildRequires: python-base
BuildRequires: python-setuptools BuildRequires: python-setuptools
@ -94,9 +94,6 @@ rm doc/build/html/.buildinfo
%install %install
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-data=%{python_sitelib} 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 ### test subpackage
%openstack_test_package_install %openstack_test_package_install
@ -106,7 +103,6 @@ install -p -D -m 644 tools/heat.bash_completion %{buildroot}%{_sysconfdir}/bash_
%{_bindir}/heat %{_bindir}/heat
%{python_sitelib}/%{component}/ %{python_sitelib}/%{component}/
%{python_sitelib}/python_%{component}-*.egg-info %{python_sitelib}/python_%{component}-*.egg-info
%{_sysconfdir}/bash_completion.d/openstack-heat.sh
%files doc %files doc
%defattr(-,root,root,-) %defattr(-,root,root,-)