2020-08-14 23:42:04 +02:00
|
|
|
<services>
|
2022-01-10 21:28:02 +01:00
|
|
|
<service name="tar_scm" mode="disabled">
|
2020-08-14 23:42:04 +02:00
|
|
|
<param name="url">https://github.com/HypothesisWorks/hypothesis.git</param>
|
|
|
|
<param name="scm">git</param>
|
2022-01-10 21:28:02 +01:00
|
|
|
<param name="revision">hypothesis-python-6.35.0</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>
|
2022-01-10 21:28:02 +01:00
|
|
|
<service name="recompress" mode="disabled">
|
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">gz</param>
|
|
|
|
</service>
|
2020-08-14 23:42:04 +02:00
|
|
|
<service name="set_version" mode="disabled" />
|
|
|
|
</services>
|