14
0

- update to 4.23.4

* Adds a recipe to the docstring of :func:`~hypothesis.strategies.from_type`
  * implements the :func:`~hypothesis.strategies.slices` strategy,
     to generate slices of a length-size sequence.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=104
This commit is contained in:
2019-05-14 11:06:57 +00:00
committed by Git OBS Bridge
parent 83084aa143
commit 37dcb7c657
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue May 14 11:05:16 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 4.23.4
* Adds a recipe to the docstring of :func:`~hypothesis.strategies.from_type`
* implements the :func:`~hypothesis.strategies.slices` strategy,
to generate slices of a length-size sequence.
-------------------------------------------------------------------
Tue May 7 08:58:44 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>