From fc0f03b461ec82745bf2e5689b699b91f91cba64a1e05d87d77d519cf0893db7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 27 Feb 2024 10:18:11 +0000 Subject: [PATCH] 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 --- _service | 2 +- hypothesis-python-6.93.2.tar.gz | 3 --- hypothesis-python-6.98.9.tar.gz | 3 +++ python-hypothesis.changes | 12 ++++++++++++ python-hypothesis.spec | 5 +++-- 5 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 hypothesis-python-6.93.2.tar.gz create mode 100644 hypothesis-python-6.98.9.tar.gz diff --git a/_service b/_service index 3c5fbdc..9f927e6 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/HypothesisWorks/hypothesis.git git - hypothesis-python-6.93.2 + hypothesis-python-6.98.9 @PARENT_TAG@ hypothesis-python-(.*) hypothesis-python diff --git a/hypothesis-python-6.93.2.tar.gz b/hypothesis-python-6.93.2.tar.gz deleted file mode 100644 index 33be0af..0000000 --- a/hypothesis-python-6.93.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60feb432a7ec7846fd97aebd58a2a2e2a42fd70527e615df6b81d51ff58d6c18 -size 856122 diff --git a/hypothesis-python-6.98.9.tar.gz b/hypothesis-python-6.98.9.tar.gz new file mode 100644 index 0000000..67dbad2 --- /dev/null +++ b/hypothesis-python-6.98.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa8e7962618e913b807ff2aee409e3ced98dc3c407a031b743721b3c8deff0b +size 885904 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index dd2dfee..ae01d60 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Feb 22 12:42:26 UTC 2024 - Markéta Machová + +- 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. + ------------------------------------------------------------------- Wed Jan 24 13:47:04 UTC 2024 - ecsos diff --git a/python-hypothesis.spec b/python-hypothesis.spec index ff71c61..3122cfd 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -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