1
0

Accepting request 725982 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/725982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hypothesis?expand=0&rev=40
This commit is contained in:
Dominique Leuenberger 2019-08-27 08:11:41 +00:00 committed by Git OBS Bridge
commit b66dacb5f4
4 changed files with 29 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sun Aug 25 17:57:25 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 4.34.0:
* The from_type() strategy now knows to look up the subclasses of
abstract types, which cannot be instantiated directly. This is
very useful for hypothesmith to support libCST.
- changes from version 4.33.1:
* This patch works around a crash when an incompatible version of
Numpy is installed under PyPy 5.10 (Python 2.7).
- changes from version 4.33.0:
* This release improves the domains() strategy, as well as the
urls() and the emails() strategies which use it. These strategies
now use the full IANA list of Top Level Domains and are correct as
per RFC 1035. Passing tests using these strategies may now
fail.Thanks to TechDragon for this improvement.
- changes from version 4.32.3 :
* This patch tidies up the repr of several settings-related objects,
at runtime and in the documentation, and deprecates the
undocumented edge case that phases=None was treated like
phases=tuple(Phase). It also fixes from_lark() with lark 0.7.2 and later.
-------------------------------------------------------------------
Sun Aug 4 15:07:54 UTC 2019 - Arun Persaud <arun@gmx.de>

View File

@ -28,7 +28,7 @@
%endif
%bcond_without python2
Name: python-hypothesis%{psuffix}
Version: 4.32.2
Version: 4.34.0
Release: 0
Summary: A library for property based testing
License: MPL-2.0