1
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/539744
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=24
This commit is contained in:
Jan Matejek 2017-11-08 15:34:07 +00:00 committed by Git OBS Bridge
parent 25b6774b1d
commit f7327ceaff
4 changed files with 20 additions and 4 deletions

View File

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

3
hypothesis-3.36.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Nov 7 23:22:24 UTC 2017 - arun@gmx.de
- update to version 3.36.0:
* This release adds a setting to the public API, and does some
internal cleanup:
+ The derandomize setting is now documented (issue #890)
+ Removed - and disallowed - all bare excepts in Hypothesis
(issue #953)
+ Documented the strict setting as deprecated, and updated the
build so our docs always match deprecations in the code.
- changes from version 3.35.0:
* This minor release supports constraining uuids() to generate
uuid.UUID`s of a particular version. (:issue:`721)
-------------------------------------------------------------------
Sat Nov 4 02:01:40 UTC 2017 - arun@gmx.de

View File

@ -24,7 +24,7 @@
%endif
%bcond_with test
Name: python-hypothesis
Version: 3.34.1
Version: 3.36.0
Release: 0
Summary: A library for property based testing
License: MPL-2.0