2020-08-14 23:42:04 +02:00
|
|
|
<services>
|
|
|
|
<!-- python portion of github sources -->
|
|
|
|
<service name="obs_scm" mode="disabled">
|
|
|
|
<param name="url">https://github.com/HypothesisWorks/hypothesis.git</param>
|
|
|
|
<param name="scm">git</param>
|
2020-11-11 13:23:09 +01:00
|
|
|
<param name="revision">hypothesis-python-5.41.2</param>
|
2020-08-14 23:42:04 +02:00
|
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
|
|
<param name="versionrewrite-pattern">hypothesispython(.*)</param>
|
|
|
|
<param name="subdir">hypothesis-python</param>
|
|
|
|
<param name="filename">hypothesis-python</param>
|
|
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled" />
|
|
|
|
</services>
|