14
0
Files
python-screenplain/_service
Matej Cepl 69480c4b7f - Update to version 0.9.0+git.1679174041.302bfdd:
* Don't use open, but more compatible io.open
  * Make tests independent on any particular module.
  * Add Python 3.11 to testing matrix
  * Add test for forcing action with "!"
  * Fix runtime error in pdf output of dual dialog
  * Possible to force action by starting line with !
  * pdf Settings object for styles and layout
  * Replace nose with pytest
  * assertEquals is deprecated - use assertEqual
  * Remove unittest2 (Python 2 compatibility)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-screenplain?expand=0&rev=10
2023-03-20 13:35:26 +00:00

18 lines
688 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="versionprefix">0.9.0+git</param>
<!-- param name="url">https://github.com/vilcans/screenplain.git</param-->
<param name="url">https://git.sr.ht/~mcepl/screenplay</param>
<param name="revision">cleanup-testing</param>
<param name="scm">git</param>
<param name="exclude">.git*</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">mcepl@cepl.eu</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled" />
</services>