* Updated from global requirements * Add a nested_depth argument to poll_for_events * Update the home-page in setup.cfg * Standardize import format * Remove unused function * Change usage of _auth_url private attribute * Remove discover from test-requirements * Add support for stack file list * Trivial: Remove out-of-date and useless example * Add Python 3.5 classifier and venv * Fix doc build if git is absent * Fix deprecation message for stack-preview * Remove unused LOG * Remove white space between print and () * base.Resource not define __ne__() built-in function * Fix typo * Pass correct arguments in osc plugin * Use osc_lib instead of cliff * Use osc-lib instead of openstackclient * Imported Translations from Zanata * Enhance error message * Replace dict.iteritems with six.iteritems to make PY3 compatible * Show 'deletion_time' of stacks * Implement client side of event list --nested-depth * Refactor test_shell * Serialize files when using SessionClient * Show 'parameter_defaults' for environment-show * A resource list formatter for graphviz dot diagrams * Implement "openstack stack failures list" OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-heatclient?expand=0&rev=32
14 lines
656 B
Plaintext
14 lines
656 B
Plaintext
<services>
|
|
<service mode="disabled" name="renderspec">
|
|
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/python-heatclient/python-heatclient.spec.j2</param>
|
|
<param name="output-name">python-heatclient.spec</param>
|
|
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt</param>
|
|
</service>
|
|
<service mode="disabled" name="download_files">
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="refresh_patches" mode="disabled">
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
</services>
|