11
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/719415
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=110
This commit is contained in:
Tomáš Chvátal
2019-07-29 08:41:40 +00:00
committed by Git OBS Bridge
parent 5558dbf786
commit 507e2757e3
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Jul 28 16:16:49 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 4.31.1:
* This patch changes an internal use of MD5 to SHA hashes, to better
support users subject to FIPS-140. There is no user-visible or API
change.
- changes from version 4.31.0 :
* This release simplifies the logic of the print_blob setting by
removing the option to set it to PrintSettings.INFER. As a result
the print_blob setting now takes a single boolean value, and the
use of PrintSettings is deprecated.
-------------------------------------------------------------------
Mon Jul 22 13:00:16 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>