- Add support for non-blocking locks - Use TOX_CONSTRAINTS_FILE - Dropping lower constraints testing - Remove references to 'sys.version_info' - Update CI to use unversioned jobs template - Add Python3 wallaby unit tests - Adding pre-commit - Fix RequiredOptError when missing lock_path - Remove unnecessary unicode prefixes - Monkey patch original current_thread _active in processutils - Use py3 as the default runtime for tox - Update master for stable/victoria - Allow python_exec kwarg to be None - Move flake8 as a pre-commit local target. - Add Python3 yoga unit tests - setup.cfg: Replace dashes with underscores - Remove lower-constraints remnants - Update python testing classifier OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.concurrency?expand=0&rev=53
13 lines
678 B
Plaintext
13 lines
678 B
Plaintext
<services>
|
|
<service mode="disabled" name="renderspec">
|
|
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/master/openstack/oslo.concurrency/oslo.concurrency.spec.j2</param>
|
|
<param name="output-name">python-oslo.concurrency.spec</param>
|
|
<param name="requirements">https://opendev.org/openstack/oslo.concurrency/raw/branch/master/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>
|