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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:98325aac025ec78f10b3ff81385d441522f9bd16c1d45ee2505757e7779cd8e9
size 555266

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53c58d823d9fe042a351730f7971aacad52946e94b80c9fc41cf276d1c4bf29a
size 556928

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>

View File

@ -30,7 +30,7 @@
%bcond_with test
%endif
%bcond_without python2
Version: 3.76.0
Version: 3.79.0
Release: 0
Summary: A library for property based testing
License: MPL-2.0