forked from pool/python-hypothesis
Accepting request 1152084 from home:mcalabkova:branches:devel:languages:python
- Update to 6.98.9 * Avoid creating a .hypothesis directory when using register_type_strategy(). * Add ability to pass any object to note(). * Warn when constructing a repr that is overly long. * Change the distribution of sampled_from() when sampling from a Flag. * Deprecate use of the global random number generator while drawing from a strategy. * Improve our distribution of generated values for all strategies. * Improve the Ghostwriter for binary operators. OBS-URL: https://build.opensuse.org/request/show/1152084 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=185
This commit is contained in:
@@ -37,7 +37,7 @@ ExclusiveArch: do_not_build
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-hypothesis%{psuffix}
|
||||
Version: 6.93.2
|
||||
Version: 6.98.9
|
||||
Release: 0
|
||||
Summary: A library for property based testing
|
||||
License: MPL-2.0
|
||||
@@ -212,7 +212,8 @@ export PYTEST_ADDOPTS="--ignore=tests/pandas/ --ignore=tests/redis/test_redis_ex
|
||||
%license LICENSE.txt
|
||||
%doc README.rst
|
||||
%python_alternative %{_bindir}/hypothesis
|
||||
%{python_sitelib}/*hypothesis*
|
||||
%{python_sitelib}/hypothesis
|
||||
%{python_sitelib}/_hypothesis*.py
|
||||
%{python_sitelib}/hypothesis-%{version}.dist-info
|
||||
%pycache_only %{python_sitelib}/__pycache__/*hypothesis*
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user