Accepting request 725971 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/725971 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=114
This commit is contained in:
parent
436d57d445
commit
715694d8f6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39b66765605c7a02422872bcdd02b22f8a9f7b90e8cee40109d7a46b834768f4
|
||||
size 1307119
|
3
hypothesis-python-4.34.0.tar.gz
Normal file
3
hypothesis-python-4.34.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f1c36d9afbd2e12876934b9cbebca231a9167bd600daa905e6ff64c95109f8d
|
||||
size 1317041
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user