Accepting request 172712 from Cloud:OpenStack:Factory
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/172712 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-heatclient?expand=0&rev=3
This commit is contained in:
commit
4a2faf6d84
1
_service
1
_service
@ -2,5 +2,6 @@
|
||||
<service name="git_tarballs" mode="disabled">
|
||||
<param name="url">http://tarballs.openstack.org/python-heatclient/python-heatclient-master.tar.gz</param>
|
||||
<param name="email">cloud-devel@suse.de</param>
|
||||
<param name="plain-version">True</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a8d362980501255e65814c6126bf6b41a973f73c7435d7e9fbb9d01932720fc
|
||||
size 37910
|
||||
oid sha256:984094c7de103781ec243b293def6b406bc9348261273a2b9871539b4cdad556
|
||||
size 40117
|
||||
|
@ -1,5 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 18 10:43:21 UTC 2013 - speilicke@suse.com
|
||||
|
||||
- Drop +git.$TIMESTAMP.$COMMITHASH version suffix
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Wed Jan 9 08:55:36 UTC 2013 - cloud-devel@suse.de
|
||||
Mon Mar 11 10:04:50 UTC 2013 - cloud-devel@suse.de
|
||||
|
||||
- Update to version 0.2.0+git.1362996290.841ded0:
|
||||
+ Remove warlock from pip-requires as it is not used
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Tue Mar 5 16:52:17 UTC 2013 - cloud-devel@suse.de
|
||||
|
||||
- Update to version 0.2.0+git.1362502337.b6ff6d2:
|
||||
+ Change --disable-rollback option to --enable-rollback
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Thu Feb 28 12:53:02 UTC 2013 - saschpe@suse.de
|
||||
|
||||
- Update to version 0.2.0+git.1362055982.ec0a708:
|
||||
+ Don't add 'dev' to tag_build
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Sun Feb 24 18:19:14 UTC 2013 - cloud-devel@suse.de
|
||||
|
||||
- Update to version 0.2.0dev+git.1361729954.f1baa75:
|
||||
+ heatclient : correct timeout parameter name
|
||||
+ heatclient : Add --disable-rollback option
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 22 11:27:01 UTC 2013 - saschpe@suse.de
|
||||
|
||||
- BuildRequire openstack-suse-macros instead of openstack-macros
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Mon Feb 18 09:40:19 UTC 2013 - cloud-devel@suse.de
|
||||
|
||||
- Update to version 0.2.0dev+git.1361180419.84b7969:
|
||||
+ Return the exit code from tox to callers of run_tests.sh
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Mon Feb 4 12:04:33 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- Update to version 0.2.0dev+git.1359979473.bcaf6c4:
|
||||
+ Add switch to disable token authentication.
|
||||
+ Don't log at all if debugging is not turned on
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Mon Jan 14 13:00:00 UTC 2013 - saschpe@suse.de
|
||||
|
||||
- Update to version 0.2.0dev+git.1358164800.7f50a72:
|
||||
+ Fixes required for packaging
|
||||
- Updated requirements
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Wed Jan 9 08:55:36 UTC 2013 - saschpe@suse.de
|
||||
|
||||
- Move service to tarballs.opensuse.org, upstream now provides tarballs
|
||||
for python-heatclient
|
||||
@ -7,7 +62,7 @@ Wed Jan 9 08:55:36 UTC 2013 - cloud-devel@suse.de
|
||||
+ Relax the required version of prettytable.
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Wed Dec 19 15:03:10 UTC 2012 - cloud-devel@suse.de
|
||||
Wed Dec 19 15:03:10 UTC 2012 - saschpe@suse.de
|
||||
|
||||
- Move to obs-service-git_tarballs
|
||||
+ Drop BuildRequires: python-setuptools-git
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-heatclient
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,25 +19,28 @@
|
||||
%define component heatclient
|
||||
|
||||
Name: python-%{component}
|
||||
Version: 0.1.0.2.gb1b5455+git.1357718178.b1b5455
|
||||
Version: 0.2.0
|
||||
Release: 0
|
||||
License: Apache-2.0
|
||||
Summary: Openstack Orchestration (Heat) API Client
|
||||
Url: http://launchpad.net/python-heatclient
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: http://launchpad.net/python-heatclient
|
||||
Source: python-heatclient-master.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: openstack-suse-macros
|
||||
BuildRequires: python-base
|
||||
BuildRequires: python-distribute
|
||||
# Documentation build requirements:
|
||||
BuildRequires: python-Sphinx
|
||||
BuildRequires: python-httplib2
|
||||
BuildRequires: python-iso8601 >= 0.1.4
|
||||
BuildRequires: python-keystoneclient
|
||||
BuildRequires: python-prettytable
|
||||
BuildRequires: python-Sphinx
|
||||
Requires: python >= 2.6.8
|
||||
Requires: python-argparse
|
||||
Requires: python-prettytable >= 0.6
|
||||
Requires: python-keystoneclient >= 0.1.2
|
||||
Requires: python-httplib2
|
||||
Requires: python-iso8601 >= 0.1.4
|
||||
Requires: python-keystoneclient >= 0.2
|
||||
Requires: python-prettytable >= 0.5
|
||||
Requires: python-warlock < 2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
@ -65,28 +68,26 @@ Requires: %{name} = %{version}
|
||||
Requires: python-mox
|
||||
Requires: python-nose
|
||||
Requires: python-nose-exclude
|
||||
Requires: python-nosehtmloutput
|
||||
Requires: python-nosexcover
|
||||
Requires: python-openstack.nose_plugin
|
||||
Requires: python-nosehtmloutput
|
||||
Requires: python-setuptools-git >= 0.4
|
||||
Requires: python-pep8
|
||||
|
||||
%description test
|
||||
This package contains testsuite files for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n python-heatclient-0.1.0.2.gb1b5455
|
||||
%setup -q -n python-heatclient-0.2.0
|
||||
%openstack_cleanup_prep
|
||||
echo %{version} > heatclient/versioninfo
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
python setup.py build_sphinx
|
||||
# Currently no man pages:
|
||||
#python setup.py build_sphinx -b man
|
||||
rm -rf doc/build/html/{.buildinfo,.doctrees}
|
||||
|
||||
%install
|
||||
python setup.py install --skip-build --prefix=%{_prefix} --root=%{buildroot}
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-data=%{python_sitelib}
|
||||
|
||||
### test subpackage
|
||||
%openstack_test_package_install
|
||||
|
Loading…
x
Reference in New Issue
Block a user