Accepting request 622327 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/622327 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hypothesis?expand=0&rev=23
This commit is contained in:
commit
3602f5ae0b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19dd76d061b091e4e8f19c80b406558633e9a93387aded9ae9e53240c6f2a87e
|
||||
size 514562
|
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,33 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- update to version 3.66.0:
|
||||
* This release improves validation of the alphabet argument to the
|
||||
text() strategy. The following misuses are now deprecated, and
|
||||
will be an error in a future version:
|
||||
+ passing an unordered collection (such as set('abc')), which
|
||||
violates invariants about shrinking and reproducibility
|
||||
+ passing an alphabet sequence with elements that are not strings
|
||||
+ passing an alphabet sequence with elements that are not of
|
||||
length one, which violates any size constraints that may apply
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 6 11:58:50 UTC 2018 - dmueller@suse.com
|
||||
|
||||
- remove redundant pythons buildrequire
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 1 17:47:50 UTC 2018 - arun@gmx.de
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
%endif
|
||||
%bcond_without python2
|
||||
Name: python-hypothesis
|
||||
Version: 3.65.0
|
||||
Version: 3.66.1
|
||||
Release: 0
|
||||
Summary: A library for property based testing
|
||||
License: MPL-2.0
|
||||
@ -48,7 +48,6 @@ BuildRequires: %{python_module flaky}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module pytest >= 2.8.0}
|
||||
BuildRequires: %{python_module pytest-xdist >= 1.22.2}
|
||||
BuildRequires: %{pythons}
|
||||
# /SECTION
|
||||
%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
|
||||
Recommends: python-Django >= 1.11
|
||||
|
Loading…
Reference in New Issue
Block a user