forked from pool/python-oslo.config
- Remove universal wheel configuration - fix: fix float opt min and max value format errror - Use stevedore to list the source drivers in documentation - reword releasenote for py27 support dropping - Switch to Ussuri jobs - Switch to hacking 2.x - Update master for stable/train - tox: Trivial cleanup - [ussuri][goal] Drop python 2.7 support and testing - trivial: Cleanup tox.ini - Update the minversion parameter. - update source link in readme - Ensure option groups don't change during logging - Refactor unit tests for CLI usage - remove outdated header - Remove ConfigFilter - Support hyphens in positional argument names - mypy: Add boilerplate configuration - Stop configuring install_command in tox. - Remove six - Update the constraints url - Assume positional arguments are required - tox: Keeping going with docs OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=84
13 lines
667 B
Plaintext
13 lines
667 B
Plaintext
<services>
|
|
<service mode="disabled" name="renderspec">
|
|
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/oslo.config/oslo.config.spec.j2</param>
|
|
<param name="output-name">python-oslo.config.spec</param>
|
|
<param name="requirements">https://opendev.org/openstack/oslo.config/raw/branch/stable/ussuri/requirements.txt</param>
|
|
<param name="changelog-email">cloud-devel@suse.de</param>
|
|
<param name="changelog-provider">gh,openstack,oslo.config</param>
|
|
</service>
|
|
<service mode="disabled" name="download_files">
|
|
</service>
|
|
<service name="format_spec_file" mode="disabled"/>
|
|
</services>
|