forked from pool/python-hypothesis
Dirk Mueller
4b04aefafb
- Update to 6.88.0 - disable flaky test * This release allows strategy-generating functions registered with register_type_strategy() to conditionally not return a strategy, by returning NotImplemented * When randoms( was called with use_true_randoms=False, calling sample on it with an empty sequence and 0 elements would result in an error, when it should have returned an empty sequence to agree with the normal behaviour of random.Random. This fixes that discrepancy.) OBS-URL: https://build.opensuse.org/request/show/1118040 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=175
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.88.0</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>
|