Dirk Mueller
6eb590fa4e
- Use py3 as the default runtime for tox - Move flake8 as a pre-commit local target. - Add Python3 wallaby unit tests - ignore reno generated artifacts - Dropping lower constraints testing - Set manila config opts in devstack - Update master for stable/victoria - Uncap PrettyTable - Adding pre-commit OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-osprofiler?expand=0&rev=34
13 lines
634 B
Plaintext
13 lines
634 B
Plaintext
<services>
|
|
<service mode="disabled" name="renderspec">
|
|
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/osprofiler/osprofiler.spec.j2</param>
|
|
<param name="output-name">python-osprofiler.spec</param>
|
|
<param name="requirements">https://opendev.org/openstack/osprofiler/raw/master/requirements.txt</param>
|
|
<param name="changelog-email">cloud-devel@suse.de</param>
|
|
<param name="changelog-provider">gh,openstack,osprofiler</param>
|
|
</service>
|
|
<service mode="disabled" name="download_files">
|
|
</service>
|
|
<service name="format_spec_file" mode="disabled"/>
|
|
</services>
|