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>
|
2021-03-25 08:53:05 +01:00
|
|
|
<param name="revision">hypothesis-python-6.8.1</param>
|
2020-08-14 23:42:04 +02:00
|
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
2021-03-25 08:53:05 +01:00
|
|
|
<param name="versionrewrite-pattern">hypothesis-python-(.*)</param>
|
2020-08-14 23:42:04 +02:00
|
|
|
<param name="subdir">hypothesis-python</param>
|
|
|
|
<param name="filename">hypothesis-python</param>
|
|
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled" />
|
|
|
|
</services>
|