- [TrivialFix] Replace 'assertTrue(a in b)' with 'assertIn(a, b)' - Update reno for stable/newton - Automatically convert process_input to bytes - Imported Translations from Zanata - Change assertTrue(isinstance()) by optimal assert - Updated from global requirements - Add Constraints support - Remove unnecessary requirements - Show team and repo badges on README - Changed the home-page link - Enable release notes translation - Ignore prlimit argument on Windows OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.concurrency?expand=0&rev=27
13 lines
700 B
Plaintext
13 lines
700 B
Plaintext
<services>
|
|
<service mode="disabled" name="renderspec">
|
|
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/oslo.concurrency/oslo.concurrency.spec.j2</param>
|
|
<param name="output-name">python-oslo.concurrency.spec</param>
|
|
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param>
|
|
<param name="changelog-email">cloud-devel@suse.de</param>
|
|
<param name="changelog-provider">gh,openstack,oslo.concurrency</param>
|
|
</service>
|
|
<service mode="disabled" name="download_files">
|
|
</service>
|
|
<service name="format_spec_file" mode="disabled"/>
|
|
</services>
|