forked from pool/python-hypothesis
- Update to 6.127.5 * Improve shrinking of non-standard NaN float values * Update our vendored list of top-level domains, which is used by the provisional domains() strategy. * Fix a bug where from_type() would error on certain types involving Protocol OBS-URL: https://build.opensuse.org/request/show/1249982 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=206
17 lines
663 B
Plaintext
17 lines
663 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.127.5</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>
|