forked from pool/python-stevedore
- update to version 1.25.0 - move documentation into the new standard layout - Remove 'run_sphinx' script - Remove unused doc/requirements.txt - turn on warning-is-error for doc build - Mark as Production/Stable instead of Alpha - Remove oslotest from test-requirements - Update URLs in documents according to document migration - fix setuptools url - Remove support for py34 - Update reno for stable/ocata - Updated from global requirements - switch from oslosphinx to openstackdocstheme - update to version 1.20.1 - Update UPPER_CONSTRAINTS_FILE for stable/ocata - Updated from global requirements - Update .gitreview for stable/ocata OBS-URL: https://build.opensuse.org/request/show/527396 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stevedore?expand=0&rev=27
14 lines
718 B
Plaintext
14 lines
718 B
Plaintext
<services>
|
|
<service mode="disabled" name="renderspec">
|
|
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/stevedore/stevedore.spec.j2</param>
|
|
<param name="output-name">python-stevedore.spec</param>
|
|
<param name="requirements">https://raw.githubusercontent.com/openstack/requirements/stable/pike/global-requirements.txt</param>
|
|
<param name="changelog-email">cloud-devel@suse.de</param>
|
|
<param name="changelog-provider">gh,openstack,stevedore</param>
|
|
</service>
|
|
<service mode="disabled" name="download_files">
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="format_spec_file" mode="disabled"/>
|
|
</services>
|