epy/_service
Matej Cepl 666219c9ea - Update to version 2022.4.18+git.1664754357.6dd1860:
* Update tests trigger path
  * Update tests and Makefile
  * Update tests
  * Restore and update setup.py for AUR pkg compatibility
  * Major refactor: breakdown epy.py script into package project structure for easier development Squashed commit of the following:
  * Setup debugger: debugpy
  * Revert "Add user setting for indenting paragraphs (#63)" Issue with inline style (italic, bold)
  * Add user setting for indenting paragraphs (#63)

OBS-URL: https://build.opensuse.org/package/show/Education/epy?expand=0&rev=14
2022-10-05 22:21:15 +00:00

17 lines
601 B
Plaintext

<services>
<service name="obs_scm" mode="disabled">
<param name="versionprefix">2022.4.18+git</param>
<param name="url">https://github.com/wustho/epy.git</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 mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled" />
</services>