1
0
Files
python-configshell-fb/_service
Lee Duncan 960b0f5f65 Accepting request 1096428 from home:lee_duncan:branches:devel:languages:python
- Upgrade to latest upstream version v1.1.30:
 * setup.py: relax pyparsing version restriction
 * Replace more occurrences of getargspec() with getfullargspec()
 * replace getargspec() with getfullargspec()

OBS-URL: https://build.opensuse.org/request/show/1096428
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-configshell-fb?expand=0&rev=36
2023-07-02 19:16:38 +00:00

18 lines
705 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/open-iscsi/configshell-fb.git</param>
<param name="subdir"></param>
<param name="filename">python-configshell-fb</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(\d*\.\d*\.)(\d*)</param>
<param name="versionrewrite-replacement">\1\2</param>
<param name="revision">v1.1.30</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*configshell-fb*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>