Accepting request 656754 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/656754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hypothesis?expand=0&rev=31
This commit is contained in:
Dominique Leuenberger 2018-12-14 19:47:53 +00:00 committed by Git OBS Bridge
commit c4b0f0b913
4 changed files with 30 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Dec 8 19:35:13 UTC 2018 - Arun Persaud <arun@gmx.de>
- update to version 3.82.5:
* This patch fixes issue #1667, where passing bounds of Numpy dtype
int64 to integers() could cause errors on Python 3 due to internal
rounding.
- changes from version 3.82.4:
* Hypothesis now seeds and resets the global state of np.random for
each test case, to ensure that tests are reproducible.
* This matches and complements the existing handling of the random
module - Numpy simply maintains an independent PRNG for
performance reasons.
- changes from version 3.82.3 :
* This is a no-op release to add the new Framework :: Hypothesis
trove classifier to hypothesis on PyPI.
* You can use it as a filter to find Hypothesis-related packages
such as extensions as they add the tag over the coming weeks, or
simply visit our curated list.
- changes from version 3.82.2 :
* The Hypothesis for Pandas extension is now listed in setup.py, so
you can pip install hypothesis[pandas].
-------------------------------------------------------------------
Thu Nov 1 22:43:45 UTC 2018 - Arun Persaud <arun@gmx.de>

View File

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