Change links to openSUSE:Factory
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-heatclient?expand=0&rev=6
This commit is contained in:
parent
350567c79c
commit
d28da17d02
3
_service
3
_service
@ -1,7 +1,8 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="git_tarballs" mode="disabled">
|
<service name="git_tarballs" mode="disabled">
|
||||||
<param name="url">http://tarballs.openstack.org/python-heatclient/python-heatclient-master.tar.gz</param>
|
<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="email">opensuse-cloud@opensuse.org</param>
|
||||||
|
<param name="version-regexp">.*-([^-]+)\.g[a-zA-Z0-9]{7}</param>
|
||||||
<param name="plain-version">True</param>
|
<param name="plain-version">True</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:984094c7de103781ec243b293def6b406bc9348261273a2b9871539b4cdad556
|
oid sha256:83f63b7944571da555ec81644df5b4665634bd39e4761f560efa9a7ab1cc74d4
|
||||||
size 40117
|
size 47616
|
||||||
|
@ -1,3 +1,229 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 19 23:52:33 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.4.21:
|
||||||
|
+ Replace OpenStack LLC with OpenStack Foundation
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 19 19:46:41 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
- fix requires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 00:12:30 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.4.20:
|
||||||
|
+ Support --version for heatclient
|
||||||
|
+ Stack instance identifier property
|
||||||
|
+ Add handler for heatclient.common.http
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 5 00:08:57 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.4.15:
|
||||||
|
+ Added support for running the tests under PyPy with tox
|
||||||
|
+ Fix and enable Hacking H501 warning
|
||||||
|
+ Be backward compatible after a renaming in API
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 23:57:59 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.4.10:
|
||||||
|
+ Add X-Region-Name parameter in HTTP request
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 27 00:01:23 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.4.8:
|
||||||
|
+ Rename event logical_resource_id to resource_name
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 00:02:10 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.4.7:
|
||||||
|
+ Do not obscure Unauthorized error messages
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 24 00:08:28 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.4.5:
|
||||||
|
+ Apply OS_REGION_NAME for endpoint selection
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 14 00:07:28 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.4.4:
|
||||||
|
+ Generate a template from a resource
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 10 11:08:17 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.4.2:
|
||||||
|
+ Fix heat event list sorted order incorrect
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 14:40:37 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.4.1:
|
||||||
|
+ Updated from global requirements
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 7 23:49:59 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.3.15.g2c05c73:
|
||||||
|
+ Add mock as a test requirement
|
||||||
|
+ Fix Stack instance delete method
|
||||||
|
+ Custom Stack get method to avoid lookup redirects
|
||||||
|
+ Do not paginate stack list unless page_size is set
|
||||||
|
+ Remove unused Stack data method
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 6 23:52:13 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.3.10.g9104cb0:
|
||||||
|
+ Sync with global requirements
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
Mon Aug 5 21:15:56 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.3.9.g529d429:
|
||||||
|
+ Implement Stack status and action properties
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
Tue Jul 30 14:52:28 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.3.8.gcae2c0f:
|
||||||
|
+ Parse error object (in json format) returned by heat-api
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
Mon Jul 22 23:46:33 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.3.6.ge5d68a4:
|
||||||
|
+ Validate heat url is supplied for --os-no-client-auth.
|
||||||
|
+ Set credentials headers if there is no auth token.
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
Wed Jul 17 10:19:32 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.3.2.ga49cf4c:
|
||||||
|
+ Make the parameter checking consistent.
|
||||||
|
+ Only set X-Auth-User, X-Auth-Key on stack create/update.
|
||||||
|
+ Display yaml format for stack deployed via hot template
|
||||||
|
+ Cleanup in preperation for release.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 15 07:23:08 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.2.37.gff2033a:
|
||||||
|
+ Raise requirements to be in sync with OpenStack/Requirements
|
||||||
|
+ Rename README.md to README.rst
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 14 16:09:38 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
- move heat client to main package
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 11 23:48:23 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.2.34.ga4208dc:
|
||||||
|
+ Fix "heat validate" (add needed environment option)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 11 08:23:29 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.2.32.gcb5b027:
|
||||||
|
+ Update upper bound of keystoneclient version.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 5 13:10:22 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
- update requires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 3 23:50:16 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.2.31.g9cba3da:
|
||||||
|
+ Add support for suspend/resume actions
|
||||||
|
+ Unit tests for pretty table special formatters.
|
||||||
|
+ Format resource required_by in resource-show.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 30 23:49:20 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.2.26.g7774ac3:
|
||||||
|
+ Upload provider templates referenced in the environment.
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
Thu Jun 27 23:47:48 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.2.25.ga77fd13:
|
||||||
|
+ Fix all the pep8 E* and F* errors.
|
||||||
|
+ Fix all but H302 hacking rules.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 27 09:59:00 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
- Only depend on python-discover on SLE, it's a Python-2.6 feature
|
||||||
|
backport
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
Wed Jun 26 14:21:44 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.2.23.g61ce603:
|
||||||
|
+ Fix various smaller pep8 issues
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
Mon Jun 17 00:06:17 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.2.22.gf524528:
|
||||||
|
+ flake8 ignore build directory.
|
||||||
|
+ Stop passing path to VerifiedHTTPSConnection
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 12 09:51:13 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
- fix test requires
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
Wed Jun 12 09:22:33 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.2.19.g0e559f5:
|
||||||
|
+ Remove explicit distribute depend.
|
||||||
|
+ Include .testr.conf in source tarball
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
Tue Jun 11 09:31:07 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.2.16.g5f3e7ef:
|
||||||
|
+ Use Python 3.x compatible except: construct
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
Fri Jun 7 23:34:46 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.2.14.gb1eab17:
|
||||||
|
+ Add support for environment files
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
Mon Jun 3 23:34:50 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.2.12.g6aeb099:
|
||||||
|
+ Migrate to testr from nose.
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
Sun Jun 2 23:34:46 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.2.10.g9b1ce21:
|
||||||
|
+ Fixes text split for parameters
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
Wed May 29 00:03:27 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.2.9.g2e6e49f:
|
||||||
|
+ Move requirements files to standard names.
|
||||||
|
+ Move tests into package dir.
|
||||||
|
+ Migrate test base classes to testtools.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 18 10:43:21 UTC 2013 - speilicke@suse.com
|
Mon Mar 18 10:43:21 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define component heatclient
|
%define component heatclient
|
||||||
|
|
||||||
Name: python-%{component}
|
Name: python-%{component}
|
||||||
Version: 0.2.0
|
Version: 0.2.4.21
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Openstack Orchestration (Heat) API Client
|
Summary: Openstack Orchestration (Heat) API Client
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -30,18 +30,20 @@ BuildRequires: openstack-suse-macros
|
|||||||
BuildRequires: python-base
|
BuildRequires: python-base
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-distribute
|
||||||
# Documentation build requirements:
|
# Documentation build requirements:
|
||||||
|
BuildRequires: python-PrettyTable
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python-Sphinx
|
||||||
|
BuildRequires: python-d2to1
|
||||||
BuildRequires: python-httplib2
|
BuildRequires: python-httplib2
|
||||||
BuildRequires: python-iso8601 >= 0.1.4
|
BuildRequires: python-iso8601 >= 0.1.4
|
||||||
BuildRequires: python-keystoneclient
|
BuildRequires: python-keystoneclient
|
||||||
BuildRequires: python-prettytable
|
BuildRequires: python-pbr
|
||||||
Requires: python >= 2.6.8
|
Requires: python >= 2.6.8
|
||||||
Requires: python-argparse
|
Requires: python-PrettyTable >= 0.6
|
||||||
|
Requires: python-d2to1 >= 0.2.10
|
||||||
Requires: python-httplib2
|
Requires: python-httplib2
|
||||||
Requires: python-iso8601 >= 0.1.4
|
Requires: python-iso8601 >= 0.1.4
|
||||||
Requires: python-keystoneclient >= 0.2
|
Requires: python-keystoneclient >= 0.3.0
|
||||||
Requires: python-prettytable >= 0.5
|
Requires: python-pbr >= 0.5.21
|
||||||
Requires: python-warlock < 2
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%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()")}
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
@ -65,26 +67,33 @@ This package contains documentation files for %{name}.
|
|||||||
Summary: Openstack Orchestration (Heat) API Client - Testsuite
|
Summary: Openstack Orchestration (Heat) API Client - Testsuite
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: python-mox
|
Requires: python-coverage >= 3.6
|
||||||
Requires: python-nose
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
Requires: python-nose-exclude
|
Requires: python-discover
|
||||||
Requires: python-nosehtmloutput
|
%endif
|
||||||
Requires: python-nosexcover
|
Requires: python-fixtures >= 0.3.12
|
||||||
Requires: python-openstack.nose_plugin
|
Requires: python-flake8 >= 2.0
|
||||||
Requires: python-pep8
|
Requires: python-hacking >= 0.5.6
|
||||||
|
Requires: python-mock >= 0.8.0
|
||||||
|
Requires: python-mox >= 0.5.3
|
||||||
|
Requires: python-pep8 >= 1.4.5
|
||||||
|
Requires: python-pyflakes >= 0.7.2
|
||||||
|
Requires: python-testrepository >= 0.0.17
|
||||||
|
Requires: python-testscenarios >= 0.4
|
||||||
|
Requires: python-testtools >= 0.9.32
|
||||||
|
|
||||||
%description test
|
%description test
|
||||||
This package contains testsuite files for %{name}.
|
This package contains testsuite files for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n python-heatclient-0.2.0
|
%setup -q -n python-heatclient-0.2.4.21.g455b1cb
|
||||||
%openstack_cleanup_prep
|
%openstack_cleanup_prep
|
||||||
echo %{version} > heatclient/versioninfo
|
echo %{version} > heatclient/versioninfo
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
python setup.py build_sphinx
|
python setup.py build_sphinx
|
||||||
rm -rf doc/build/html/{.buildinfo,.doctrees}
|
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}
|
||||||
@ -94,7 +103,8 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-data=%
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc LICENSE README.md
|
%doc LICENSE README.rst
|
||||||
|
%{_bindir}/heat
|
||||||
%{python_sitelib}/%{component}/
|
%{python_sitelib}/%{component}/
|
||||||
%{python_sitelib}/python_%{component}-*.egg-info
|
%{python_sitelib}/python_%{component}-*.egg-info
|
||||||
|
|
||||||
@ -104,7 +114,6 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-data=%
|
|||||||
|
|
||||||
%files test
|
%files test
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/heat
|
|
||||||
%{_localstatedir}/lib/%{name}-test/
|
%{_localstatedir}/lib/%{name}-test/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user