forked from pool/python-hypothesis
Markéta Machová
b5769c4ca6
- Update to 6.93.2: * This patch improves observability reports by moving timing information from metadata to a new timing key, and supporting conversion of additional argument types to json rather than string reprs via a .to_json() method (including e.g. Pandas dataframes). OBS-URL: https://build.opensuse.org/request/show/1141260 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=183
17 lines
670 B
Plaintext
17 lines
670 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/HypothesisWorks/hypothesis.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">hypothesis-python-6.93.2</param>
|
|
<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>
|