1
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/656422
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=90
This commit is contained in:
Tomáš Chvátal
2018-12-10 08:47:24 +00:00
committed by Git OBS Bridge
parent b8cc98c744
commit fb717de23a
4 changed files with 30 additions and 4 deletions

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>