From 436d57d445126f3948aa3a73fbc34e708620ffe9a5115ec1cceb97a8449c9ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 4 Aug 2019 17:01:28 +0000 Subject: [PATCH] Accepting request 720887 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/720887 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=112 --- hypothesis-python-4.31.1.tar.gz | 3 --- hypothesis-python-4.32.2.tar.gz | 3 +++ python-hypothesis.changes | 23 +++++++++++++++++++++++ python-hypothesis.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 hypothesis-python-4.31.1.tar.gz create mode 100644 hypothesis-python-4.32.2.tar.gz diff --git a/hypothesis-python-4.31.1.tar.gz b/hypothesis-python-4.31.1.tar.gz deleted file mode 100644 index 6173b3c..0000000 --- a/hypothesis-python-4.31.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2a329601190e684002b901991e4723cfdeb1a9230e7a3e6cd2c26525aa167ee -size 1307067 diff --git a/hypothesis-python-4.32.2.tar.gz b/hypothesis-python-4.32.2.tar.gz new file mode 100644 index 0000000..1ff6582 --- /dev/null +++ b/hypothesis-python-4.32.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b66765605c7a02422872bcdd02b22f8a9f7b90e8cee40109d7a46b834768f4 +size 1307119 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 344f534..24873f4 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sun Aug 4 15:07:54 UTC 2019 - Arun Persaud + +- update to version 4.32.2: + * This patch updates some internal comments for mypy 0.720. There is + no user-visible impact. + +- changes from version 4.32.1: + * This release changes how the shrinker represents its progress + internally. For large generated test cases this should result in + significantly less memory usage and possibly faster + shrinking. Small generated test cases may be slightly slower to + shrink but this shouldn’t be very noticeable. + +- changes from version 4.32.0: + * This release makes arrays() more pedantic about elements + strategies that cannot be exactly represented as array + elements. In practice, you will see new warnings if you were using + a float16 or float32 dtype without passing floats() the width=16 + or width=32 arguments respectively.The previous behaviour could + lead to silent truncation, and thus some elements being equal to + an explicitly excluded bound (issue #1899). + ------------------------------------------------------------------- Sun Jul 28 16:16:49 UTC 2019 - Arun Persaud diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 4088ca4..f457fc3 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -28,7 +28,7 @@ %endif %bcond_without python2 Name: python-hypothesis%{psuffix} -Version: 4.31.1 +Version: 4.32.2 Release: 0 Summary: A library for property based testing License: MPL-2.0