2024-08-02 17:49:41 +02:00
|
|
|
<services>
|
|
|
|
<service name="tar_scm" mode="manual">
|
|
|
|
<param name="url">https://github.com/HypothesisWorks/hypothesis.git</param>
|
|
|
|
<param name="scm">git</param>
|
2024-09-06 09:04:37 +02:00
|
|
|
<param name="revision">hypothesis-python-6.112.0</param>
|
2024-08-02 17:49:41 +02:00
|
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
|
|
<param name="versionrewrite-pattern">hypothesis-python-(.*)</param>
|
|
|
|
<param name="subdir">hypothesis-python</param>
|
|
|
|
<param name="filename">hypothesis-python</param>
|
|
|
|
</service>
|
|
|
|
<service name="recompress" mode="manual">
|
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">gz</param>
|
|
|
|
</service>
|
|
|
|
<service name="set_version" mode="manual" />
|
|
|
|
</services>
|