Accepting request 622326 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/622326 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=69
This commit is contained in:
parent
d1419e6407
commit
bf76b6325f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:db3cd4d8ad493f9d1b1afdd650833eaeba0833bf797df16c7ea8c05a8ca1eb48
|
|
||||||
size 518670
|
|
3
hypothesis-python-3.66.1.tar.gz
Normal file
3
hypothesis-python-3.66.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4609b142680f11c556043569fec2de8e990cd8a9f34000a8f3610a9c7d78c8cb
|
||||||
|
size 519129
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 12 15:59:06 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
- update to version 3.66.1:
|
||||||
|
* This patch fixes a rare bug where an incorrect percentage drawtime
|
||||||
|
could be displayed for a test, when the system clock was changed
|
||||||
|
during a test running under Python 2 (we use time.monotonic()
|
||||||
|
where it is available to avoid such problems). It also fixes a
|
||||||
|
possible zero-division error that can occur when the underlying C
|
||||||
|
library double-rounds an intermediate value in math.fsum() and
|
||||||
|
gets the least significant bit wrong.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 7 17:11:59 UTC 2018 - arun@gmx.de
|
Sat Jul 7 17:11:59 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
Name: python-hypothesis
|
Name: python-hypothesis
|
||||||
Version: 3.66.0
|
Version: 3.66.1
|
||||||
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