forked from pool/python-oslo.config
- Update Requires version according to requirements.txt - update to version 1.6.0: * Set the version string * Stop sorting options on output * Move files out of the namespace package * Workflow documentation is now in infra-manual * Fix wrong order of positional args in cli * add tests coverage for an oslo.messaging use case * Refactored help string generation * Updated from global requirements * Updated from global requirements * Fix class constant indentation * Updated from global requirements * Activate pep8 check that _ is imported * Updated from global requirements * Updated from global requirements * Add pbr to installation requirements * Updated from global requirements * Add some guidance for group names * delay formatting debug log message * Check config default value is correct type * Report permission denied when parsing config * Fix docs example using generator config files * Updated from global requirements * do not use colons in section titles * Stop using intersphinx - Adjust Requires according to requirements.txt - Adjust BuildRequires according to test-requirements.txt OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=22
14 lines
419 B
Plaintext
14 lines
419 B
Plaintext
<services>
|
|
<service mode="disabled" name="download_files">
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version">
|
|
<param name="basename">oslo.config</param>
|
|
</service>
|
|
<service name="refresh_patches" mode="disabled">
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="python_requires" mode="disabled">
|
|
</service>
|
|
</services>
|