Accepting request 720895 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/720895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hypothesis?expand=0&rev=39
This commit is contained in:
Dominique Leuenberger 2019-08-15 10:23:50 +00:00 committed by Git OBS Bridge
commit 52c103be36
4 changed files with 27 additions and 4 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39b66765605c7a02422872bcdd02b22f8a9f7b90e8cee40109d7a46b834768f4
size 1307119

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Aug 4 15:07:54 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 4.32.2:
* This patch updates some internal comments for mypy 0.720. There is
no user-visible impact.
- changes from version 4.32.1:
* This release changes how the shrinker represents its progress
internally. For large generated test cases this should result in
significantly less memory usage and possibly faster
shrinking. Small generated test cases may be slightly slower to
shrink but this shouldnt be very noticeable.
- changes from version 4.32.0:
* This release makes arrays() more pedantic about elements
strategies that cannot be exactly represented as array
elements. In practice, you will see new warnings if you were using
a float16 or float32 dtype without passing floats() the width=16
or width=32 arguments respectively.The previous behaviour could
lead to silent truncation, and thus some elements being equal to
an explicitly excluded bound (issue #1899).
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jul 28 16:16:49 UTC 2019 - Arun Persaud <arun@gmx.de> Sun Jul 28 16:16:49 UTC 2019 - Arun Persaud <arun@gmx.de>

View File

@ -28,7 +28,7 @@
%endif %endif
%bcond_without python2 %bcond_without python2
Name: python-hypothesis%{psuffix} Name: python-hypothesis%{psuffix}
Version: 4.31.1 Version: 4.32.2
Release: 0 Release: 0
Summary: A library for property based testing Summary: A library for property based testing
License: MPL-2.0 License: MPL-2.0