Accepting request 720887 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/720887 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=112
This commit is contained in:
parent
507e2757e3
commit
436d57d445
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2a329601190e684002b901991e4723cfdeb1a9230e7a3e6cd2c26525aa167ee
|
||||
size 1307067
|
3
hypothesis-python-4.32.2.tar.gz
Normal file
3
hypothesis-python-4.32.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39b66765605c7a02422872bcdd02b22f8a9f7b90e8cee40109d7a46b834768f4
|
||||
size 1307119
|
@ -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 shouldn’t 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>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
%endif
|
||||
%bcond_without python2
|
||||
Name: python-hypothesis%{psuffix}
|
||||
Version: 4.31.1
|
||||
Version: 4.32.2
|
||||
Release: 0
|
||||
Summary: A library for property based testing
|
||||
License: MPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user