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:
parent
b8cc98c744
commit
fb717de23a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:021859ee1bd132b45dabd1d413c692f82601a8f11848174caaa43fdf3525e22e
|
|
||||||
size 562417
|
|
3
hypothesis-python-3.82.5.tar.gz
Normal file
3
hypothesis-python-3.82.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c54f557b8d6b28145acde8a7f63c7c627953524cf3636692f01ed9f72948cc48
|
||||||
|
size 563499
|
@ -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>
|
Thu Nov 1 22:43:45 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
Version: 3.82.1
|
Version: 3.82.5
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user