- tox: Replace whitelist_externals - coveragerc: Remove non-existent path - Revert "Moves supported python runtimes from version 3.8 to 3.10" - Update python classifier in setup.cfg - Drop python3.6/3.7 support in testing runtime - Add py39 package metadata - Bump hacking - Moves supported python runtimes from version 3.8 to 3.10 OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-futurist?expand=0&rev=22
13 lines
618 B
Plaintext
13 lines
618 B
Plaintext
<services>
|
|
<service mode="manual" name="renderspec">
|
|
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/futurist/futurist.spec.j2</param>
|
|
<param name="output-name">python-futurist.spec</param>
|
|
<param name="requirements">https://opendev.org/openstack/futurist/raw/master/requirements.txt</param>
|
|
<param name="changelog-email">cloud-devel@suse.de</param>
|
|
<param name="changelog-provider">gh,openstack,futurist</param>
|
|
</service>
|
|
<service mode="manual" name="download_files">
|
|
</service>
|
|
<service name="format_spec_file" mode="manual"/>
|
|
</services>
|