Accepting request 225086 from Cloud:OpenStack:Factory
- update to 0.2.6: * make tokens work with --os-no-client-auth * Add --include-pass option for grizzly backwards compat - Add refresh_patches source service OBS-URL: https://build.opensuse.org/request/show/225086 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-heatclient?expand=0&rev=14
This commit is contained in:
commit
90aa3100f6
12
_service
12
_service
@ -1,7 +1,11 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="git_tarballs" mode="disabled">
|
<service mode="disabled" name="download_files">
|
||||||
<param name="url">http://tarballs.openstack.org/python-heatclient/python-heatclient-0.2.5.tar.gz</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="email">opensuse-cloud@opensuse.org</param>
|
</service>
|
||||||
<param name="plain-version">True</param>
|
<service mode="disabled" name="set_version">
|
||||||
|
<param name="basename">keystone</param>
|
||||||
|
</service>
|
||||||
|
<service name="refresh_patches" mode="disabled">
|
||||||
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f1d8d07947aa619498640aef84927e5f7a82efc566cc5f6260e146ddbcbc6ba8
|
|
||||||
size 48071
|
|
3
python-heatclient-0.2.6.tar.gz
Normal file
3
python-heatclient-0.2.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:544d2436f016675a02e179e0f7a99207b4134750e8ddfcc19326fb1e3d9067d5
|
||||||
|
size 68473
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 13 14:21:07 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
|
- update to 0.2.6:
|
||||||
|
* make tokens work with --os-no-client-auth
|
||||||
|
* Add --include-pass option for grizzly backwards compat
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 29 09:12:36 UTC 2014 - speilicke@suse.com
|
||||||
|
|
||||||
|
- Add refresh_patches source service
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 7 10:23:08 UTC 2013 - dmueller@suse.com
|
Mon Oct 7 10:23:08 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-heatclient
|
# spec file for package python-heatclient
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,13 +19,13 @@
|
|||||||
%define component heatclient
|
%define component heatclient
|
||||||
|
|
||||||
Name: python-%{component}
|
Name: python-%{component}
|
||||||
Version: 0.2.5
|
Version: 0.2.6
|
||||||
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: python-heatclient-0.2.5.tar.gz
|
Source: http://tarballs.openstack.org/python-heatclient/python-heatclient-0.2.6.tar.gz
|
||||||
BuildRequires: openstack-suse-macros
|
BuildRequires: openstack-suse-macros
|
||||||
BuildRequires: python-base
|
BuildRequires: python-base
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-distribute
|
||||||
@ -39,6 +39,7 @@ BuildRequires: python-pbr
|
|||||||
Requires: python >= 2.6.8
|
Requires: python >= 2.6.8
|
||||||
Requires: python-PrettyTable >= 0.6
|
Requires: python-PrettyTable >= 0.6
|
||||||
Requires: python-PyYAML >= 3.1.0
|
Requires: python-PyYAML >= 3.1.0
|
||||||
|
Requires: python-argparse
|
||||||
Requires: python-httplib2
|
Requires: python-httplib2
|
||||||
Requires: python-iso8601 >= 0.1.4
|
Requires: python-iso8601 >= 0.1.4
|
||||||
Requires: python-keystoneclient >= 0.3.0
|
Requires: python-keystoneclient >= 0.3.0
|
||||||
@ -72,7 +73,6 @@ Requires: python-discover
|
|||||||
%endif
|
%endif
|
||||||
Requires: python-fixtures >= 0.3.12
|
Requires: python-fixtures >= 0.3.12
|
||||||
Requires: python-flake8 >= 2.0
|
Requires: python-flake8 >= 2.0
|
||||||
Requires: python-hacking >= 0.5.6
|
|
||||||
Requires: python-mock >= 0.8.0
|
Requires: python-mock >= 0.8.0
|
||||||
Requires: python-mox >= 0.5.3
|
Requires: python-mox >= 0.5.3
|
||||||
Requires: python-pep8 >= 1.4.5
|
Requires: python-pep8 >= 1.4.5
|
||||||
@ -85,7 +85,7 @@ Requires: python-testtools >= 0.9.32
|
|||||||
This package contains testsuite files for %{name}.
|
This package contains testsuite files for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n python-heatclient-0.2.5
|
%setup -q -n python-heatclient-0.2.6
|
||||||
%openstack_cleanup_prep
|
%openstack_cleanup_prep
|
||||||
echo %{version} > heatclient/versioninfo
|
echo %{version} > heatclient/versioninfo
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user