* Update to Python 3.6, drop 2to3 * invalid commands * versionbump * shebang * small performance patch for Tempita * order imports * compatability is hard * py3 unicode - Switch upstream (the original is so dead, it is hard to find it even in the Web Archive; gh#nsoranzo/tempita#1). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Tempita?expand=0&rev=20
16 lines
562 B
Plaintext
16 lines
562 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/nsoranzo/tempita.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionprefix">0.5.2+git</param>
|
|
<param name="revision">main</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">mcepl@cepl.eu</param>
|
|
</service>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version" />
|
|
</services>
|