forked from pool/python-pylint
- update for singlespec - enable test suite for all pythons - update to 1.7.0 git pre-release, for python 3.6 support (boo#1026174) * multitude of new checkers * support for namespace packages * dropped pylint-gui * see changes in /usr/share/doc/packages/python-pylint/ChangeLog OBS-URL: https://build.opensuse.org/request/show/479733 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=71
18 lines
585 B
Plaintext
18 lines
585 B
Plaintext
<services>
|
|
|
|
<service name="tar_scm" mode="localonly">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/pycqa/pylint.git</param>
|
|
<param name="filename">pylint</param>
|
|
<param name="versionprefix">1.7.0~git</param>
|
|
<!-- <param name="revision">optional: the commit hash, tag or branch you want to get</param>-->
|
|
</service>
|
|
|
|
<service name="recompress" mode="localonly">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
|
|
<service name="set_version" mode="localonly"/>
|
|
</services>
|