e3c0d8a14e
- update for singlespec - update to 1.4.9 * classes can now know their definition-time arguments * getitem() now accepts node objects * explicit namespace package support * see more details in ChangeLog - update to 2.0-pre-release git version for python 3.6 support (boo#1026174) - enable test suite for all pythons OBS-URL: https://build.opensuse.org/request/show/479728 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=22
18 lines
587 B
Plaintext
18 lines
587 B
Plaintext
<services>
|
|
|
|
<service name="tar_scm" mode="localonly">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/pycqa/astroid.git</param>
|
|
<param name="filename">astroid</param>
|
|
<param name="versionprefix">1.4.9.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>
|