- Update to 0.2.12 * Support Python 3.13 * Fix TypeError in check-yaml - Drop 0001-Fix-building-with-clang-16.patch, fixed upstream - Add setup.py from upstream to fix build with Python 3.14 OBS-URL: https://build.opensuse.org/request/show/1304018 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml.clib?expand=0&rev=22
15 lines
509 B
Plaintext
15 lines
509 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="versionprefix">0.2.12+hg</param>
|
|
<param name="url">http://hg.code.sf.net/p/ruamel-yaml-clib/code</param>
|
|
<param name="scm">hg</param>
|
|
<param name="exclude">.hg*</param>
|
|
<param name="filename">ruamel-yaml-clib</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|