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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/562205
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=47
This commit is contained in:
Tomáš Chvátal 2018-01-07 09:36:16 +00:00 committed by Git OBS Bridge
parent c01e3c8077
commit 3729e431e2
4 changed files with 25 additions and 4 deletions

View File

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

3
3.44.9.tar.gz Normal file
View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Jan 6 17:11:29 UTC 2018 - arun@gmx.de
- update to version 3.44.9:
* This patch blacklists null characters ('\x00') in automatically
created strategies for Django CharField and TextField, due to a
database issue which was recently fixed upstream (Hypothesis issue
#1045).
-------------------------------------------------------------------
Sat Jan 6 07:24:23 UTC 2018 - arun@gmx.de
- update to version 3.44.8:
* This release makes the Hypothesis shrinker slightly less greedy in
order to avoid local minima - when it gets stuck, it makes a small
attempt to search around the final example it would previously
have returned to find a new starting point to shrink from. This
should improve example quality in some cases, especially ones
where the test data has dependencies among parts of it that make
it difficult for Hypothesis to proceed.
-------------------------------------------------------------------
Thu Jan 4 17:06:43 UTC 2018 - arun@gmx.de

View File

@ -23,7 +23,7 @@
%define oldpython python
%endif
Name: python-hypothesis
Version: 3.44.7
Version: 3.44.9
Release: 0
Summary: A library for property based testing
License: MPL-2.0