1
0

Accepting request 643507 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/643507
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=87
This commit is contained in:
Tomáš Chvátal
2018-10-21 18:21:09 +00:00
committed by Git OBS Bridge
parent 46c9b6d0bd
commit e5ea557acc
4 changed files with 32 additions and 4 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Sat Oct 20 15:34:34 UTC 2018 - Arun Persaud <arun@gmx.de>
- update to version 3.79.0:
* This release adds a CLI flag for verbosity --hypothesis-verbosity
to the Hypothesis pytest plugin, applied after loading the profile
specified by --hypothesis-profile. Valid options are the names of
verbosity settings, quiet, normal, verbose or debug.Thanks to Bex
Dunn for writing this patch at the PyCon Australia sprints!
* The pytest header now correctly reports the current profile if
--hypothesis-profile has been used. Thanks to Mathieu Paturel for t
he contribution at the Canberra Python Hacktoberfest.
- changes from version 3.78.0:
* This release has deprecated the generation of integers, floats and
fractions when the conversion of the upper and/ or lower bound is
not 100% exact, e.g. when an integer gets passed a bound that is
not a whole number. (issue #1625)
- changes from version 3.77.0:
* This minor release adds functionality to settings allowing it to
be used as a decorator on RuleBasedStateMachine and
GenericStateMachine.
- changes from version 3.76.1:
* This patch fixes some warnings added by recent releases of
pydocstyle and mypy.
-------------------------------------------------------------------
Sun Oct 14 15:26:36 UTC 2018 - Arun Persaud <arun@gmx.de>