forked from pool/python-pymod2pkg
- update to version 0.28.0 - Moving IRC network reference to OFTC - Remove retired Qinling support - Remove retired Searchlight usage - add suse_py39 flavor to explicitly render templates for py39 - Remove retired karbor usage - Add RDO mapping for psycopg2-binary - Remove retired Karbor support - Update package rules for some packages in the Redhat ecosystems - update to zed level jobs - Add python2 and python3 return values - Bump some requirements in lower-constraints.txt - Convert from "-" to "_" in setup.cfg - Add RDO mapping for semantic-version - Revert "Fix PyYAML mapping for RDO" - bump py37 to py38 in tox.ini - Move CLI code into it's own module - [tox] Update constraints, flake8 settings and default envlist - Add reqs2pkg - Use py3 as the default runtime for tox - remove unicode from code - [community goal] Update contributor documentation - Add doc/requirements - Retire django-openstack-auth - add suse_py311 flavor to explicitly render templates for py311 - Add RDO mapping for suds-community - Add RDO mapping for prometheus-client - Change RDO mapping for sympy and protobuf OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-pymod2pkg?expand=0&rev=63
14 lines
688 B
Plaintext
14 lines
688 B
Plaintext
<services>
|
|
<service mode="manual" name="renderspec">
|
|
<param name="input-template">https://git.openstack.org/cgit/openstack/rpm-packaging/plain/openstack/pymod2pkg/pymod2pkg.spec.j2</param>
|
|
<param name="output-name">python-pymod2pkg.spec</param>
|
|
<param name="requirements">https://raw.githubusercontent.com/openstack/pymod2pkg/master/requirements.txt</param>
|
|
<param name="changelog-email">cloud-devel@suse.de</param>
|
|
<param name="changelog-provider">gh,openstack,pymod2pkg</param>
|
|
</service>
|
|
<service mode="manual" name="download_files">
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="format_spec_file" mode="manual"/>
|
|
</services>
|