Files
python-Tempita/_service
Matej Cepl 407a74f546 - Update to version 0.5.2+git.1630978236.a30af77:
* 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
2022-03-21 20:52:33 +00:00

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>